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-09 20:42:52 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
858119b77567f2d3edc300dd3ec9595cfa352ed9
openide
/
java
/
java-tests
/
testData
/
inspection
/
nullableProblems
T
History
peter
3b519b0c5f
IDEA-23971 Warn on @NotNull nont-initialized fields in a class that has default constructor
2015-02-17 15:55:07 +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
NotNullAnnotationChecksInChildClassMethods.java
IDEA-134733 Inspection: @NotNull/@Nullable inspection does not report annotation name in the warning for overridden method
2015-01-02 12:59:13 +01:00
NotNullCustomException.java
…
NotNullFieldNotInitialized.java
…
NotNullFieldNotInitializedInOneConstructor.java
IDEA-23971 Warn on @NotNull nont-initialized fields in a class that has default constructor
2015-02-17 15:55:07 +01:00
NotNullFieldNotInitializedSetting.java
IDEA-135004 New “non null fields must be initialised” not helpful when DI is used
2015-02-06 16:11:12 +01:00
NotNullFieldNullableParam.java
…
NotNullParameterOverridesNotAnnotated.java
…
NullableFieldNotnullParam.java
…
OverriddenMethods.java
…
OverridingExternalNotNull.java
…
Problems2.java
…
Problems.java
…