This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-09-18 22:17:05 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6189bb94de8f0e5656f34c33ded693abaa76cfe7
openide
/
java
/
java-tests
/
testData
/
compiler
/
notNullVerification
T
History
peter
490d4e67bd
IDEA-76782 Generate runtime assertions for all configured not-null annotations
2016-09-19 12:04:52 +02:00
..
annotations.jar
…
ConstructorParam.java
…
ConstructorParamWithMessage.java
…
CustomExceptionType.java
…
DoubleParameter.java
…
EnumConstructor.java
…
EnumConstructorSecondParam.java
…
LongParameter.java
…
MalformedBytecode.java
[^jeka] not-null instrumentation should skip invalid local variable tables in bridge method
2015-11-18 15:00:05 +01:00
MultipleAnnotations.java
IDEA-76782 Generate runtime assertions for all configured not-null annotations
2016-09-19 12:04:52 +02:00
MultipleMessages.java
@NotNull instrumentation: added test for duplicated labels in tableswitch instruction (IDEA-CR-11417)
2016-06-20 21:49:34 +03:00
MultipleReturns.java
…
NonStaticInnerClass.java
…
SimpleParam.java
…
SimpleParamWithMessage.java
…
SimpleReturn.java
…
SimpleReturnWithMessage.java
…
SkipBridgeMethods.java
don't instrument bridge methods for @NotNull (IDEA-146977)
2015-10-28 17:03:44 +01:00
StaticInnerClass.java
…
UseParameterNames.java
…