Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
0.3-incubating
-
None
Description
Hi all
I just checked the following code:
For example this one:
String value = System.getProperty(TAMAYA_ENVPROPS_PREFIX); if(value==null){ prefix = System.getenv(TAMAYA_ENVPROPS_PREFIX); }
Is this a bug?
I don't understand why it will loaded as SystemProperty and not safed to the member variable 'prefix'?