Also, you need to be running on Java 1.6.0_30 or higher.
You seem to have another repository in your maven config.
Delete the contents inside ~/.m2/repository/org/eclipse and try again
On 08/22/2012 07:23 PM, JFlower wrote:Hi,
I have the following errors running "mvn clean package".
Can you help me?
Fiorenzo......[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ forge-parser-java ---[INFO] Surefire report directory: /home/fiorenzo/git/core/parser-java/target/surefire-reports
-------------------------------------------------------T E S T S-------------------------------------------------------Running org.jboss.forge.test.parser.java.FieldAnnotationTestTests run: 21, Failures: 0, Errors: 21, Skipped: 0, Time elapsed: 0.428 sec <<< FAILURE!Running org.jboss.forge.test.parser.java.util.TypesTestTests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 secRunning org.jboss.forge.test.parser.java.util.RefactoryTestTests run: 5, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 0.013 sec <<< FAILURE!Running org.jboss.forge.test.parser.java.util.FormatterTestTests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.002 sec <<< FAILURE!Running org.jboss.forge.test.parser.java.JavaParserTestTests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.003 sec <<< FAILURE!Running org.jboss.forge.test.parser.java.JavaEnumTestTests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE!Running org.jboss.forge.test.parser.java.MethodAnnotationTestTests run: 20, Failures: 0, Errors: 20, Skipped: 0, Time elapsed: 0.061 sec <<< FAILURE!Running org.jboss.forge.test.parser.java.JavaInterfaceTestTests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.036 sec <<< FAILURE!Running org.jboss.forge.test.parser.java.MethodThrowsExceptionsTestTests run: 8, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 0.017 sec <<< FAILURE!Running org.jboss.forge.test.parser.java.MethodReturnTypeTestTests run: 11, Failures: 0, Errors: 11, Skipped: 0, Time elapsed: 0.03 sec <<< FAILURE!Running org.jboss.forge.test.parser.java.JavaClassMethodTestTests run: 10, Failures: 0, Errors: 10, Skipped: 0, Time elapsed: 0.025 sec <<< FAILURE!Running org.jboss.forge.test.parser.java.MethodVisibilityTestTests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.009 sec <<< FAILURE!Running org.jboss.forge.test.parser.java.JavaClassInterfaceTestTests run: 6, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 0.014 sec <<< FAILURE!Running org.jboss.forge.test.parser.java.JavaClassAnnotationTestTests run: 20, Failures: 0, Errors: 20, Skipped: 0, Time elapsed: 0.06 sec <<< FAILURE!Running org.jboss.forge.test.parser.java.FieldTestTests run: 20, Failures: 0, Errors: 20, Skipped: 0, Time elapsed: 0.061 sec <<< FAILURE!Running org.jboss.forge.test.parser.java.MethodSignatureTestTests run: 5, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 0.008 sec <<< FAILURE!Running org.jboss.forge.test.parser.java.FieldTypeTestTests run: 11, Failures: 0, Errors: 11, Skipped: 0, Time elapsed: 0.034 sec <<< FAILURE!Running org.jboss.forge.test.parser.java.JavaInterfaceInterfaceTestTests run: 6, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 0.014 sec <<< FAILURE!Running org.jboss.forge.test.parser.java.JavaClassCreationTestTests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 sec <<< FAILURE!Running org.jboss.forge.test.parser.java.ResolveTypeTestTests run: 16, Failures: 0, Errors: 16, Skipped: 0, Time elapsed: 0.053 sec <<< FAILURE!Running org.jboss.forge.test.parser.java.JavaClassVisibilityTestTests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.019 sec <<< FAILURE!Running org.jboss.forge.test.parser.java.JavaClassTestTests run: 27, Failures: 0, Errors: 27, Skipped: 0, Time elapsed: 0.167 sec <<< FAILURE!Running org.jboss.forge.test.parser.java.FieldVisibilityTestTests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.017 sec <<< FAILURE!
Results :
Tests in error:testParseEnumValueStaticImport(org.jboss.forge.test.parser.java.FieldAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestParseAnnotation(org.jboss.forge.test.parser.java.FieldAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddAnnotation(org.jboss.forge.test.parser.java.FieldAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddAnnotationByClass(org.jboss.forge.test.parser.java.FieldAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddAnnotationByName(org.jboss.forge.test.parser.java.FieldAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestCanAddAnnotationDuplicate(org.jboss.forge.test.parser.java.FieldAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestCannotAddAnnotationWithIllegalName(org.jboss.forge.test.parser.java.FieldAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddEnumValue(org.jboss.forge.test.parser.java.FieldAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddEnumNameValue(org.jboss.forge.test.parser.java.FieldAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddLiteralValue(org.jboss.forge.test.parser.java.FieldAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddObjectValue(org.jboss.forge.test.parser.java.FieldAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddValueConvertsToNormalAnnotation(org.jboss.forge.test.parser.java.FieldAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAnnotationBeginsAsMarker(org.jboss.forge.test.parser.java.FieldAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestHasAnnotationClassType(org.jboss.forge.test.parser.java.FieldAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestHasAnnotationStringType(org.jboss.forge.test.parser.java.FieldAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestHasAnnotationStringTypeSimple(org.jboss.forge.test.parser.java.FieldAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetAnnotationClassType(org.jboss.forge.test.parser.java.FieldAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetAnnotationStringType(org.jboss.forge.test.parser.java.FieldAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetAnnotationStringTypeSimple(org.jboss.forge.test.parser.java.FieldAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestRemoveAllValues(org.jboss.forge.test.parser.java.FieldAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetNames(org.jboss.forge.test.parser.java.FieldAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddGettersAndSetters(org.jboss.forge.test.parser.java.util.RefactoryTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddGettersAndSettersCamelCase(org.jboss.forge.test.parser.java.util.RefactoryTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddGetterNotSetterForFinalField(org.jboss.forge.test.parser.java.util.RefactoryTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddGettersAndSettersGeneric(org.jboss.forge.test.parser.java.util.RefactoryTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestCreateToStringFromFields(org.jboss.forge.test.parser.java.util.RefactoryTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packageorg.jboss.forge.test.parser.java.util.FormatterTest: class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestExceptionWhenBadFileParsed(org.jboss.forge.test.parser.java.JavaParserTest): Unexpected exception, expected<org.jboss.forge.parser.ParserException> but was<java.lang.SecurityException>testCanParseEnum(org.jboss.forge.test.parser.java.JavaEnumTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestParseAnnotation(org.jboss.forge.test.parser.java.MethodAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddAnnotation(org.jboss.forge.test.parser.java.MethodAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddAnnotationByClass(org.jboss.forge.test.parser.java.MethodAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddAnnotationByName(org.jboss.forge.test.parser.java.MethodAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestCanAddAnnotationDuplicate(org.jboss.forge.test.parser.java.MethodAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestCannotAddAnnotationWithIllegalName(org.jboss.forge.test.parser.java.MethodAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddEnumValue(org.jboss.forge.test.parser.java.MethodAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddEnumNameValue(org.jboss.forge.test.parser.java.MethodAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddLiteralValue(org.jboss.forge.test.parser.java.MethodAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddObjectValue(org.jboss.forge.test.parser.java.MethodAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddValueConvertsToNormalAnnotation(org.jboss.forge.test.parser.java.MethodAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAnnotationBeginsAsMarker(org.jboss.forge.test.parser.java.MethodAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestHasAnnotationClassType(org.jboss.forge.test.parser.java.MethodAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestHasAnnotationStringType(org.jboss.forge.test.parser.java.MethodAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestHasAnnotationStringTypeSimple(org.jboss.forge.test.parser.java.MethodAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetAnnotationClassType(org.jboss.forge.test.parser.java.MethodAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetAnnotationStringType(org.jboss.forge.test.parser.java.MethodAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetAnnotationStringTypeSimple(org.jboss.forge.test.parser.java.MethodAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestRemoveAllValues(org.jboss.forge.test.parser.java.MethodAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetNames(org.jboss.forge.test.parser.java.MethodAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestCanParseInterface(org.jboss.forge.test.parser.java.JavaInterfaceTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestCanParseBigInterface(org.jboss.forge.test.parser.java.JavaInterfaceTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestImportJavaSource(org.jboss.forge.test.parser.java.JavaInterfaceTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestImportImport(org.jboss.forge.test.parser.java.JavaInterfaceTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestParseThrowsNone(org.jboss.forge.test.parser.java.MethodThrowsExceptionsTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestParseThrowsOne(org.jboss.forge.test.parser.java.MethodThrowsExceptionsTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestParseThrowsMany(org.jboss.forge.test.parser.java.MethodThrowsExceptionsTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddThrowsOne(org.jboss.forge.test.parser.java.MethodThrowsExceptionsTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddThrowsMany(org.jboss.forge.test.parser.java.MethodThrowsExceptionsTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestRemoveThrowsNone(org.jboss.forge.test.parser.java.MethodThrowsExceptionsTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestRemoveThrowsOne(org.jboss.forge.test.parser.java.MethodThrowsExceptionsTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestRemoveThrowsMany(org.jboss.forge.test.parser.java.MethodThrowsExceptionsTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetReturnTypeReturnsFullTypeForJavaLang(org.jboss.forge.test.parser.java.MethodReturnTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetReturnTypeReturnsFullTypeForJavaLangGeneric(org.jboss.forge.test.parser.java.MethodReturnTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetReturnTypeObjectArray(org.jboss.forge.test.parser.java.MethodReturnTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetReturnTypeObjectArrayParameterized(org.jboss.forge.test.parser.java.MethodReturnTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetReturnTypeObjectUnparameterized(org.jboss.forge.test.parser.java.MethodReturnTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetReturnTypeObjectParameterized(org.jboss.forge.test.parser.java.MethodReturnTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetReturnTypeObjectWildcard(org.jboss.forge.test.parser.java.MethodReturnTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetReturnTypeObjectParameterizedMultiple(org.jboss.forge.test.parser.java.MethodReturnTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetReturnTypeObjectParameterizedNested(org.jboss.forge.test.parser.java.MethodReturnTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetReturnTypeObjectParameterizedMultipleNested(org.jboss.forge.test.parser.java.MethodReturnTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetReturnTypeObjectParameterizedArrayMultipleNested(org.jboss.forge.test.parser.java.MethodReturnTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestSetName(org.jboss.forge.test.parser.java.JavaClassMethodTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestSetReturnType(org.jboss.forge.test.parser.java.JavaClassMethodTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestSetReturnTypeVoid(org.jboss.forge.test.parser.java.JavaClassMethodTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestSetConstructor(org.jboss.forge.test.parser.java.JavaClassMethodTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestSetAbstract(org.jboss.forge.test.parser.java.JavaClassMethodTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestSetParameters(org.jboss.forge.test.parser.java.JavaClassMethodTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetParameterType(org.jboss.forge.test.parser.java.JavaClassMethodTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestHasMethodZeroParametersIgnoresMethodWithParameters(org.jboss.forge.test.parser.java.JavaClassMethodTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestHasMethodZeroParameters(org.jboss.forge.test.parser.java.JavaClassMethodTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetMembers(org.jboss.forge.test.parser.java.JavaClassMethodTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestSetPublic(org.jboss.forge.test.parser.java.MethodVisibilityTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestSetPrivate(org.jboss.forge.test.parser.java.MethodVisibilityTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestSetProtected(org.jboss.forge.test.parser.java.MethodVisibilityTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestSetPackagePrivate(org.jboss.forge.test.parser.java.MethodVisibilityTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddInterfaceString(org.jboss.forge.test.parser.java.JavaClassInterfaceTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddInterfaceClass(org.jboss.forge.test.parser.java.JavaClassInterfaceTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddInterfaceJavaInterface(org.jboss.forge.test.parser.java.JavaClassInterfaceTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddImproperInterface(org.jboss.forge.test.parser.java.JavaClassInterfaceTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetInterfaces(org.jboss.forge.test.parser.java.JavaClassInterfaceTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestRemoveInterface(org.jboss.forge.test.parser.java.JavaClassInterfaceTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestParseAnnotation(org.jboss.forge.test.parser.java.JavaClassAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddAnnotation(org.jboss.forge.test.parser.java.JavaClassAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddAnnotationByClass(org.jboss.forge.test.parser.java.JavaClassAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddAnnotationByName(org.jboss.forge.test.parser.java.JavaClassAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestCanAddAnnotationDuplicate(org.jboss.forge.test.parser.java.JavaClassAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestCannotAddAnnotationWithIllegalName(org.jboss.forge.test.parser.java.JavaClassAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddEnumValue(org.jboss.forge.test.parser.java.JavaClassAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddEnumNameValue(org.jboss.forge.test.parser.java.JavaClassAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddLiteralValue(org.jboss.forge.test.parser.java.JavaClassAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddObjectValue(org.jboss.forge.test.parser.java.JavaClassAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddValueConvertsToNormalAnnotation(org.jboss.forge.test.parser.java.JavaClassAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAnnotationBeginsAsMarker(org.jboss.forge.test.parser.java.JavaClassAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestHasAnnotationClassType(org.jboss.forge.test.parser.java.JavaClassAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestHasAnnotationStringType(org.jboss.forge.test.parser.java.JavaClassAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestHasAnnotationStringTypeSimple(org.jboss.forge.test.parser.java.JavaClassAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetAnnotationClassType(org.jboss.forge.test.parser.java.JavaClassAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetAnnotationStringType(org.jboss.forge.test.parser.java.JavaClassAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetAnnotationStringTypeSimple(org.jboss.forge.test.parser.java.JavaClassAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestRemoveAllValues(org.jboss.forge.test.parser.java.JavaClassAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetNames(org.jboss.forge.test.parser.java.JavaClassAnnotationTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestSetName(org.jboss.forge.test.parser.java.FieldTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestParse(org.jboss.forge.test.parser.java.FieldTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestSetNameWithReservedWordPart(org.jboss.forge.test.parser.java.FieldTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestIsTypeChecksImports(org.jboss.forge.test.parser.java.FieldTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestIsTypeChecksImportsIgnoresJavaLang(org.jboss.forge.test.parser.java.FieldTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestIsTypeStringChecksImports(org.jboss.forge.test.parser.java.FieldTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestIsTypeChecksImportsTypes(org.jboss.forge.test.parser.java.FieldTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestSetTypeSimpleNameDoesNotAddImport(org.jboss.forge.test.parser.java.FieldTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestSetType(org.jboss.forge.test.parser.java.FieldTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestSetTypeStringIntPrimitive(org.jboss.forge.test.parser.java.FieldTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestSetTypeClassIntPrimitive(org.jboss.forge.test.parser.java.FieldTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestSetTypeString(org.jboss.forge.test.parser.java.FieldTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddField(org.jboss.forge.test.parser.java.FieldTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddFieldWithVisibilityScope(org.jboss.forge.test.parser.java.FieldTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestIsPrimitive(org.jboss.forge.test.parser.java.FieldTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddFieldInitializerLiteral(org.jboss.forge.test.parser.java.FieldTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddFieldInitializerLiteralIgnoresTerminator(org.jboss.forge.test.parser.java.FieldTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddFieldInitializerString(org.jboss.forge.test.parser.java.FieldTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddQualifiedFieldType(org.jboss.forge.test.parser.java.FieldTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestHasField(org.jboss.forge.test.parser.java.FieldTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestEmptyMethodSignature(org.jboss.forge.test.parser.java.MethodSignatureTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestMethodSignatureParams(org.jboss.forge.test.parser.java.MethodSignatureTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestMethodParams(org.jboss.forge.test.parser.java.MethodSignatureTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestMethodVisibility(org.jboss.forge.test.parser.java.MethodSignatureTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestMethodVisibilityWithSetter(org.jboss.forge.test.parser.java.MethodSignatureTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetReturnTypeReturnsFullTypeForJavaLang(org.jboss.forge.test.parser.java.FieldTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetReturnTypeReturnsFullTypeForJavaLangGeneric(org.jboss.forge.test.parser.java.FieldTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetReturnTypeObjectArray(org.jboss.forge.test.parser.java.FieldTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetReturnTypeObjectArrayParameterized(org.jboss.forge.test.parser.java.FieldTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetReturnTypeObjectUnparameterized(org.jboss.forge.test.parser.java.FieldTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetReturnTypeObjectParameterized(org.jboss.forge.test.parser.java.FieldTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetReturnTypeObjectWildcard(org.jboss.forge.test.parser.java.FieldTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetReturnTypeObjectParameterizedMultiple(org.jboss.forge.test.parser.java.FieldTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetReturnTypeObjectParameterizedNested(org.jboss.forge.test.parser.java.FieldTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetReturnTypeObjectParameterizedMultipleNested(org.jboss.forge.test.parser.java.FieldTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetReturnTypeObjectParameterizedArrayMultipleNested(org.jboss.forge.test.parser.java.FieldTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddInterfaceString(org.jboss.forge.test.parser.java.JavaInterfaceInterfaceTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddInterfaceClass(org.jboss.forge.test.parser.java.JavaInterfaceInterfaceTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddInterfaceJavaInterface(org.jboss.forge.test.parser.java.JavaInterfaceInterfaceTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddImproperInterface(org.jboss.forge.test.parser.java.JavaInterfaceInterfaceTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestGetInterfaces(org.jboss.forge.test.parser.java.JavaInterfaceInterfaceTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestRemoveInterface(org.jboss.forge.test.parser.java.JavaInterfaceInterfaceTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packageorg.jboss.forge.test.parser.java.JavaClassCreationTest: class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestResolveTypePrimitiveByte(org.jboss.forge.test.parser.java.ResolveTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestResolveTypePrimitiveShort(org.jboss.forge.test.parser.java.ResolveTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestResolveTypePrimitiveInt(org.jboss.forge.test.parser.java.ResolveTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestResolveTypePrimitiveLong(org.jboss.forge.test.parser.java.ResolveTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestResolveTypePrimitiveFloat(org.jboss.forge.test.parser.java.ResolveTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestResolveTypePrimitiveDouble(org.jboss.forge.test.parser.java.ResolveTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestResolveTypePrimitiveBoolean(org.jboss.forge.test.parser.java.ResolveTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestResolveTypePrimitiveChar(org.jboss.forge.test.parser.java.ResolveTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestResolveTypeByte(org.jboss.forge.test.parser.java.ResolveTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestResolveTypeShort(org.jboss.forge.test.parser.java.ResolveTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestResolveTypeInt(org.jboss.forge.test.parser.java.ResolveTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestResolveTypeLong(org.jboss.forge.test.parser.java.ResolveTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestResolveTypeFloat(org.jboss.forge.test.parser.java.ResolveTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestResolveTypeDouble(org.jboss.forge.test.parser.java.ResolveTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestResolveTypeBoolean(org.jboss.forge.test.parser.java.ResolveTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestResolveTypeChar(org.jboss.forge.test.parser.java.ResolveTypeTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestSetPublic(org.jboss.forge.test.parser.java.JavaClassVisibilityTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestSetPrivate(org.jboss.forge.test.parser.java.JavaClassVisibilityTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestSetProtected(org.jboss.forge.test.parser.java.JavaClassVisibilityTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestSetPackagePrivate(org.jboss.forge.test.parser.java.JavaClassVisibilityTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestSetName(org.jboss.forge.test.parser.java.JavaClassTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestSetAbstract(org.jboss.forge.test.parser.java.JavaClassTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestParse(org.jboss.forge.test.parser.java.JavaClassTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestApplyChangesNotRequiredForModification(org.jboss.forge.test.parser.java.JavaClassTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestFormattingIsNotChanged(org.jboss.forge.test.parser.java.JavaClassTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestSetNameUpdatesConstructorNames(org.jboss.forge.test.parser.java.JavaClassTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestSetPackage(org.jboss.forge.test.parser.java.JavaClassTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestSetPackageDefault(org.jboss.forge.test.parser.java.JavaClassTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddImportPrimitiveThrowsException(org.jboss.forge.test.parser.java.JavaClassTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddImport(org.jboss.forge.test.parser.java.JavaClassTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestCannotAddSimpleClassImport(org.jboss.forge.test.parser.java.JavaClassTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddImportClasses(org.jboss.forge.test.parser.java.JavaClassTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddImportStatic(org.jboss.forge.test.parser.java.JavaClassTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestHasImport(org.jboss.forge.test.parser.java.JavaClassTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestCannotAddDuplicateImport(org.jboss.forge.test.parser.java.JavaClassTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestRemoveImportByClass(org.jboss.forge.test.parser.java.JavaClassTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestRemoveImportByName(org.jboss.forge.test.parser.java.JavaClassTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestRemoveImportByReference(org.jboss.forge.test.parser.java.JavaClassTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestRequiresImport(org.jboss.forge.test.parser.java.JavaClassTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddImportAcceptsJavaLangPackage(org.jboss.forge.test.parser.java.JavaClassTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddMethod(org.jboss.forge.test.parser.java.JavaClassTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddMethodFromString(org.jboss.forge.test.parser.java.JavaClassTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestRemoveMethod(org.jboss.forge.test.parser.java.JavaClassTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddConstructor(org.jboss.forge.test.parser.java.JavaClassTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestAddConstructorIngoresReturnTypeAndName(org.jboss.forge.test.parser.java.JavaClassTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestSuperType(org.jboss.forge.test.parser.java.JavaClassTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestSuperTypeJavaLang(org.jboss.forge.test.parser.java.JavaClassTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestSetPublic(org.jboss.forge.test.parser.java.FieldVisibilityTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestSetPrivate(org.jboss.forge.test.parser.java.FieldVisibilityTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestSetProtected(org.jboss.forge.test.parser.java.FieldVisibilityTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same packagetestSetPackagePrivate(org.jboss.forge.test.parser.java.FieldVisibilityTest): class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same package
Tests run: 211, Failures: 0, Errors: 206, Skipped: 0
_______________________________________________ forge-dev mailing list forge-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/forge-dev
--
George Gastaldi | Senior Software Engineer
JBoss Forge Team
Red Hat
_______________________________________________
forge-dev mailing list
forge-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/forge-dev