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
Original issue reported on code.google.com by
shiweish...@gmail.com
on 17 Apr 2013 at 2:32