This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
You've already forked openide
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-01-07 22:09:38 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
36cc99ea9a6882552ea0551bab51c5668d70e379
openide
/
java
/
java-tests
/
testData
/
compiler
/
notNullVerification
History
nik
6a8fa26b86
not-null instrumentation fixed for static inner classes
2010-08-05 13:38:18 +04:00
..
annotations.jar
fix @NotNull instrumentation for enum constructor parameters with ASM 3.3 (IDEA-56943); move NotNullVerifyingInstrumenterTest to java-tests
2010-07-30 21:33:38 +04:00
EnumConstructor.java
fix @NotNull instrumentation for enum constructor parameters with ASM 3.3 (IDEA-56943); move NotNullVerifyingInstrumenterTest to java-tests
2010-07-30 21:33:38 +04:00
EnumConstructorSecondParam.java
correctly fixed not-null instrumentation for enums (IDEA-56943)
2010-08-05 09:08:34 +04:00
MultipleReturns.java
fix @NotNull instrumentation for enum constructor parameters with ASM 3.3 (IDEA-56943); move NotNullVerifyingInstrumenterTest to java-tests
2010-07-30 21:33:38 +04:00
NonStaticInnerClass.java
not-null instrumentation fixed for static inner classes
2010-08-05 13:38:18 +04:00
SimpleReturn.java
fix @NotNull instrumentation for enum constructor parameters with ASM 3.3 (IDEA-56943); move NotNullVerifyingInstrumenterTest to java-tests
2010-07-30 21:33:38 +04:00
StaticInnerClass.java
not-null instrumentation fixed for static inner classes
2010-08-05 13:38:18 +04:00