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-07 22:00:39 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
30b3d4a55863c28c2fac3080d4682e46461da2e5
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
quickFix
/
splitDeclaration
History
Anna.Kozlova
97535d8271
preserve comments: split declarations
2017-12-01 18:19:49 +01:00
..
afterCommentsInInitializer.java
preserve comments: split declarations
2017-12-01 18:19:49 +01:00
afterForLoop.java
…
afterForLoopAfterAnonymous.java
split declaration: detect same variables after declaration (IDEA-175261)
2017-07-04 10:30:37 +02:00
afterMultipleDeclarationsLocalWithComments.java
normalize declaration: don't include tree next after space
2017-11-29 12:12:54 +01:00
afterNotArray.java
…
beforeCommentsInInitializer.java
preserve comments: split declarations
2017-12-01 18:19:49 +01:00
beforeForLoop.java
…
beforeForLoopAfterAnonymous.java
split declaration: detect same variables after declaration (IDEA-175261)
2017-07-04 10:30:37 +02:00
beforeForLoopConflictingLocal.java
…
beforeForLoopConflictingLocalInLambda.java
split declaration: detect same variables after declaration (IDEA-175261)
2017-07-04 10:30:37 +02:00
beforeMultipleDeclarationsLocalWithComments.java
normalize declaration: don't include tree next after space
2017-11-29 12:12:54 +01:00
beforeNotArray.java
…