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-08 14:37:46 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
747caef971762830f672ea8046598e838dfde7e7
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
quickFix
/
removeRedundantElse
T
History
…
..
after1.java
…
afterComments.java
…
afterSwitch.java
[java-intentions] More preview tests; minor fixes
2022-07-29 17:55:13 +00:00
before1.java
[java-intentions] More preview tests; minor fixes
2022-07-29 17:55:13 +00:00
beforeCanThrowException.java
Java inspection: Returned back RemoveRedundantElseAction intention, because it turns out it's useful in some cases (IDEA-157727)
2016-07-20 18:50:32 +03:00
beforeComments.java
[java-intentions] More preview tests; minor fixes
2022-07-29 17:55:13 +00:00
beforeIfElseChain.java
Java inspection: Returned back RemoveRedundantElseAction intention, because it turns out it's useful in some cases (IDEA-157727)
2016-07-20 18:50:32 +03:00
beforeSwitch.java
…