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-25 00:29:34 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
65194fd5f04fa418100c7452cb1be3fcb2680064
openide
/
java
/
java-tests
/
testData
/
inspection
/
dataFlow
/
contractCheck
T
History
peter
0ddd1243b9
honor vararg calls when inferring contracts (IDEA-148862)
2015-12-03 17:32:53 +01:00
..
CheckSuperContract.java
…
DelegationToInstanceMethod.java
…
DelegationWithUnknownArgument.java
…
DoubleParameter.java
…
EqualsUnknownValue.java
…
ExceptionWhenDeclaredNotNull.java
relax "!null" contract checking to accept exceptions thrown (IDEA-133488)
2015-04-08 18:13:15 +02:00
FailDelegation.java
relax "!null" contract checking to accept exceptions thrown (IDEA-133488)
2015-04-08 18:13:15 +02:00
MissingFail.java
…
NestedCallsMayThrow.java
…
NotNullStringLiteral.java
…
PassingVarargsToDelegate.java
honor vararg calls when inferring contracts (IDEA-148862)
2015-12-03 17:32:53 +01:00
PlainDelegation.java
…
ReturnPrimitiveArray.java
contract nulls are compatible with array return types (IDEA-137323)
2015-03-06 14:59:53 +01:00
SignatureIssues.java
…
TrueInsteadOfFail.java
…
TrueInsteadOfFalse.java
…
VarargInferred.java
…
WrongFail.java
…