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-24 14:26:37 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
39aa837db3ebb2534f12e65eb4eee83088af3e29
openide
/
java
/
java-tests
/
testData
/
inspection
/
nullableProblems
T
History
peter
8c54e84341
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
..
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
…
OverrideCustomDefault.java
…
OverridingExternalNotNull.java
…
Problems2.java
…
Problems.java
…