This patch fixes
(1) Stupid use of new String( "xxx" ) constructor
-> just use "xxx"
(2) Comparing strings using == instead of .equals
(3) A possible Null Pointer exception with strings.
silly_string_use.patch
Description: Binary data
This patch fixes
(1) Stupid use of new String( "xxx" ) constructor
-> just use "xxx"
(2) Comparing strings using == instead of .equals
(3) A possible Null Pointer exception with strings.
silly_string_use.patch
Description: Binary data