[forge-dev] problems with mvn test

JFlower fiorenzino at gmail.com
Wed Aug 22 18:23:00 EDT 2012


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.FieldAnnotationTest
Tests run: 21, Failures: 0, Errors: 21, Skipped: 0, Time elapsed: 0.428 sec
<<< FAILURE!
Running org.jboss.forge.test.parser.java.util.TypesTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.jboss.forge.test.parser.java.util.RefactoryTest
Tests run: 5, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 0.013 sec
<<< FAILURE!
Running org.jboss.forge.test.parser.java.util.FormatterTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.002 sec
<<< FAILURE!
Running org.jboss.forge.test.parser.java.JavaParserTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.003 sec
<<< FAILURE!
Running org.jboss.forge.test.parser.java.JavaEnumTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec
<<< FAILURE!
Running org.jboss.forge.test.parser.java.MethodAnnotationTest
Tests run: 20, Failures: 0, Errors: 20, Skipped: 0, Time elapsed: 0.061 sec
<<< FAILURE!
Running org.jboss.forge.test.parser.java.JavaInterfaceTest
Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.036 sec
<<< FAILURE!
Running org.jboss.forge.test.parser.java.MethodThrowsExceptionsTest
Tests run: 8, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 0.017 sec
<<< FAILURE!
Running org.jboss.forge.test.parser.java.MethodReturnTypeTest
Tests run: 11, Failures: 0, Errors: 11, Skipped: 0, Time elapsed: 0.03 sec
<<< FAILURE!
Running org.jboss.forge.test.parser.java.JavaClassMethodTest
Tests run: 10, Failures: 0, Errors: 10, Skipped: 0, Time elapsed: 0.025 sec
<<< FAILURE!
Running org.jboss.forge.test.parser.java.MethodVisibilityTest
Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.009 sec
<<< FAILURE!
Running org.jboss.forge.test.parser.java.JavaClassInterfaceTest
Tests run: 6, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 0.014 sec
<<< FAILURE!
Running org.jboss.forge.test.parser.java.JavaClassAnnotationTest
Tests run: 20, Failures: 0, Errors: 20, Skipped: 0, Time elapsed: 0.06 sec
<<< FAILURE!
Running org.jboss.forge.test.parser.java.FieldTest
Tests run: 20, Failures: 0, Errors: 20, Skipped: 0, Time elapsed: 0.061 sec
<<< FAILURE!
Running org.jboss.forge.test.parser.java.MethodSignatureTest
Tests run: 5, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 0.008 sec
<<< FAILURE!
Running org.jboss.forge.test.parser.java.FieldTypeTest
Tests run: 11, Failures: 0, Errors: 11, Skipped: 0, Time elapsed: 0.034 sec
<<< FAILURE!
Running org.jboss.forge.test.parser.java.JavaInterfaceInterfaceTest
Tests run: 6, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 0.014 sec
<<< FAILURE!
Running org.jboss.forge.test.parser.java.JavaClassCreationTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 sec
<<< FAILURE!
Running org.jboss.forge.test.parser.java.ResolveTypeTest
Tests run: 16, Failures: 0, Errors: 16, Skipped: 0, Time elapsed: 0.053 sec
<<< FAILURE!
Running org.jboss.forge.test.parser.java.JavaClassVisibilityTest
Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.019 sec
<<< FAILURE!
Running org.jboss.forge.test.parser.java.JavaClassTest
Tests run: 27, Failures: 0, Errors: 27, Skipped: 0, Time elapsed: 0.167 sec
<<< FAILURE!
Running org.jboss.forge.test.parser.java.FieldVisibilityTest
Tests 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 package

