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-09 15:41:26 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5fb1dbb2ce2ea6444a8806b11dc0e8ec3ee54ed5
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
newMethodRef
T
History
Anna Kozlova
5fb1dbb2ce
new inference: check containing class type params if they are in bounds
2014-02-07 18:43:53 +01:00
..
AfterBounds.java
…
AfterCollectors1.java
…
AfterCollectors2.java
…
AfterDistinctOps.java
…
AfterSliceOps.java
…
AssertNumberOfParameters.java
…
CapturingReturnValue.java
method ref constrain (IDEA-119552)
2014-01-24 15:53:44 +04:00
CheckReturnTypeForExactRefs.java
…
ContainingClassTypeParamsForBounds.java
…
DeepWildcardEliminating.java
deeply eliminate wildcards as they may appear during inference in wildcard's bounds
2014-01-30 12:02:21 +04:00
GenericArrayCreation.java
…
HighlightReferenceWhenContradictBoundsAreInferred.java
new inference: check containing class type params if they are in bounds
2014-02-07 18:43:53 +01:00
IDEA93587.java
…
IDEA106522.java
…
IDEA112574.java
…
IDEA113297.java
wildcard bounds composition (IDEA-113297)
2014-01-30 20:13:49 +04:00
IDEA113558.java
…
IDEA116359.java
…
IDEA117311.java
method refs: add constraint P1->ReferenceType for inexact method references despite of spec (IDEA-117311)
2014-01-30 12:02:17 +04:00
IDEA118437.java
method refs constraint (IDEA-118437)
2014-01-30 20:13:47 +04:00
IncludeContainingClassParamsInResolveSetForConstructorRefs.java
…
InexactMethodReferencePrimitiveBound.java
…
LiftMethodReferenceTypeParams.java
…
PotentialApplicability.java
…
RawConstructorReferenceWithTypeParams.java
…
WildcardReturns.java
…
WildcardsInClassTypeQualifier.java
…