Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.3.2
-
Fix Version/s: None
-
Labels:None
-
Environment:Ubuntu + Jboss AS6.1.0
-
Number of attachments :
Description
/home/dtsybin/git/kszkipo-server-jboss6/system-jmx/src/test/java/org/jboss/test/system/metadata/test/AbstractMetaDataTest.java:[88,38] error: name clash: getDelegate(Class<?>) in AbstractMetaDataTest and getDelegate(Class) in AbstractSystemTest have the same erasure, yet neither hides the other
[ERROR] /home/dtsybin/git/kszkipo-server-jboss6/system-jmx/src/test/java/org/jboss/test/system/controller/integration/test/AbstractJMXAnnotationTest.java:[65,38] error: name clash: getDelegate(Class<?>) in AbstractJMXAnnotationTest and getDelegate(Class) in AbstractIntegrationTest have the same erasure, yet neither hides the other
[ERROR] /home/dtsybin/git/kszkipo-server-jboss6/system-jmx/src/test/java/org/jboss/test/system/controller/parse/test/ErrorInParseOldUnitTestCase.java:[47,38] error: name clash: getDelegate(Class<?>) in ErrorInParseOldUnitTestCase and getDelegate(Class) in AbstractSystemTest have the same erasure, yet neither hides the other
[ERROR] /home/dtsybin/git/kszkipo-server-jboss6/system-jmx/src/test/java/org/jboss/test/system/controller/configure/value/text/test/TextValueOldUnitTestCase.java:[48,38] error: name clash: getDelegate(Class<?>) in TextValueOldUnitTestCase and getDelegate(Class) in AbstractSystemTest have the same erasure, yet neither hides the other
[ERROR] /home/dtsybin/git/kszkipo-server-jboss6/system-jmx/src/test/java/org/jboss/test/system/controller/configure/attribute/test/DependsListAttributeNewUnitTestCase.java:[46,38] error: name clash: getDelegate(Class<?>) in DependsListAttributeNewUnitTestCase and getDelegate(Class) in AbstractSystemTest have the same erasure, yet neither hides the other
[ERROR] /home/dtsybin/git/kszkipo-server-jboss6/system-jmx/src/test/java/org/jboss/test/system/controller/configure/attribute/test/AttributeOldUnitTestCase.java:[48,38] error: name clash: getDelegate(Class<?>) in AttributeOldUnitTestCase and getDelegate(Class) in AbstractSystemTest have the same erasure, yet neither hides the other
[ERROR] /home/dtsybin/git/kszkipo-server-jboss6/system-jmx/src/test/java/org/jboss/test/system/controller/basic/test/DoubleInstallOldUnitTestCase.java:[48,38] error: name clash: getDelegate(Class<?>) in DoubleInstallOldUnitTestCase and getDelegate(Class) in AbstractSystemTest have the same erasure, yet neither hides the other
[ERROR] /home/dtsybin/git/kszkipo-server-jboss6/system-jmx/src/test/java/org/jboss/test/system/controller/configure/attribute/test/DependsListAttributeOldUnitTestCase.java:[50,38] error: name clash: getDelegate(Class<?>) in DependsListAttributeOldUnitTestCase and getDelegate(Class) in AbstractSystemTest have the same erasure, yet neither hides the other
Why do you think that the plugin solves someone else's coding errors? Simply call mvn with "-X" option and have a look at the executed command line. If you call this line manually, you will get the same errors - no Maven involved.