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-08-20 11:36:16 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e86902ebcce12fb534028f81dfc23ef7271b22ad
openide
/
java
/
java-tests
/
testData
/
inspection
/
nullableProblems
T
History
peter
cfe4917c8b
custom nullable annotation on an element should win over package-default not-null (IDEA-138894)
2015-04-08 18:13:16 +02:00
..
jdk14
…
GetterSetterProblems.java
…
HonorCustomDefault.java
…
HonorParameterDefaultInSetters.java
…
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
…
OverrideCustomDefault.java
custom nullable annotation on an element should win over package-default not-null (IDEA-138894)
2015-04-08 18:13:16 +02:00
OverridingExternalNotNull.java
…
Problems2.java
…
Problems.java
…