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-21 12:14:37 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b20fc1c936c9e963f6b77a775eeaa61dfe557040
openide
/
java
/
java-tests
/
testData
/
inspection
/
nullableProblems
T
History
peter
195377ae63
IDEA-133565 "@NotNull/@Nullable Problems" inspection doesn't ignore external annotations
2014-11-27 14:43:01 +01:00
..
jdk14
…
GetterSetterProblems.java
IDEA-131537 Inspection "Setter parameter for @Nullable field is annotated @NotNull" is doubtful
2014-10-28 22:37:16 +04:00
HonorCustomDefault.java
IDEA-129829 Good code is red: @TypeQualifierDefault and method overriding
2014-09-15 14:49:57 +02:00
HonorParameterDefaultInSetters.java
IDEA-131537 Inspection "Setter parameter for @Nullable field is annotated @NotNull" is doubtful
2014-10-28 22:37:16 +04:00
HonorSuperParameterDefault.java
…
HonorThisParameterDefault.java
…
IgnoreExternalNotNull.java
IDEA-133565 "@NotNull/@Nullable Problems" inspection doesn't ignore external annotations
2014-11-27 14:43:01 +01:00
NotNullCustomException.java
…
NotNullFieldNotInitialized.java
require that notnull fields be initialized (IDEA-114889)
2014-07-18 09:14:08 +02:00
NotNullFieldNullableParam.java
…
NotNullParameterOverridesNotAnnotated.java
IDEA-114891 Adding @NotNull annotation in overridden method incompatible with Eclipse
2014-09-15 14:49:56 +02:00
NullableFieldNotnullParam.java
…
OverriddenMethods.java
…
OverridingExternalNotNull.java
allow to ignore external super parameter annotations in nullable stuff inspection (IDEA-114892)
2014-09-15 14:49:56 +02:00
Problems2.java
…
Problems.java
…