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-10 13:17:09 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a47088fa4fcddb84c05cfddb10935994f8210c95
openide
/
java
/
java-tests
/
testData
/
inspection
/
nullableProblems
T
History
peter
59bdc4b5ab
IDEA-166444 Good code yellow: Not annotated method with primitive return type is used as an override for a method annotated with NotNull
2017-01-18 19:42:15 +01:00
..
jdk14
…
jdkAnnotationsWithoutJetBrainsAnnotations
…
GetterSetterProblems.java
…
HonorCustomDefault.java
…
HonorParameterDefaultInSetters.java
…
HonorSuperParameterDefault.java
…
HonorThisParameterDefault.java
…
IgnoreExternalNotNull.java
…
NotNullAnnotationChecksInChildClassMethods.java
…
NotNullByDefaultFieldNotInitialized.java
…
NotNullCustomException.java
…
NotNullFieldInitializedInLambda.java
don't suggest to make parameters for field @NotNull if the parameters don't belong to a constructor
2016-11-02 16:50:35 +01:00
NotNullFieldNotInitialized.java
…
NotNullFieldNotInitializedInOneConstructor.java
…
NotNullFieldNotInitializedSetting.java
…
NotNullFieldNullableParam.java
…
NotNullParameterOverridesNotAnnotated.java
…
NullableFieldNotnullParam.java
…
NullPassedAsPartNotNullAnnotatedOfVarArg.java
do not search null-literal argument for notnull var-arg parameter IDEA-160134
2016-08-23 13:13:40 +03:00
NullPassedToNotNullConstructorParameter.java
an index to detect nulls passed as arguments of method parameters + DataFlowInspection and NullableStuffInspection use it to detect method call failings when one of parameters is null
2016-08-18 12:21:51 +03:00
NullPassedToNotNullParameter.java
an index to detect nulls passed as arguments of method parameters + DataFlowInspection and NullableStuffInspection use it to detect method call failings when one of parameters is null
2016-08-18 12:21:51 +03:00
OverriddenMethods.java
…
OverriddenViaMethodReference.java
IDEA-166444 Good code yellow: Not annotated method with primitive return type is used as an override for a method annotated with NotNull
2017-01-18 19:42:15 +01:00
OverrideCustomDefault.java
…
OverridingExternalNotNull.java
…
Problems2.java
…
Problems.java
…