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-02-06 09:36:56 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d2b3ac979bfc0270a94deafc4048c901d3fbf10f
openide
/
java
/
java-tests
/
testData
/
inspection
/
java8CollectionRemoveIf
History
Tagir Valeev
d2b3ac979b
IteratorDeclaration: support parenthesized hasNext, etc.
2018-09-19 12:30:38 +07:00
..
afterIteratorRemoveFor.java
IDEA-163874 "Replace inefficient Stream API call chains ending with count" removes comments
2016-11-22 12:14:21 +07:00
afterIteratorRemoveInline.java
IDEA-163874 "Replace inefficient Stream API call chains ending with count" removes comments
2016-11-22 12:14:21 +07:00
afterIteratorRemoveListIterator.java
IteratorDeclaration: ListIterator support
2017-02-09 17:28:57 +07:00
afterIteratorRemoveWhile.java
IDEA-163874 "Replace inefficient Stream API call chains ending with count" removes comments
2016-11-22 12:14:21 +07:00
beforeIteratorRemoveFor.java
IteratorDeclaration: support parenthesized hasNext, etc.
2018-09-19 12:30:38 +07:00
beforeIteratorRemoveInline.java
IteratorDeclaration: support parentheses in declaration
2018-07-10 14:13:42 +07:00
beforeIteratorRemoveInlineShortCircuit.java
…
beforeIteratorRemoveInlineTwice.java
…
beforeIteratorRemoveListIterator.java
IteratorDeclaration: ListIterator support
2017-02-09 17:28:57 +07:00
beforeIteratorRemoveWhile.java
IDEA-163874 "Replace inefficient Stream API call chains ending with count" removes comments
2016-11-22 12:14:21 +07:00
beforeIteratorRemoveWhileReused.java
…