[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-3264) JMX is using JDK 6 specific code in bad equals method

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Mon Nov 24 07:58:36 EST 2008


    [ https://jira.jboss.org/jira/browse/JBIDE-3264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12439471#action_12439471 ] 

Max Rydahl Andersen commented on JBIDE-3264:
--------------------------------------------

I've committed a fix that simply removes the references from code since they were being used in equals methods without being used anywhere else (i.e. not in hashcode() etc.) meaning
I do not understand how they can be relevant in equals.

> JMX is using JDK 6 specific code in bad equals method
> -----------------------------------------------------
>
>                 Key: JBIDE-3264
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-3264
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: jmx
>    Affects Versions: 3.0.0.cr1
>            Reporter: Max Rydahl Andersen
>            Assignee: Rob Stryker
>            Priority: Blocker
>             Fix For: 3.0.0.cr1
>
>
> JMX is not buildable with JDK 1.5, as Snjezana pointed out:
> The org.jboss.tools.jmx.core plugin has compilation errors when using jdk 1.5.
> The MBeanOperationInfoWrapper class uses the MBeanOperationInfo.getDescriptor() method introduced by jdk 1.6
> This code needs to be removed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list