This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
You've already forked openide
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-01-10 01:09:46 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bf5cd076c1662772c0631c76b0fac6539fe3af6c
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
constraints
History
Anna.Kozlova
bf5cd076c1
new inference: avoid inferring partly raw types (in case of unchecked conversion resolve to eq/low bound or null if only upper is present) as these types won't be treated as wildcard parameterized ever (IDEA-150167)
2016-03-24 11:48:06 +01:00
..
EqualityUnboundWildcard.java
…
ExceptionConstraintsWithProperAndNonProperThrows.java
inference: proper exceptions thrown checks (IDEA-152577)
2016-03-04 17:00:37 +01:00
IntersectionTypeStrictSubtypingConstraint.java
…
LambdaGroundTest.java
…
PrimitiveTypesCompatibility.java
…
SubtypingConstraintWithSuperCapturedWildcard.java
captured wildcard in subtyping constraints: use upper bound only (IDEA-139046)
2015-05-12 17:07:07 +02:00
SubtypingExtendsSuper.java
…
TypeCompatibilityUncheckedConversion.java
…
TypeCompatibilityUncheckedConversionReturnConstraints.java
…
UncheckedBoundsWithErasure.java
new inference: avoid inferring partly raw types (in case of unchecked conversion resolve to eq/low bound or null if only upper is present) as these types won't be treated as wildcard parameterized ever (IDEA-150167)
2016-03-24 11:48:06 +01:00
WildcardParameterizedReturnTypeConflictWithParameterTypes.java
…