JDK-6412120 : MBeans tab: representation of parameter names in operations
  • Type: Bug
  • Component: tools
  • Sub-Component: jconsole
  • Affected Version: 6
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2006-04-12
  • Updated: 2011-03-08
  • Resolved: 2011-03-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7
6u4Fixed 7 b05Fixed
Description
Umbrella of fixes in parameter names in operations:

1/ JConsole represents the operation's return value for arrays with the name
   of the java class followed by "[]". For example, "java.lang.String[]"
   instead of "[Ljava.lang.String;"

   The same logic should be applied to the operation's parameter names.

2/ Primitive type arrays are represented with the name of the primitive type
   followed by "[]". For example, "long[]" instead of "[J".

   The same logic should be applied to the operation's parameter names.

3/ The type "java.lang.Boolean" in a parameter should have a default value
   of "true" instead of the java classname.

Comments
EVALUATION Implement all the fixes as described in the Description section.
12-04-2006