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-06 21:30:56 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d3e36561f46fa99940685923f1c23d12487504bd
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
quickFix
/
extractSetFromComparison
History
Tagir Valeev
d3e36561f4
IDEA-174813 Intention to replace multiple enum comparisons with EnumSet.contains()
...
ExtractSetFromComparisonChainAction enhanced to support enums and support == comparisons
2017-08-29 17:40:32 +07:00
..
afterAdditionalLeft.java
…
afterAdditionalRight.java
…
afterEnum.java
IDEA-174813 Intention to replace multiple enum comparisons with EnumSet.contains()
2017-08-29 17:40:32 +07:00
afterEq.java
IDEA-174813 Intention to replace multiple enum comparisons with EnumSet.contains()
2017-08-29 17:40:32 +07:00
afterGuava.java
…
afterInterface.java
…
afterJava1.4.java
LightCodeInsightTestCase: now test name can force the language level.
2017-04-28 15:14:27 +07:00
afterJava9.java
…
afterParentheses.java
…
afterSimple.java
…
afterVariousEquals.java
…
beforeAdditionalLeft.java
…
beforeAdditionalLeftWrongPlace.java
…
beforeAdditionalRight.java
…
beforeAdditionalRightWrongPlace.java
…
beforeEnum.java
IDEA-174813 Intention to replace multiple enum comparisons with EnumSet.contains()
2017-08-29 17:40:32 +07:00
beforeEq.java
IDEA-174813 Intention to replace multiple enum comparisons with EnumSet.contains()
2017-08-29 17:40:32 +07:00
beforeGuava.java
…
beforeInterface.java
…
beforeJava1.4.java
LightCodeInsightTestCase: now test name can force the language level.
2017-04-28 15:14:27 +07:00
beforeJava9.java
…
beforeParentheses.java
…
beforeSimple.java
…
beforeVariousEquals.java
…