Skip to content

Instantly share code, notes, and snippets.

@vipulnsward
Created April 14, 2012 15:51
Show Gist options
  • Save vipulnsward/2385345 to your computer and use it in GitHub Desktop.
Save vipulnsward/2385345 to your computer and use it in GitHub Desktop.
Test Run over BCChecker
==================================
/home/sward/.m2/repository/com/googlecode/japi-checker/reference-test-jar/0.1.4-SNAPSHOT/reference-test-jar-0.1.4-SNAPSHOT.jar
/home/sward/.m2/repository/com/googlecode/japi-checker/new-test-jar/0.1.4-SNAPSHOT/new-test-jar-0.1.4-SNAPSHOT.jar
==================================
/home/sward/.m2/repository/com/googlecode/japi-checker/reference-test-jar/0.1.4-SNAPSHOT/reference-test-jar-0.1.4-SNAPSHOT.jar
/home/sward/.m2/repository/com/googlecode/japi-checker/new-test-jar/0.1.4-SNAPSHOT/new-test-jar-0.1.4-SNAPSHOT.jar
class com/googlecode/japi/checker/tests/RemovedClass extends java/lang/Object {
- source: RemovedClass.java
- debug: null
+(m) <init> ()V null null
}
ERROR: com/googlecode/japi/checker/tests/RemovedClass.java: Public class com/googlecode/japi/checker/tests/RemovedClass has been removed.
==================================
/home/sward/.m2/repository/com/googlecode/japi-checker/reference-test-jar/0.1.4-SNAPSHOT/reference-test-jar-0.1.4-SNAPSHOT.jar
/home/sward/.m2/repository/com/googlecode/japi-checker/new-test-jar/0.1.4-SNAPSHOT/new-test-jar-0.1.4-SNAPSHOT.jar
class com/googlecode/japi/checker/tests/ClassToInterface extends java/lang/Object {
- source: ClassToInterface.java
- debug: null
+(m) <init> ()V null null
}
class com/googlecode/japi/checker/tests/ClassToInterface extends java/lang/Object {
- source: ClassToInterface.java
- debug: null
}
ERROR: com/googlecode/japi/checker/tests/ClassToInterface.java: The interface com/googlecode/japi/checker/tests/ClassToInterface has been changed into an class.
==================================
/home/sward/.m2/repository/com/googlecode/japi-checker/reference-test-jar/0.1.4-SNAPSHOT/reference-test-jar-0.1.4-SNAPSHOT.jar
/home/sward/.m2/repository/com/googlecode/japi-checker/new-test-jar/0.1.4-SNAPSHOT/new-test-jar-0.1.4-SNAPSHOT.jar
class com/googlecode/japi/checker/tests/ClassToAbstract extends java/lang/Object {
- source: ClassToAbstract.java
- debug: null
+(m) <init> ()V null null
}
class com/googlecode/japi/checker/tests/ClassToAbstract extends java/lang/Object {
- source: ClassToAbstract.java
- debug: null
+(m) <init> ()V null null
}
ERROR: com/googlecode/japi/checker/tests/ClassToAbstract.java: The class com/googlecode/japi/checker/tests/ClassToAbstract has been made abstract.
==================================
/home/sward/.m2/repository/com/googlecode/japi-checker/reference-test-jar/0.1.4-SNAPSHOT/reference-test-jar-0.1.4-SNAPSHOT.jar
/home/sward/.m2/repository/com/googlecode/japi-checker/new-test-jar/0.1.4-SNAPSHOT/new-test-jar-0.1.4-SNAPSHOT.jar
class com/googlecode/japi/checker/tests/PublicClassToProtected extends java/lang/Object {
- source: PublicClassToProtected.java
- debug: null
+(m) <init> ()V null null
}
class com/googlecode/japi/checker/tests/PublicClassToProtected extends java/lang/Object {
- source: PublicClassToProtected.java
- debug: null
+(m) <init> ()V null null
}
ERROR: com/googlecode/japi/checker/tests/PublicClassToProtected.java: The visibility of the com/googlecode/japi/checker/tests/PublicClassToProtected class has been changed from PUBLIC to NO_SCOPE
ERROR: com/googlecode/japi/checker/tests/PublicClassToProtected.java(18): The visibility of the <init> method has been changed from PUBLIC to NO_SCOPE
==================================
/home/sward/.m2/repository/com/googlecode/japi-checker/reference-test-jar/0.1.4-SNAPSHOT/reference-test-jar-0.1.4-SNAPSHOT.jar
/home/sward/.m2/repository/com/googlecode/japi-checker/new-test-jar/0.1.4-SNAPSHOT/new-test-jar-0.1.4-SNAPSHOT.jar
class com/googlecode/japi/checker/tests/PublicScopeFieldTestCases extends java/lang/Object {
- source: PublicScopeFieldTestCases.java
- debug: null
-(field) testChangeOfTypePublic null Ljava/lang/String;
-(field) testChangeOfTypeProtected null Ljava/lang/String;
-(field) testChangeOfTypePrivate null Ljava/lang/String;
-(field) testChangeOfScopeFromPublicToProtected null Ljava/lang/String;
-(field) testChangeOfScopeFromPublicToPrivate null Ljava/lang/String;
-(field) testChangeOfScopeFromProtectedToPublic null Ljava/lang/String;
-(field) testChangeOfScopeFromProtectedToPrivate null Ljava/lang/String;
-(field) testChangeOfScopeFromPrivateToProtected null Ljava/lang/String;
-(field) testChangeOfScopeFromPrivateToPublic null Ljava/lang/String;
-(field) testPublicChangeToStatic null Ljava/lang/String;
-(field) testPublicChangeFromStatic null Ljava/lang/String;
-(field) testProtectedChangeToStatic null Ljava/lang/String;
-(field) testProtectedChangeFromStatic null Ljava/lang/String;
-(field) testPrivateChangeToStatic null Ljava/lang/String;
-(field) testPrivateChangeFromStatic null Ljava/lang/String;
-(field) publicFinalToNoFinal null Ljava/lang/String;
-(field) publicNotfinalToFinal null Ljava/lang/String;
-(field) protectedFinalToNoFinal null Ljava/lang/String;
-(field) protectedNotfinalToFinal null Ljava/lang/String;
-(field) privateFinalToNoFinal null Ljava/lang/String;
-(field) privateNotfinalToFinal null Ljava/lang/String;
-(field) publicTransientToNoTransient null Ljava/lang/String;
-(field) publicNotTransientToTransient null Ljava/lang/String;
-(field) protectedTransientToNoTransient null Ljava/lang/String;
-(field) protectedNotTransientToTransient null Ljava/lang/String;
-(field) privateTransientToNoTransient null Ljava/lang/String;
-(field) privateNotTransientToTransient null Ljava/lang/String;
+(m) <init> ()V null null
}
class com/googlecode/japi/checker/tests/PublicScopeFieldTestCases extends java/lang/Object {
- source: PublicScopeFieldTestCases.java
- debug: null
-(field) testChangeOfTypePublic null Ljava/lang/Boolean;
-(field) testChangeOfTypeProtected null Ljava/lang/Boolean;
-(field) testChangeOfTypePrivate null Ljava/lang/Boolean;
-(field) testChangeOfScopeFromPublicToProtected null Ljava/lang/String;
-(field) testChangeOfScopeFromPublicToPrivate null Ljava/lang/String;
-(field) testChangeOfScopeFromProtectedToPublic null Ljava/lang/String;
-(field) testChangeOfScopeFromProtectedToPrivate null Ljava/lang/String;
-(field) testChangeOfScopeFromPrivateToProtected null Ljava/lang/String;
-(field) testChangeOfScopeFromPrivateToPublic null Ljava/lang/String;
-(field) testPublicChangeToStatic null Ljava/lang/String;
-(field) testPublicChangeFromStatic null Ljava/lang/String;
-(field) testProtectedChangeToStatic null Ljava/lang/String;
-(field) testProtectedChangeFromStatic null Ljava/lang/String;
-(field) testPrivateChangeToStatic null Ljava/lang/String;
-(field) testPrivateChangeFromStatic null Ljava/lang/String;
-(field) publicFinalToNoFinal null Ljava/lang/String;
-(field) publicNotfinalToFinal null Ljava/lang/String;
-(field) protectedFinalToNoFinal null Ljava/lang/String;
-(field) protectedNotfinalToFinal null Ljava/lang/String;
-(field) privateFinalToNoFinal null Ljava/lang/String;
-(field) privateNotfinalToFinal null Ljava/lang/String;
-(field) publicTransientToNoTransient null Ljava/lang/String;
-(field) publicNotTransientToTransient null Ljava/lang/String;
-(field) protectedTransientToNoTransient null Ljava/lang/String;
-(field) protectedNotTransientToTransient null Ljava/lang/String;
-(field) privateTransientToNoTransient null Ljava/lang/String;
-(field) privateNotTransientToTransient null Ljava/lang/String;
+(m) <init> ()V null null
}
INFO: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The visibility of the com/googlecode/japi/checker/tests/PublicScopeFieldTestCases class has not changed
INFO: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The visibility of the testChangeOfTypePublic field has not changed
INFO: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The visibility of the testChangeOfTypeProtected field has not changed
INFO: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The visibility of the testChangeOfTypePrivate field has not changed
ERROR: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The visibility of the testChangeOfScopeFromPublicToProtected field has been changed from PUBLIC to PROTECTED
ERROR: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The visibility of the testChangeOfScopeFromPublicToPrivate field has been changed from PUBLIC to PRIVATE
WARNING: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The visibility of the testChangeOfScopeFromProtectedToPublic field has been changed from PROTECTED to PUBLIC
ERROR: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The visibility of the testChangeOfScopeFromProtectedToPrivate field has been changed from PROTECTED to PRIVATE
WARNING: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The visibility of the testChangeOfScopeFromPrivateToProtected field has been changed from PRIVATE to PROTECTED
WARNING: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The visibility of the testChangeOfScopeFromPrivateToPublic field has been changed from PRIVATE to PUBLIC
INFO: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The visibility of the testPublicChangeToStatic field has not changed
INFO: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The visibility of the testPublicChangeFromStatic field has not changed
INFO: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The visibility of the testProtectedChangeToStatic field has not changed
INFO: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The visibility of the testProtectedChangeFromStatic field has not changed
INFO: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The visibility of the testPrivateChangeToStatic field has not changed
INFO: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The visibility of the testPrivateChangeFromStatic field has not changed
INFO: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The visibility of the publicFinalToNoFinal field has not changed
INFO: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The visibility of the publicNotfinalToFinal field has not changed
INFO: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The visibility of the protectedFinalToNoFinal field has not changed
INFO: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The visibility of the protectedNotfinalToFinal field has not changed
INFO: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The visibility of the privateFinalToNoFinal field has not changed
INFO: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The visibility of the privateNotfinalToFinal field has not changed
INFO: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The visibility of the publicTransientToNoTransient field has not changed
INFO: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The visibility of the publicNotTransientToTransient field has not changed
INFO: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The visibility of the protectedTransientToNoTransient field has not changed
INFO: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The visibility of the protectedNotTransientToTransient field has not changed
INFO: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The visibility of the privateTransientToNoTransient field has not changed
INFO: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The visibility of the privateNotTransientToTransient field has not changed
INFO: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java(54): The visibility of the <init> method has not changed
==================================
/home/sward/.m2/repository/com/googlecode/japi-checker/reference-test-jar/0.1.4-SNAPSHOT/reference-test-jar-0.1.4-SNAPSHOT.jar
/home/sward/.m2/repository/com/googlecode/japi-checker/new-test-jar/0.1.4-SNAPSHOT/new-test-jar-0.1.4-SNAPSHOT.jar
class com/googlecode/japi/checker/tests/PackageScopeFieldTestCases extends java/lang/Object {
- source: PackageScopeFieldTestCases.java
- debug: null
-(field) testChangeOfTypePublic null Ljava/lang/String;
-(field) testChangeOfTypeProtected null Ljava/lang/String;
-(field) testChangeOfTypePrivate null Ljava/lang/String;
-(field) testChangeOfScopeFromPublicToProtected null Ljava/lang/String;
-(field) testChangeOfScopeFromPublicToPrivate null Ljava/lang/String;
-(field) testChangeOfScopeFromProtectedToPublic null Ljava/lang/String;
-(field) testChangeOfScopeFromProtectedToPrivate null Ljava/lang/String;
-(field) testChangeOfScopeFromPrivateToProtected null Ljava/lang/String;
-(field) testChangeOfScopeFromPrivateToPublic null Ljava/lang/String;
-(field) testPublicChangeToStatic null Ljava/lang/String;
-(field) testPublicChangeFromStatic null Ljava/lang/String;
-(field) testProtectedChangeToStatic null Ljava/lang/String;
-(field) testProtectedChangeFromStatic null Ljava/lang/String;
-(field) testPrivateChangeToStatic null Ljava/lang/String;
-(field) testPrivateChangeFromStatic null Ljava/lang/String;
-(field) publicFinalToNoFinal null Ljava/lang/String;
-(field) publicNotfinalToFinal null Ljava/lang/String;
-(field) protectedFinalToNoFinal null Ljava/lang/String;
-(field) protectedNotfinalToFinal null Ljava/lang/String;
-(field) privateFinalToNoFinal null Ljava/lang/String;
-(field) privateNotfinalToFinal null Ljava/lang/String;
+(m) <init> ()V null null
}
class com/googlecode/japi/checker/tests/PackageScopeFieldTestCases extends java/lang/Object {
- source: PackageScopeFieldTestCases.java
- debug: null
-(field) testChangeOfTypePublic null Ljava/lang/Boolean;
-(field) testChangeOfTypeProtected null Ljava/lang/Boolean;
-(field) testChangeOfTypePrivate null Ljava/lang/Boolean;
-(field) testChangeOfScopeFromPublicToProtected null Ljava/lang/String;
-(field) testChangeOfScopeFromPublicToPrivate null Ljava/lang/String;
-(field) testChangeOfScopeFromProtectedToPublic null Ljava/lang/String;
-(field) testChangeOfScopeFromProtectedToPrivate null Ljava/lang/String;
-(field) testChangeOfScopeFromPrivateToProtected null Ljava/lang/String;
-(field) testChangeOfScopeFromPrivateToPublic null Ljava/lang/String;
-(field) testPublicChangeToStatic null Ljava/lang/String;
-(field) testPublicChangeFromStatic null Ljava/lang/String;
-(field) testProtectedChangeToStatic null Ljava/lang/String;
-(field) testProtectedChangeFromStatic null Ljava/lang/String;
-(field) testPrivateChangeToStatic null Ljava/lang/String;
-(field) testPrivateChangeFromStatic null Ljava/lang/String;
-(field) publicFinalToNoFinal null Ljava/lang/String;
-(field) publicNotfinalToFinal null Ljava/lang/String;
-(field) protectedFinalToNoFinal null Ljava/lang/String;
-(field) protectedNotfinalToFinal null Ljava/lang/String;
-(field) privateFinalToNoFinal null Ljava/lang/String;
-(field) privateNotfinalToFinal null Ljava/lang/String;
+(m) <init> ()V null null
}
INFO: com/googlecode/japi/checker/tests/PackageScopeFieldTestCases.java: The visibility of the com/googlecode/japi/checker/tests/PackageScopeFieldTestCases class has not changed
==================================
/home/sward/.m2/repository/com/googlecode/japi-checker/reference-test-jar/0.1.4-SNAPSHOT/reference-test-jar-0.1.4-SNAPSHOT.jar
/home/sward/.m2/repository/com/googlecode/japi-checker/new-test-jar/0.1.4-SNAPSHOT/new-test-jar-0.1.4-SNAPSHOT.jar
class com/googlecode/japi/checker/tests/PublicScopeFieldTestCases extends java/lang/Object {
- source: PublicScopeFieldTestCases.java
- debug: null
-(field) testChangeOfTypePublic null Ljava/lang/String;
-(field) testChangeOfTypeProtected null Ljava/lang/String;
-(field) testChangeOfTypePrivate null Ljava/lang/String;
-(field) testChangeOfScopeFromPublicToProtected null Ljava/lang/String;
-(field) testChangeOfScopeFromPublicToPrivate null Ljava/lang/String;
-(field) testChangeOfScopeFromProtectedToPublic null Ljava/lang/String;
-(field) testChangeOfScopeFromProtectedToPrivate null Ljava/lang/String;
-(field) testChangeOfScopeFromPrivateToProtected null Ljava/lang/String;
-(field) testChangeOfScopeFromPrivateToPublic null Ljava/lang/String;
-(field) testPublicChangeToStatic null Ljava/lang/String;
-(field) testPublicChangeFromStatic null Ljava/lang/String;
-(field) testProtectedChangeToStatic null Ljava/lang/String;
-(field) testProtectedChangeFromStatic null Ljava/lang/String;
-(field) testPrivateChangeToStatic null Ljava/lang/String;
-(field) testPrivateChangeFromStatic null Ljava/lang/String;
-(field) publicFinalToNoFinal null Ljava/lang/String;
-(field) publicNotfinalToFinal null Ljava/lang/String;
-(field) protectedFinalToNoFinal null Ljava/lang/String;
-(field) protectedNotfinalToFinal null Ljava/lang/String;
-(field) privateFinalToNoFinal null Ljava/lang/String;
-(field) privateNotfinalToFinal null Ljava/lang/String;
-(field) publicTransientToNoTransient null Ljava/lang/String;
-(field) publicNotTransientToTransient null Ljava/lang/String;
-(field) protectedTransientToNoTransient null Ljava/lang/String;
-(field) protectedNotTransientToTransient null Ljava/lang/String;
-(field) privateTransientToNoTransient null Ljava/lang/String;
-(field) privateNotTransientToTransient null Ljava/lang/String;
+(m) <init> ()V null null
}
class com/googlecode/japi/checker/tests/PublicScopeFieldTestCases extends java/lang/Object {
- source: PublicScopeFieldTestCases.java
- debug: null
-(field) testChangeOfTypePublic null Ljava/lang/Boolean;
-(field) testChangeOfTypeProtected null Ljava/lang/Boolean;
-(field) testChangeOfTypePrivate null Ljava/lang/Boolean;
-(field) testChangeOfScopeFromPublicToProtected null Ljava/lang/String;
-(field) testChangeOfScopeFromPublicToPrivate null Ljava/lang/String;
-(field) testChangeOfScopeFromProtectedToPublic null Ljava/lang/String;
-(field) testChangeOfScopeFromProtectedToPrivate null Ljava/lang/String;
-(field) testChangeOfScopeFromPrivateToProtected null Ljava/lang/String;
-(field) testChangeOfScopeFromPrivateToPublic null Ljava/lang/String;
-(field) testPublicChangeToStatic null Ljava/lang/String;
-(field) testPublicChangeFromStatic null Ljava/lang/String;
-(field) testProtectedChangeToStatic null Ljava/lang/String;
-(field) testProtectedChangeFromStatic null Ljava/lang/String;
-(field) testPrivateChangeToStatic null Ljava/lang/String;
-(field) testPrivateChangeFromStatic null Ljava/lang/String;
-(field) publicFinalToNoFinal null Ljava/lang/String;
-(field) publicNotfinalToFinal null Ljava/lang/String;
-(field) protectedFinalToNoFinal null Ljava/lang/String;
-(field) protectedNotfinalToFinal null Ljava/lang/String;
-(field) privateFinalToNoFinal null Ljava/lang/String;
-(field) privateNotfinalToFinal null Ljava/lang/String;
-(field) publicTransientToNoTransient null Ljava/lang/String;
-(field) publicNotTransientToTransient null Ljava/lang/String;
-(field) protectedTransientToNoTransient null Ljava/lang/String;
-(field) protectedNotTransientToTransient null Ljava/lang/String;
-(field) privateTransientToNoTransient null Ljava/lang/String;
-(field) privateNotTransientToTransient null Ljava/lang/String;
+(m) <init> ()V null null
}
ERROR: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The field testChangeOfTypePublic has been modified from Ljava/lang/String; to Ljava/lang/Boolean;
ERROR: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The field testChangeOfTypeProtected has been modified from Ljava/lang/String; to Ljava/lang/Boolean;
==================================
/home/sward/.m2/repository/com/googlecode/japi-checker/reference-test-jar/0.1.4-SNAPSHOT/reference-test-jar-0.1.4-SNAPSHOT.jar
/home/sward/.m2/repository/com/googlecode/japi-checker/new-test-jar/0.1.4-SNAPSHOT/new-test-jar-0.1.4-SNAPSHOT.jar
class com/googlecode/japi/checker/tests/PackageScopeFieldTestCases extends java/lang/Object {
- source: PackageScopeFieldTestCases.java
- debug: null
-(field) testChangeOfTypePublic null Ljava/lang/String;
-(field) testChangeOfTypeProtected null Ljava/lang/String;
-(field) testChangeOfTypePrivate null Ljava/lang/String;
-(field) testChangeOfScopeFromPublicToProtected null Ljava/lang/String;
-(field) testChangeOfScopeFromPublicToPrivate null Ljava/lang/String;
-(field) testChangeOfScopeFromProtectedToPublic null Ljava/lang/String;
-(field) testChangeOfScopeFromProtectedToPrivate null Ljava/lang/String;
-(field) testChangeOfScopeFromPrivateToProtected null Ljava/lang/String;
-(field) testChangeOfScopeFromPrivateToPublic null Ljava/lang/String;
-(field) testPublicChangeToStatic null Ljava/lang/String;
-(field) testPublicChangeFromStatic null Ljava/lang/String;
-(field) testProtectedChangeToStatic null Ljava/lang/String;
-(field) testProtectedChangeFromStatic null Ljava/lang/String;
-(field) testPrivateChangeToStatic null Ljava/lang/String;
-(field) testPrivateChangeFromStatic null Ljava/lang/String;
-(field) publicFinalToNoFinal null Ljava/lang/String;
-(field) publicNotfinalToFinal null Ljava/lang/String;
-(field) protectedFinalToNoFinal null Ljava/lang/String;
-(field) protectedNotfinalToFinal null Ljava/lang/String;
-(field) privateFinalToNoFinal null Ljava/lang/String;
-(field) privateNotfinalToFinal null Ljava/lang/String;
+(m) <init> ()V null null
}
class com/googlecode/japi/checker/tests/PackageScopeFieldTestCases extends java/lang/Object {
- source: PackageScopeFieldTestCases.java
- debug: null
-(field) testChangeOfTypePublic null Ljava/lang/Boolean;
-(field) testChangeOfTypeProtected null Ljava/lang/Boolean;
-(field) testChangeOfTypePrivate null Ljava/lang/Boolean;
-(field) testChangeOfScopeFromPublicToProtected null Ljava/lang/String;
-(field) testChangeOfScopeFromPublicToPrivate null Ljava/lang/String;
-(field) testChangeOfScopeFromProtectedToPublic null Ljava/lang/String;
-(field) testChangeOfScopeFromProtectedToPrivate null Ljava/lang/String;
-(field) testChangeOfScopeFromPrivateToProtected null Ljava/lang/String;
-(field) testChangeOfScopeFromPrivateToPublic null Ljava/lang/String;
-(field) testPublicChangeToStatic null Ljava/lang/String;
-(field) testPublicChangeFromStatic null Ljava/lang/String;
-(field) testProtectedChangeToStatic null Ljava/lang/String;
-(field) testProtectedChangeFromStatic null Ljava/lang/String;
-(field) testPrivateChangeToStatic null Ljava/lang/String;
-(field) testPrivateChangeFromStatic null Ljava/lang/String;
-(field) publicFinalToNoFinal null Ljava/lang/String;
-(field) publicNotfinalToFinal null Ljava/lang/String;
-(field) protectedFinalToNoFinal null Ljava/lang/String;
-(field) protectedNotfinalToFinal null Ljava/lang/String;
-(field) privateFinalToNoFinal null Ljava/lang/String;
-(field) privateNotfinalToFinal null Ljava/lang/String;
+(m) <init> ()V null null
}
==================================
/home/sward/.m2/repository/com/googlecode/japi-checker/reference-test-jar/0.1.4-SNAPSHOT/reference-test-jar-0.1.4-SNAPSHOT.jar
/home/sward/.m2/repository/com/googlecode/japi-checker/new-test-jar/0.1.4-SNAPSHOT/new-test-jar-0.1.4-SNAPSHOT.jar
class com/googlecode/japi/checker/tests/PublicScopeFieldTestCases extends java/lang/Object {
- source: PublicScopeFieldTestCases.java
- debug: null
-(field) testChangeOfTypePublic null Ljava/lang/String;
-(field) testChangeOfTypeProtected null Ljava/lang/String;
-(field) testChangeOfTypePrivate null Ljava/lang/String;
-(field) testChangeOfScopeFromPublicToProtected null Ljava/lang/String;
-(field) testChangeOfScopeFromPublicToPrivate null Ljava/lang/String;
-(field) testChangeOfScopeFromProtectedToPublic null Ljava/lang/String;
-(field) testChangeOfScopeFromProtectedToPrivate null Ljava/lang/String;
-(field) testChangeOfScopeFromPrivateToProtected null Ljava/lang/String;
-(field) testChangeOfScopeFromPrivateToPublic null Ljava/lang/String;
-(field) testPublicChangeToStatic null Ljava/lang/String;
-(field) testPublicChangeFromStatic null Ljava/lang/String;
-(field) testProtectedChangeToStatic null Ljava/lang/String;
-(field) testProtectedChangeFromStatic null Ljava/lang/String;
-(field) testPrivateChangeToStatic null Ljava/lang/String;
-(field) testPrivateChangeFromStatic null Ljava/lang/String;
-(field) publicFinalToNoFinal null Ljava/lang/String;
-(field) publicNotfinalToFinal null Ljava/lang/String;
-(field) protectedFinalToNoFinal null Ljava/lang/String;
-(field) protectedNotfinalToFinal null Ljava/lang/String;
-(field) privateFinalToNoFinal null Ljava/lang/String;
-(field) privateNotfinalToFinal null Ljava/lang/String;
-(field) publicTransientToNoTransient null Ljava/lang/String;
-(field) publicNotTransientToTransient null Ljava/lang/String;
-(field) protectedTransientToNoTransient null Ljava/lang/String;
-(field) protectedNotTransientToTransient null Ljava/lang/String;
-(field) privateTransientToNoTransient null Ljava/lang/String;
-(field) privateNotTransientToTransient null Ljava/lang/String;
+(m) <init> ()V null null
}
class com/googlecode/japi/checker/tests/PublicScopeFieldTestCases extends java/lang/Object {
- source: PublicScopeFieldTestCases.java
- debug: null
-(field) testChangeOfTypePublic null Ljava/lang/Boolean;
-(field) testChangeOfTypeProtected null Ljava/lang/Boolean;
-(field) testChangeOfTypePrivate null Ljava/lang/Boolean;
-(field) testChangeOfScopeFromPublicToProtected null Ljava/lang/String;
-(field) testChangeOfScopeFromPublicToPrivate null Ljava/lang/String;
-(field) testChangeOfScopeFromProtectedToPublic null Ljava/lang/String;
-(field) testChangeOfScopeFromProtectedToPrivate null Ljava/lang/String;
-(field) testChangeOfScopeFromPrivateToProtected null Ljava/lang/String;
-(field) testChangeOfScopeFromPrivateToPublic null Ljava/lang/String;
-(field) testPublicChangeToStatic null Ljava/lang/String;
-(field) testPublicChangeFromStatic null Ljava/lang/String;
-(field) testProtectedChangeToStatic null Ljava/lang/String;
-(field) testProtectedChangeFromStatic null Ljava/lang/String;
-(field) testPrivateChangeToStatic null Ljava/lang/String;
-(field) testPrivateChangeFromStatic null Ljava/lang/String;
-(field) publicFinalToNoFinal null Ljava/lang/String;
-(field) publicNotfinalToFinal null Ljava/lang/String;
-(field) protectedFinalToNoFinal null Ljava/lang/String;
-(field) protectedNotfinalToFinal null Ljava/lang/String;
-(field) privateFinalToNoFinal null Ljava/lang/String;
-(field) privateNotfinalToFinal null Ljava/lang/String;
-(field) publicTransientToNoTransient null Ljava/lang/String;
-(field) publicNotTransientToTransient null Ljava/lang/String;
-(field) protectedTransientToNoTransient null Ljava/lang/String;
-(field) protectedNotTransientToTransient null Ljava/lang/String;
-(field) privateTransientToNoTransient null Ljava/lang/String;
-(field) privateNotTransientToTransient null Ljava/lang/String;
+(m) <init> ()V null null
}
ERROR: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The field testPublicChangeToStatic is now static.
ERROR: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The field testPublicChangeFromStatic is not static anymore.
ERROR: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The field testProtectedChangeToStatic is now static.
ERROR: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The field testProtectedChangeFromStatic is not static anymore.
==================================
/home/sward/.m2/repository/com/googlecode/japi-checker/reference-test-jar/0.1.4-SNAPSHOT/reference-test-jar-0.1.4-SNAPSHOT.jar
/home/sward/.m2/repository/com/googlecode/japi-checker/new-test-jar/0.1.4-SNAPSHOT/new-test-jar-0.1.4-SNAPSHOT.jar
class com/googlecode/japi/checker/tests/PublicScopeFieldTestCases extends java/lang/Object {
- source: PublicScopeFieldTestCases.java
- debug: null
-(field) testChangeOfTypePublic null Ljava/lang/String;
-(field) testChangeOfTypeProtected null Ljava/lang/String;
-(field) testChangeOfTypePrivate null Ljava/lang/String;
-(field) testChangeOfScopeFromPublicToProtected null Ljava/lang/String;
-(field) testChangeOfScopeFromPublicToPrivate null Ljava/lang/String;
-(field) testChangeOfScopeFromProtectedToPublic null Ljava/lang/String;
-(field) testChangeOfScopeFromProtectedToPrivate null Ljava/lang/String;
-(field) testChangeOfScopeFromPrivateToProtected null Ljava/lang/String;
-(field) testChangeOfScopeFromPrivateToPublic null Ljava/lang/String;
-(field) testPublicChangeToStatic null Ljava/lang/String;
-(field) testPublicChangeFromStatic null Ljava/lang/String;
-(field) testProtectedChangeToStatic null Ljava/lang/String;
-(field) testProtectedChangeFromStatic null Ljava/lang/String;
-(field) testPrivateChangeToStatic null Ljava/lang/String;
-(field) testPrivateChangeFromStatic null Ljava/lang/String;
-(field) publicFinalToNoFinal null Ljava/lang/String;
-(field) publicNotfinalToFinal null Ljava/lang/String;
-(field) protectedFinalToNoFinal null Ljava/lang/String;
-(field) protectedNotfinalToFinal null Ljava/lang/String;
-(field) privateFinalToNoFinal null Ljava/lang/String;
-(field) privateNotfinalToFinal null Ljava/lang/String;
-(field) publicTransientToNoTransient null Ljava/lang/String;
-(field) publicNotTransientToTransient null Ljava/lang/String;
-(field) protectedTransientToNoTransient null Ljava/lang/String;
-(field) protectedNotTransientToTransient null Ljava/lang/String;
-(field) privateTransientToNoTransient null Ljava/lang/String;
-(field) privateNotTransientToTransient null Ljava/lang/String;
+(m) <init> ()V null null
}
class com/googlecode/japi/checker/tests/PublicScopeFieldTestCases extends java/lang/Object {
- source: PublicScopeFieldTestCases.java
- debug: null
-(field) testChangeOfTypePublic null Ljava/lang/Boolean;
-(field) testChangeOfTypeProtected null Ljava/lang/Boolean;
-(field) testChangeOfTypePrivate null Ljava/lang/Boolean;
-(field) testChangeOfScopeFromPublicToProtected null Ljava/lang/String;
-(field) testChangeOfScopeFromPublicToPrivate null Ljava/lang/String;
-(field) testChangeOfScopeFromProtectedToPublic null Ljava/lang/String;
-(field) testChangeOfScopeFromProtectedToPrivate null Ljava/lang/String;
-(field) testChangeOfScopeFromPrivateToProtected null Ljava/lang/String;
-(field) testChangeOfScopeFromPrivateToPublic null Ljava/lang/String;
-(field) testPublicChangeToStatic null Ljava/lang/String;
-(field) testPublicChangeFromStatic null Ljava/lang/String;
-(field) testProtectedChangeToStatic null Ljava/lang/String;
-(field) testProtectedChangeFromStatic null Ljava/lang/String;
-(field) testPrivateChangeToStatic null Ljava/lang/String;
-(field) testPrivateChangeFromStatic null Ljava/lang/String;
-(field) publicFinalToNoFinal null Ljava/lang/String;
-(field) publicNotfinalToFinal null Ljava/lang/String;
-(field) protectedFinalToNoFinal null Ljava/lang/String;
-(field) protectedNotfinalToFinal null Ljava/lang/String;
-(field) privateFinalToNoFinal null Ljava/lang/String;
-(field) privateNotfinalToFinal null Ljava/lang/String;
-(field) publicTransientToNoTransient null Ljava/lang/String;
-(field) publicNotTransientToTransient null Ljava/lang/String;
-(field) protectedTransientToNoTransient null Ljava/lang/String;
-(field) protectedNotTransientToTransient null Ljava/lang/String;
-(field) privateTransientToNoTransient null Ljava/lang/String;
-(field) privateNotTransientToTransient null Ljava/lang/String;
+(m) <init> ()V null null
}
ERROR: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The field publicTransientToNoTransient is not transient anymore.
WARNING: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The field publicNotTransientToTransient is now transient.
ERROR: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The field protectedTransientToNoTransient is not transient anymore.
WARNING: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The field protectedNotTransientToTransient is now transient.
ERROR: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The field privateTransientToNoTransient is not transient anymore.
WARNING: com/googlecode/japi/checker/tests/PublicScopeFieldTestCases.java: The field privateNotTransientToTransient is now transient.
==================================
/home/sward/.m2/repository/com/googlecode/japi-checker/reference-test-jar/0.1.4-SNAPSHOT/reference-test-jar-0.1.4-SNAPSHOT.jar
/home/sward/.m2/repository/com/googlecode/japi-checker/new-test-jar/0.1.4-SNAPSHOT/new-test-jar-0.1.4-SNAPSHOT.jar
class com/googlecode/japi/checker/tests/PackageScopeFieldTestCases extends java/lang/Object {
- source: PackageScopeFieldTestCases.java
- debug: null
-(field) testChangeOfTypePublic null Ljava/lang/String;
-(field) testChangeOfTypeProtected null Ljava/lang/String;
-(field) testChangeOfTypePrivate null Ljava/lang/String;
-(field) testChangeOfScopeFromPublicToProtected null Ljava/lang/String;
-(field) testChangeOfScopeFromPublicToPrivate null Ljava/lang/String;
-(field) testChangeOfScopeFromProtectedToPublic null Ljava/lang/String;
-(field) testChangeOfScopeFromProtectedToPrivate null Ljava/lang/String;
-(field) testChangeOfScopeFromPrivateToProtected null Ljava/lang/String;
-(field) testChangeOfScopeFromPrivateToPublic null Ljava/lang/String;
-(field) testPublicChangeToStatic null Ljava/lang/String;
-(field) testPublicChangeFromStatic null Ljava/lang/String;
-(field) testProtectedChangeToStatic null Ljava/lang/String;
-(field) testProtectedChangeFromStatic null Ljava/lang/String;
-(field) testPrivateChangeToStatic null Ljava/lang/String;
-(field) testPrivateChangeFromStatic null Ljava/lang/String;
-(field) publicFinalToNoFinal null Ljava/lang/String;
-(field) publicNotfinalToFinal null Ljava/lang/String;
-(field) protectedFinalToNoFinal null Ljava/lang/String;
-(field) protectedNotfinalToFinal null Ljava/lang/String;
-(field) privateFinalToNoFinal null Ljava/lang/String;
-(field) privateNotfinalToFinal null Ljava/lang/String;
+(m) <init> ()V null null
}
class com/googlecode/japi/checker/tests/PackageScopeFieldTestCases extends java/lang/Object {
- source: PackageScopeFieldTestCases.java
- debug: null
-(field) testChangeOfTypePublic null Ljava/lang/Boolean;
-(field) testChangeOfTypeProtected null Ljava/lang/Boolean;
-(field) testChangeOfTypePrivate null Ljava/lang/Boolean;
-(field) testChangeOfScopeFromPublicToProtected null Ljava/lang/String;
-(field) testChangeOfScopeFromPublicToPrivate null Ljava/lang/String;
-(field) testChangeOfScopeFromProtectedToPublic null Ljava/lang/String;
-(field) testChangeOfScopeFromProtectedToPrivate null Ljava/lang/String;
-(field) testChangeOfScopeFromPrivateToProtected null Ljava/lang/String;
-(field) testChangeOfScopeFromPrivateToPublic null Ljava/lang/String;
-(field) testPublicChangeToStatic null Ljava/lang/String;
-(field) testPublicChangeFromStatic null Ljava/lang/String;
-(field) testProtectedChangeToStatic null Ljava/lang/String;
-(field) testProtectedChangeFromStatic null Ljava/lang/String;
-(field) testPrivateChangeToStatic null Ljava/lang/String;
-(field) testPrivateChangeFromStatic null Ljava/lang/String;
-(field) publicFinalToNoFinal null Ljava/lang/String;
-(field) publicNotfinalToFinal null Ljava/lang/String;
-(field) protectedFinalToNoFinal null Ljava/lang/String;
-(field) protectedNotfinalToFinal null Ljava/lang/String;
-(field) privateFinalToNoFinal null Ljava/lang/String;
-(field) privateNotfinalToFinal null Ljava/lang/String;
+(m) <init> ()V null null
}
==================================
/home/sward/.m2/repository/com/googlecode/japi-checker/reference-test-jar/0.1.4-SNAPSHOT/reference-test-jar-0.1.4-SNAPSHOT.jar
/home/sward/.m2/repository/com/googlecode/japi-checker/new-test-jar/0.1.4-SNAPSHOT/new-test-jar-0.1.4-SNAPSHOT.jar
class com/googlecode/japi/checker/tests/PublicClassToFinal extends java/lang/Object {
- source: PublicClassToFinal.java
- debug: null
+(m) <init> ()V null null
}
class com/googlecode/japi/checker/tests/PublicClassToFinal extends java/lang/Object {
- source: PublicClassToFinal.java
- debug: null
+(m) <init> ()V null null
}
ERROR: com/googlecode/japi/checker/tests/PublicClassToFinal.java: The class com/googlecode/japi/checker/tests/PublicClassToFinal has been made final, this breaks inheritance.
==================================
/home/sward/.m2/repository/com/googlecode/japi-checker/reference-test-jar/0.1.4-SNAPSHOT/reference-test-jar-0.1.4-SNAPSHOT.jar
/home/sward/.m2/repository/com/googlecode/japi-checker/new-test-jar/0.1.4-SNAPSHOT/new-test-jar-0.1.4-SNAPSHOT.jar
class com/googlecode/japi/checker/tests/CheckInheritanceChanges extends java/util/Vector {
- source: CheckInheritanceChanges.java
- debug: null
-(field) serialVersionUID null J
+(m) <init> ()V null null
}
class com/googlecode/japi/checker/tests/CheckInheritanceChanges extends java/util/ArrayList {
- source: CheckInheritanceChanges.java
- debug: null
+(m) <init> ()V null null
}
ERROR: com/googlecode/japi/checker/tests/CheckInheritanceChanges.java: com/googlecode/japi/checker/tests/CheckInheritanceChanges extends java/util/ArrayList and not java/util/Vector anymore.
ERROR: com/googlecode/japi/checker/tests/CheckInheritanceChanges.java: com/googlecode/japi/checker/tests/CheckInheritanceChanges is not implementing java/io/Serializable anymore.
==================================
/home/sward/.m2/repository/com/googlecode/japi-checker/reference-test-jar/0.1.4-SNAPSHOT/reference-test-jar-0.1.4-SNAPSHOT.jar
/home/sward/.m2/repository/com/googlecode/japi-checker/new-test-jar/0.1.4-SNAPSHOT/new-test-jar-0.1.4-SNAPSHOT.jar
class com/googlecode/japi/checker/tests/CheckRemovedMethod extends java/lang/Object {
- source: CheckRemovedMethod.java
- debug: null
+(m) <init> ()V null null
+(m) publicMethodRemoved ()V null null
+(m) publicMethodRemoved (Z)V null [Ljava.lang.String;@1f78ef1
+(m) publicMethodRemoved (Ljava/lang/String;)V null null
+(m) protectedMethodRemoved ()V null null
+(m) privateMethodRemoved ()V null null
}
class com/googlecode/japi/checker/tests/CheckRemovedMethod extends java/lang/Object {
- source: CheckRemovedMethod.java
- debug: null
+(m) <init> ()V null null
+(m) publicMethodRemoved (Ljava/lang/String;)V null null
+(m) publicMethodRemoved (Z)V null [Ljava.lang.String;@1c9a690
}
ERROR: com/googlecode/japi/checker/tests/CheckRemovedMethod.java: Could not find method publicMethodRemoved in newer version.
ERROR: com/googlecode/japi/checker/tests/CheckRemovedMethod.java: Could not find method protectedMethodRemoved in newer version.
==================================
/home/sward/.m2/repository/com/googlecode/japi-checker/reference-test-jar/0.1.4-SNAPSHOT/reference-test-jar-0.1.4-SNAPSHOT.jar
/home/sward/.m2/repository/com/googlecode/japi-checker/new-test-jar/0.1.4-SNAPSHOT/new-test-jar-0.1.4-SNAPSHOT.jar
class com/googlecode/japi/checker/tests/CheckMethodException extends java/lang/Object {
- source: CheckMethodException.java
- debug: null
+(m) <init> ()V null null
+(m) publicAddedException ()V null null
+(m) protectedAddedException ()V null null
+(m) privatedAddedException ()V null null
+(m) publicRemovedException ()V null [Ljava.lang.String;@12b3d53
+(m) protectedRemovedException ()V null [Ljava.lang.String;@1c74f37
+(m) privatedRemovedException ()V null [Ljava.lang.String;@21b220
}
class com/googlecode/japi/checker/tests/CheckMethodException extends java/lang/Object {
- source: CheckMethodException.java
- debug: null
+(m) <init> ()V null null
+(m) publicAddedException ()V null [Ljava.lang.String;@3570b0
+(m) protectedAddedException ()V null [Ljava.lang.String;@79717e
+(m) privatedAddedException ()V null [Ljava.lang.String;@10a2d64
+(m) publicRemovedException ()V null null
+(m) protectedRemovedException ()V null null
+(m) privatedRemovedException ()V null null
}
ERROR: com/googlecode/japi/checker/tests/CheckMethodException.java(22): publicAddedException is now throwing java/lang/Exception.
ERROR: com/googlecode/japi/checker/tests/CheckMethodException.java(26): protectedAddedException is now throwing java/lang/Exception.
ERROR: com/googlecode/japi/checker/tests/CheckMethodException.java(34): publicRemovedException is not throwing java/lang/Exception anymore.
ERROR: com/googlecode/japi/checker/tests/CheckMethodException.java(38): protectedRemovedException is not throwing java/lang/Exception anymore.
==================================
/home/sward/.m2/repository/com/googlecode/japi-checker/reference-test-jar/0.1.4-SNAPSHOT/reference-test-jar-0.1.4-SNAPSHOT.jar
/home/sward/.m2/repository/com/googlecode/japi-checker/new-test-jar/0.1.4-SNAPSHOT/new-test-jar-0.1.4-SNAPSHOT.jar
class com/googlecode/japi/checker/tests/InnerClassRemoved$ProtectedStaticInnerClass extends java/lang/Object {
- source: InnerClassRemoved.java
- debug: null
+(ic) com/googlecode/japi/checker/tests/InnerClassRemoved$ProtectedStaticInnerClass com/googlecode/japi/checker/tests/InnerClassRemoved ProtectedStaticInnerClass 12
+(m) <init> ()V null null
}
class com/googlecode/japi/checker/tests/InnerClassRemoved$PublicStaticInnerClass extends java/lang/Object {
- source: InnerClassRemoved.java
- debug: null
+(ic) com/googlecode/japi/checker/tests/InnerClassRemoved$PublicStaticInnerClass com/googlecode/japi/checker/tests/InnerClassRemoved PublicStaticInnerClass 9
+(m) <init> ()V null null
}
class com/googlecode/japi/checker/tests/InnerClassRemoved$PublicInnerClass extends java/lang/Object {
- source: InnerClassRemoved.java
- debug: null
+(ic) com/googlecode/japi/checker/tests/InnerClassRemoved$PublicInnerClass com/googlecode/japi/checker/tests/InnerClassRemoved PublicInnerClass 1
-(field) this$0 null Lcom/googlecode/japi/checker/tests/InnerClassRemoved;
+(m) <init> (Lcom/googlecode/japi/checker/tests/InnerClassRemoved;)V null null
}
class com/googlecode/japi/checker/tests/InnerClassRemoved extends java/lang/Object {
- source: InnerClassRemoved.java
- debug: null
+(ic) com/googlecode/japi/checker/tests/InnerClassRemoved$PrivateInnerClass com/googlecode/japi/checker/tests/InnerClassRemoved PrivateInnerClass 2
+(ic) com/googlecode/japi/checker/tests/InnerClassRemoved$ProtectedInnerClass com/googlecode/japi/checker/tests/InnerClassRemoved ProtectedInnerClass 4
+(ic) com/googlecode/japi/checker/tests/InnerClassRemoved$PublicInnerClass com/googlecode/japi/checker/tests/InnerClassRemoved PublicInnerClass 1
+(ic) com/googlecode/japi/checker/tests/InnerClassRemoved$PrivateStaticInnerClass com/googlecode/japi/checker/tests/InnerClassRemoved PrivateStaticInnerClass 10
+(ic) com/googlecode/japi/checker/tests/InnerClassRemoved$ProtectedStaticInnerClass com/googlecode/japi/checker/tests/InnerClassRemoved ProtectedStaticInnerClass 12
+(ic) com/googlecode/japi/checker/tests/InnerClassRemoved$PublicStaticInnerClass com/googlecode/japi/checker/tests/InnerClassRemoved PublicStaticInnerClass 9
+(m) <init> ()V null null
}
class com/googlecode/japi/checker/tests/InnerClassRemoved$PrivateStaticInnerClass extends java/lang/Object {
- source: InnerClassRemoved.java
- debug: null
+(ic) com/googlecode/japi/checker/tests/InnerClassRemoved$PrivateStaticInnerClass com/googlecode/japi/checker/tests/InnerClassRemoved PrivateStaticInnerClass 10
+(m) <init> ()V null null
}
class com/googlecode/japi/checker/tests/InnerClassRemoved$PrivateInnerClass extends java/lang/Object {
- source: InnerClassRemoved.java
- debug: null
+(ic) com/googlecode/japi/checker/tests/InnerClassRemoved$PrivateInnerClass com/googlecode/japi/checker/tests/InnerClassRemoved PrivateInnerClass 2
-(field) this$0 null Lcom/googlecode/japi/checker/tests/InnerClassRemoved;
+(m) <init> (Lcom/googlecode/japi/checker/tests/InnerClassRemoved;)V null null
}
class com/googlecode/japi/checker/tests/InnerClassRemoved$ProtectedInnerClass extends java/lang/Object {
- source: InnerClassRemoved.java
- debug: null
+(ic) com/googlecode/japi/checker/tests/InnerClassRemoved$ProtectedInnerClass com/googlecode/japi/checker/tests/InnerClassRemoved ProtectedInnerClass 4
-(field) this$0 null Lcom/googlecode/japi/checker/tests/InnerClassRemoved;
+(m) <init> (Lcom/googlecode/japi/checker/tests/InnerClassRemoved;)V null null
}
class com/googlecode/japi/checker/tests/InnerClassRemoved extends java/lang/Object {
- source: InnerClassRemoved.java
- debug: null
+(m) <init> ()V null null
}
ERROR: com/googlecode/japi/checker/tests/InnerClassRemoved.java: Public class com/googlecode/japi/checker/tests/InnerClassRemoved$PublicStaticInnerClass has been removed.
ERROR: com/googlecode/japi/checker/tests/InnerClassRemoved.java: Public class com/googlecode/japi/checker/tests/InnerClassRemoved$PublicInnerClass has been removed.
ERROR: com/googlecode/japi/checker/tests/InnerClassRemoved.java: Public class com/googlecode/japi/checker/tests/InnerClassRemoved$ProtectedStaticInnerClass has been removed.
ERROR: com/googlecode/japi/checker/tests/InnerClassRemoved.java: Public class com/googlecode/japi/checker/tests/InnerClassRemoved$ProtectedInnerClass has been removed.
==================================
/home/sward/.m2/repository/com/googlecode/japi-checker/reference-test-jar/0.1.4-SNAPSHOT/reference-test-jar-0.1.4-SNAPSHOT.jar
/home/sward/.m2/repository/com/googlecode/japi-checker/new-test-jar/0.1.4-SNAPSHOT/new-test-jar-0.1.4-SNAPSHOT.jar
class com/googlecode/japi/checker/tests/CheckMethodAccess extends java/lang/Object {
- source: CheckMethodAccess.java
- debug: null
+(m) <init> ()V null null
+(m) publicToFinal ()V null null
+(m) protectedToFinal ()V null null
+(m) privateToFinal ()V null null
+(m) publicToStatic ()V null null
+(m) protectedToStatic ()V null null
+(m) privateToStatic ()V null null
+(m) publicFromStatic ()V null null
+(m) protectedFromStatic ()V null null
+(m) privateFromStatic ()V null null
}
class com/googlecode/japi/checker/tests/CheckMethodAccess extends java/lang/Object {
- source: CheckMethodAccess.java
- debug: null
+(m) <init> ()V null null
+(m) publicToFinal ()V null null
+(m) protectedToFinal ()V null null
+(m) privateToFinal ()V null null
+(m) publicToStatic ()V null null
+(m) protectedToStatic ()V null null
+(m) privateToStatic ()V null null
+(m) publicFromStatic ()V null null
+(m) protectedFromStatic ()V null null
+(m) privateFromStatic ()V null null
}
ERROR: com/googlecode/japi/checker/tests/CheckMethodAccess.java(20): The method publicToFinal has been made final, this now prevents overriding.
ERROR: com/googlecode/japi/checker/tests/CheckMethodAccess.java(21): The method protectedToFinal has been made final, this now prevents overriding.
==================================
/home/sward/.m2/repository/com/googlecode/japi-checker/reference-test-jar/0.1.4-SNAPSHOT/reference-test-jar-0.1.4-SNAPSHOT.jar
/home/sward/.m2/repository/com/googlecode/japi-checker/new-test-jar/0.1.4-SNAPSHOT/new-test-jar-0.1.4-SNAPSHOT.jar
class com/googlecode/japi/checker/tests/CheckMethodAccess extends java/lang/Object {
- source: CheckMethodAccess.java
- debug: null
+(m) <init> ()V null null
+(m) publicToFinal ()V null null
+(m) protectedToFinal ()V null null
+(m) privateToFinal ()V null null
+(m) publicToStatic ()V null null
+(m) protectedToStatic ()V null null
+(m) privateToStatic ()V null null
+(m) publicFromStatic ()V null null
+(m) protectedFromStatic ()V null null
+(m) privateFromStatic ()V null null
}
class com/googlecode/japi/checker/tests/CheckMethodAccess extends java/lang/Object {
- source: CheckMethodAccess.java
- debug: null
+(m) <init> ()V null null
+(m) publicToFinal ()V null null
+(m) protectedToFinal ()V null null
+(m) privateToFinal ()V null null
+(m) publicToStatic ()V null null
+(m) protectedToStatic ()V null null
+(m) privateToStatic ()V null null
+(m) publicFromStatic ()V null null
+(m) protectedFromStatic ()V null null
+(m) privateFromStatic ()V null null
}
ERROR: com/googlecode/japi/checker/tests/CheckMethodAccess.java(24): The method publicToStatic has been made static.
ERROR: com/googlecode/japi/checker/tests/CheckMethodAccess.java(25): The method protectedToStatic has been made static.
ERROR: com/googlecode/japi/checker/tests/CheckMethodAccess.java(28): The method publicFromStatic is not static anymore.
ERROR: com/googlecode/japi/checker/tests/CheckMethodAccess.java(29): The method protectedFromStatic is not static anymore.
==================================
/home/sward/.m2/repository/com/googlecode/japi-checker/reference-test-jar/0.1.4-SNAPSHOT/reference-test-jar-0.1.4-SNAPSHOT.jar
/home/sward/.m2/repository/com/googlecode/japi-checker/new-test-jar/0.1.4-SNAPSHOT/new-test-jar-0.1.4-SNAPSHOT.jar
class com/googlecode/japi/checker/tests/InterfaceToClass extends java/lang/Object {
- source: InterfaceToClass.java
- debug: null
}
class com/googlecode/japi/checker/tests/InterfaceToClass extends java/lang/Object {
- source: InterfaceToClass.java
- debug: null
+(m) <init> ()V null null
}
ERROR: com/googlecode/japi/checker/tests/InterfaceToClass.java: The class com/googlecode/japi/checker/tests/InterfaceToClass has been change into an interface.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment