-
- Downloads
Added test and analysis for protected.
- reintroduce some parts of 24a4d16b - this currently fails for package-private members, which are treated as if protected, thus reporting too much shadowings
Showing
- scope4j/src/main/jastadd/ProgramToScopeTree.jrag 18 additions, 3 deletionsscope4j/src/main/jastadd/ProgramToScopeTree.jrag
- scope4j/src/test/java/org/extendj/ProtectedTest.java 113 additions, 0 deletionsscope4j/src/test/java/org/extendj/ProtectedTest.java
- scope4j/src/test/resources/protected_/one/ClassA.java 38 additions, 0 deletionsscope4j/src/test/resources/protected_/one/ClassA.java
- scope4j/src/test/resources/protected_/one/ClassB.java 38 additions, 0 deletionsscope4j/src/test/resources/protected_/one/ClassB.java
- scope4j/src/test/resources/protected_/one/ClassC.java 38 additions, 0 deletionsscope4j/src/test/resources/protected_/one/ClassC.java
- scope4j/src/test/resources/protected_/two/ClassD.java 38 additions, 0 deletionsscope4j/src/test/resources/protected_/two/ClassD.java
- scope4j/src/test/resources/protected_/two/ClassE.java 38 additions, 0 deletionsscope4j/src/test/resources/protected_/two/ClassE.java
Please register or sign in to comment