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-05 04:40:28 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8b287c2f4bbd11d585f92b167e141143dd21ba92
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
quickFix
/
unwrapIfStatement
History
peter
4d005013e6
CodeEditUtil.addChildren: avoid returning invalid AST
2017-11-24 16:55:59 +01:00
..
afterAlwaysReturning.java
…
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
…
afterEmptyElseBlock.java
CodeEditUtil.addChildren: avoid returning invalid AST
2017-11-24 16:55:59 +01:00
afterUnreachableElse.java
…
beforeAlwaysReturning.java
…
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
…
beforeEmptyElseBlock.java
CodeEditUtil.addChildren: avoid returning invalid AST
2017-11-24 16:55:59 +01:00
beforeUnreachableElse.java
…