-
Bug
-
Resolution: Fixed
-
P4
-
1.2.0
-
None
-
beta
-
sparc
-
solaris_2.6
The accessor functions getManager() and getMethodSignature() (mainly in /loops) are unnecessary if the data being returned is final.
The static variables can be declared as public final, and the function calls can be eliminated.
The static variables can be declared as public final, and the function calls can be eliminated.