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-05-16 10:11:11 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
baccb31d7e75b22c4838eb3ddf4e34ca848686aa
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
quickFix
/
anonymous2lambda
History
Anna Kozlova
f3e1d968b8
IDEA-124385
2014-04-25 18:38:38 +02:00
..
afterCallToDefaultFromFunctionalInterfaceInsideInheritor.java
IDEA-112552 "Replace with lambda" should use expression lambda when possible
2014-04-08 18:28:25 +02:00
afterCallToStaticFromFunctionalInterface.java
IDEA-112552 "Replace with lambda" should use expression lambda when possible
2014-04-08 18:28:25 +02:00
afterClassObjectAccess.java
…
afterComparable.java
…
afterComparableConflicts.java
…
afterComparableConflictsEnums.java
…
afterComparableNeedToBeFinal.java
…
afterConflictingLocal1.java
IDEA-124385
2014-04-25 18:38:38 +02:00
afterConflictingLocal.java
anonym to lambda: rename conflicting locals (IDEA-120221)
2014-03-26 18:54:40 +01:00
afterFinalFieldInitializedBeforeAnonymInConstructor.java
IDEA-112552 "Replace with lambda" should use expression lambda when possible
2014-04-08 18:28:25 +02:00
afterFormalTypes.java
…
afterForwardStaticFieldReference.java
IDEA-112552 "Replace with lambda" should use expression lambda when possible
2014-04-08 18:28:25 +02:00
afterMultilineComparable.java
…
afterNeedToQualifyAccess.java
…
afterQualifiedThis.java
…
afterRunnable.java
IDEA-112552 "Replace with lambda" should use expression lambda when possible
2014-04-08 18:28:25 +02:00
afterRunnableInArrayInitializer.java
IDEA-112552 "Replace with lambda" should use expression lambda when possible
2014-04-08 18:28:25 +02:00
afterVarWithSuperTypeDeclared.java
…
beforeCallToDefaultFromFunctionalInterface.java
anonym -> lambda, method ref: do not suggest replacement when default method is called out of functional interface context
2014-04-08 16:45:38 +02:00
beforeCallToDefaultFromFunctionalInterfaceInsideInheritor.java
anonym -> lambda, method ref: do not suggest replacement when default method is called out of functional interface context
2014-04-08 16:45:38 +02:00
beforeCallToStaticFromFunctionalInterface.java
anonym -> lambda, method ref: do not suggest replacement when default method is called out of functional interface context
2014-04-08 16:45:38 +02:00
beforeClassAsSuperType.java
…
beforeClassObjectAccess.java
…
beforeComparable.java
…
beforeComparableConflicts.java
…
beforeComparableConflictsEnums.java
…
beforeComparableNeedToBeFinal.java
…
beforeConflictingLocal1.java
IDEA-124385
2014-04-25 18:38:38 +02:00
beforeConflictingLocal.java
anonym to lambda: rename conflicting locals (IDEA-120221)
2014-03-26 18:54:40 +01:00
beforeFieldInAnonymous.java
…
beforeFinalFieldInitializedAfterAnonymInConstructor.java
…
beforeFinalFieldInitializedBeforeAnonymInConstructor.java
…
beforeFormalTypes.java
…
beforeForwardFieldReference.java
…
beforeForwardStaticFieldReference.java
…
beforeLinkToFinal.java
…
beforeLinkToNextField.java
…
beforeLocalVariableConflicts.java
…
beforeMultilineComparable.java
…
beforeNeedToQualifyAccess.java
…
beforeNoMethodBody.java
…
beforeNonQGetClass.java
…
beforeNotAStatement.java
lambda -> anonym: disable in unexpected context where cast won't help (IDEA-120165)
2014-02-25 10:15:19 +01:00
beforeQualifiedThis.java
…
beforeRecursive.java
…
beforeRunnable.java
…
beforeRunnableInArrayInitializer.java
…
beforeRunnableWithHelpMethod.java
…
beforeThisRefInside.java
…
beforeVarWithSuperTypeDeclared.java
…