testParseAnnotation(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 package
  testAddAnnotation(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 package

testAddAnnotationByClass(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 package

testAddAnnotationByName(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 package

testCanAddAnnotationDuplicate(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 package

testCannotAddAnnotationWithIllegalName(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 package
  testAddEnumValue(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 package

testAddEnumNameValue(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 package

testAddLiteralValue(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 package
  testAddObjectValue(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 package

testAddValueConvertsToNormalAnnotation(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 package

testAnnotationBeginsAsMarker(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 package

testHasAnnotationClassType(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 package

testHasAnnotationStringType(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 package

testHasAnnotationStringTypeSimple(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 package

testGetAnnotationClassType(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 package

testGetAnnotationStringType(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 package

testGetAnnotationStringTypeSimple(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 package

testRemoveAllValues(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 package
  testGetNames(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 package

testAddGettersAndSetters(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 package

testAddGettersAndSettersCamelCase(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 package

testAddGetterNotSetterForFinalField(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 package

testAddGettersAndSettersGeneric(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 package

testCreateToStringFromFields(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 package
  org.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 package

testExceptionWhenBadFileParsed(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 package

testParseAnnotation(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 package
  testAddAnnotation(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 package

testAddAnnotationByClass(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 package

testAddAnnotationByName(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 package

testCanAddAnnotationDuplicate(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 package

testCannotAddAnnotationWithIllegalName(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 package
  testAddEnumValue(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 package

testAddEnumNameValue(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 package

testAddLiteralValue(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 package

testAddObjectValue(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 package

testAddValueConvertsToNormalAnnotation(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 package

testAnnotationBeginsAsMarker(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 package

testHasAnnotationClassType(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 package

testHasAnnotationStringType(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 package

testHasAnnotationStringTypeSimple(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 package

testGetAnnotationClassType(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 package

testGetAnnotationStringType(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 package

testGetAnnotationStringTypeSimple(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 package

testRemoveAllValues(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 package
  testGetNames(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 package

testCanParseInterface(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 package

testCanParseBigInterface(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 package
  testImportJavaSource(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 package
  testImportImport(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 package

testParseThrowsNone(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 package

testParseThrowsOne(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 package

testParseThrowsMany(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 package

testAddThrowsOne(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 package

testAddThrowsMany(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 package

testRemoveThrowsNone(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 package

testRemoveThrowsOne(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 package

testRemoveThrowsMany(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 package

testGetReturnTypeReturnsFullTypeForJavaLang(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 package

testGetReturnTypeReturnsFullTypeForJavaLangGeneric(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 package

testGetReturnTypeObjectArray(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 package

testGetReturnTypeObjectArrayParameterized(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 package

testGetReturnTypeObjectUnparameterized(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 package

testGetReturnTypeObjectParameterized(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 package

testGetReturnTypeObjectWildcard(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 package

testGetReturnTypeObjectParameterizedMultiple(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 package

testGetReturnTypeObjectParameterizedNested(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 package

testGetReturnTypeObjectParameterizedMultipleNested(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 package

testGetReturnTypeObjectParameterizedArrayMultipleNested(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 package
  testSetName(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 package
  testSetReturnType(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 package

testSetReturnTypeVoid(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 package
  testSetConstructor(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 package
  testSetAbstract(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 package
  testSetParameters(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 package

testGetParameterType(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 package

testHasMethodZeroParametersIgnoresMethodWithParameters(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 package

testHasMethodZeroParameters(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 package
  testGetMembers(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 package
  testSetPublic(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 package
  testSetPrivate(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 package
  testSetProtected(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 package

testSetPackagePrivate(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 package

testAddInterfaceString(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 package

testAddInterfaceClass(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 package

testAddInterfaceJavaInterface(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 package

testAddImproperInterface(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 package

testGetInterfaces(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 package

testRemoveInterface(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 package

testParseAnnotation(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 package

testAddAnnotation(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 package

testAddAnnotationByClass(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 package

testAddAnnotationByName(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 package

testCanAddAnnotationDuplicate(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 package

testCannotAddAnnotationWithIllegalName(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 package

testAddEnumValue(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 package

testAddEnumNameValue(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 package

testAddLiteralValue(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 package

testAddObjectValue(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 package

testAddValueConvertsToNormalAnnotation(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 package

testAnnotationBeginsAsMarker(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 package

testHasAnnotationClassType(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 package

testHasAnnotationStringType(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 package

testHasAnnotationStringTypeSimple(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 package

testGetAnnotationClassType(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 package

testGetAnnotationStringType(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 package

testGetAnnotationStringTypeSimple(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 package

testRemoveAllValues(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 package
  testGetNames(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 package
  testSetName(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 package
  testParse(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 package

testSetNameWithReservedWordPart(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 package
  testIsTypeChecksImports(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 package

testIsTypeChecksImportsIgnoresJavaLang(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 package

testIsTypeStringChecksImports(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 package
  testIsTypeChecksImportsTypes(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 package

testSetTypeSimpleNameDoesNotAddImport(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 package
  testSetType(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 package

testSetTypeStringIntPrimitive(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 package
  testSetTypeClassIntPrimitive(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 package
  testSetTypeString(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 package
  testAddField(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 package

testAddFieldWithVisibilityScope(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 package
  testIsPrimitive(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 package

testAddFieldInitializerLiteral(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 package

testAddFieldInitializerLiteralIgnoresTerminator(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 package

testAddFieldInitializerString(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 package
  testAddQualifiedFieldType(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 package
  testHasField(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 package

testEmptyMethodSignature(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 package

testMethodSignatureParams(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 package
  testMethodParams(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 package

testMethodVisibility(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 package

testMethodVisibilityWithSetter(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 package

testGetReturnTypeReturnsFullTypeForJavaLang(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 package

testGetReturnTypeReturnsFullTypeForJavaLangGeneric(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 package

testGetReturnTypeObjectArray(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 package

testGetReturnTypeObjectArrayParameterized(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 package

testGetReturnTypeObjectUnparameterized(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 package

testGetReturnTypeObjectParameterized(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 package

testGetReturnTypeObjectWildcard(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 package

testGetReturnTypeObjectParameterizedMultiple(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 package

testGetReturnTypeObjectParameterizedNested(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 package

testGetReturnTypeObjectParameterizedMultipleNested(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 package

testGetReturnTypeObjectParameterizedArrayMultipleNested(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 package

testAddInterfaceString(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 package

testAddInterfaceClass(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 package

testAddInterfaceJavaInterface(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 package

testAddImproperInterface(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 package

testGetInterfaces(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 package

testRemoveInterface(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 package
  org.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 package

testResolveTypePrimitiveByte(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 package

testResolveTypePrimitiveShort(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 package

testResolveTypePrimitiveInt(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 package

testResolveTypePrimitiveLong(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 package

testResolveTypePrimitiveFloat(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 package

testResolveTypePrimitiveDouble(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 package

testResolveTypePrimitiveBoolean(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 package

testResolveTypePrimitiveChar(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 package
  testResolveTypeByte(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 package
  testResolveTypeShort(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 package
  testResolveTypeInt(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 package
  testResolveTypeLong(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 package
  testResolveTypeFloat(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 package
  testResolveTypeDouble(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 package
  testResolveTypeBoolean(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 package
  testResolveTypeChar(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 package
  testSetPublic(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 package
  testSetPrivate(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 package

testSetProtected(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 package

testSetPackagePrivate(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 package
  testSetName(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 package
  testSetAbstract(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 package
  testParse(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 package

testApplyChangesNotRequiredForModification(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 package

testFormattingIsNotChanged(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 package

testSetNameUpdatesConstructorNames(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 package
  testSetPackage(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 package
  testSetPackageDefault(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 package

testAddImportPrimitiveThrowsException(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 package
  testAddImport(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 package

testCannotAddSimpleClassImport(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 package
  testAddImportClasses(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 package
  testAddImportStatic(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 package
  testHasImport(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 package

testCannotAddDuplicateImport(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 package
  testRemoveImportByClass(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 package
  testRemoveImportByName(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 package

testRemoveImportByReference(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 package
  testRequiresImport(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 package

testAddImportAcceptsJavaLangPackage(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 package
  testAddMethod(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 package
  testAddMethodFromString(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 package
  testRemoveMethod(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 package
  testAddConstructor(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 package

testAddConstructorIngoresReturnTypeAndName(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 package
  testSuperType(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 package
  testSuperTypeJavaLang(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 package
  testSetPublic(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
  testSetPrivate(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
  testSetProtected(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

testSetPackagePrivate(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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20120823/ec86a563/attachment-0001.html 


More information about the forge-dev mailing list