shangma / yooreeka

Automatically exported from code.google.com/p/yooreeka
0 stars 0 forks source link

The Question in YooreekaConfigurator #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. public static Properties readProperties(String resourceName), there is a 
props in function and there is a props in class too.
2. if we can not do this  props.load(inStream);function  will do 
setStaticProperties();
3. setStaticProperties() will change the props of class ,but return the props 
of function  .
4 so actual the  the props of class will be null.

What is the expected output? What do you see instead?
don't do this " props =readProperties(resourceName)"

What version of the product are you using? On what operating system?
version 2.0
Please provide any additional information below.

Original issue reported on code.google.com by shiweish...@gmail.com on 17 Apr 2013 at 2:32

GoogleCodeExporter commented 9 years ago
All set. Have a look.

Original comment by ba...@marmanis.com on 24 May 2013 at 1:28