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
ae5d13390421e7efdfb4a8159542e90cb564834e
openide
/
java
/
java-tests
/
testData
/
inspection
/
nullableProblems
T
History
peter
116a11a17b
IDEA-164995 Warn about @Nullable problems for method references
2016-12-22 14:53:25 +01:00
..
jdk14
…
jdkAnnotationsWithoutJetBrainsAnnotations
…
GetterSetterProblems.java
…
HonorCustomDefault.java
…
HonorParameterDefaultInSetters.java
…
HonorSuperParameterDefault.java
…
HonorThisParameterDefault.java
…
IgnoreExternalNotNull.java
…
NotNullAnnotationChecksInChildClassMethods.java
…
NotNullByDefaultFieldNotInitialized.java
IDEA-147534 Inspection "@NotNull/@Nullable problems" - "Require @NotNull fileds to be initialized explicitly", does not trigger when using @NonnullByDefault
2015-11-06 16:48:33 +01:00
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-164995 Warn about @Nullable problems for method references
2016-12-22 14:53:25 +01:00
OverrideCustomDefault.java
…
OverridingExternalNotNull.java
…
Problems2.java
…
Problems.java
…