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-06-05 12:03:58 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0dbef4cc6bf4bd3f752e46cea467942cf3d04bc3
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
quickFix
/
unwrapIfStatement
T
History
Bas Leijdekkers
b6a75ac21d
IG: fix containsConflictingDeclarations()
2017-10-22 19:41:59 +02:00
..
afterAlwaysReturning.java
IDEA-175018 Unwrap if produces red code
2017-07-07 17:53:00 +02:00
afterConflictingBlock.java
IG: fix containsConflictingDeclarations()
2017-10-22 19:41:59 +02:00
afterConflictingField.java
IDEA-178434 "Unwrap 'if' statement" produces incompilable code if variable declared in the
if
body shadows the outer scope variable
2017-10-13 21:17:37 +02:00
afterConflictingVariables.java
…
afterUnreachableElse.java
…
beforeAlwaysReturning.java
IDEA-175018 Unwrap if produces red code
2017-07-07 17:53:00 +02:00
beforeConflictingBlock.java
IG: fix containsConflictingDeclarations()
2017-10-22 19:41:59 +02:00
beforeConflictingField.java
IDEA-178434 "Unwrap 'if' statement" produces incompilable code if variable declared in the
if
body shadows the outer scope variable
2017-10-13 21:17:37 +02:00
beforeConflictingVariables.java
…
beforeUnreachableElse.java
…