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-25 18:25:37 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6d20d8614a077a898b0a521c5503a0c5fa588d3c
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
quickFix
/
unwrapIfStatement
T
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
…