View results here ->
http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041124074829Lbuild.220
|
| 1.4.6.1 | modified | andd | testsuite/src/main/org/jboss/test/jbossmx/compliance/notcompliant/NCMBeanTestCase.java | The following is compliant according to spec, because "isSomething" is an operation, not an attributevoid setSomething(boolean something);Boolean isSomething(); |
| 1.15.6.2 | modified | andd | jmx/src/main/org/jboss/mx/metadata/StandardMetaData.java | organise imports |
| 1.1.26.1 | modified | andd | testsuite/src/main/org/jboss/test/jbossmx/compliance/standard/support/Torture.java | JMX standard specifies that only "boolean isX()" style methodsrepresent attributes. "Boolean isX()" methods map to operations.Solves incompatibility with jdk5 jmx implementation. |
| 1.1.26.1 | modified | andd | testsuite/src/main/org/jboss/test/jbossmx/compliance/standard/support/TortureMBean.java | JMX standard specifies that only "boolean isX()" style methodsrepresent attributes. "Boolean isX()" methods map to operations.Solves incompatibility with jdk5 jmx implementation. |
| 1.1.26.1 | modified | andd | testsuite/src/main/org/jboss/test/jbossmx/compliance/standard/InfoTortureTestCase.java | JMX standard specifies that only "boolean isX()" style methodsrepresent attributes. "Boolean isX()" methods map to operations.Solves incompatibility with jdk5 jmx implementation. |
| 1.15.6.1 | modified | andd | jmx/src/main/org/jboss/mx/metadata/StandardMetaData.java | JMX standard specifies that only "boolean isX()" style methodsrepresent attributes. "Boolean isX()" methods map to operations.Solves incompatibility with jdk5 jmx implementation. |