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-07 15:35:40 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
747caef971762830f672ea8046598e838dfde7e7
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
surroundAutoCloseable
T
History
…
..
CommentsInVarDeclaration_after.java
surround with auto-closeable: ensure final is restored from existing var
2017-12-04 15:14:28 +01:00
CommentsInVarDeclaration.java
…
Expression_after.java
…
Expression.java
…
ExpressionIncomplete_after.java
…
ExpressionIncomplete.java
…
ImplicitlyTypedDeclaration_after.java
…
ImplicitlyTypedDeclaration.java
…
LastDeclaration_after.java
…
LastDeclaration.java
IDEA-103114 ("Surround with try-with-resources" fixed to not lose last declaration element)
2013-03-25 18:30:12 +01:00
MixedUsages_after.java
CommentTracker#replaceAndRestoreComments: try to keep comments after the statement (not move them to the front)
2018-10-08 14:09:24 +07:00
MixedUsages.java
…
Simple_after.java
…
Simple.java
…
SimplePast_after.java
…
SimplePast.java
[java] "Surround with try-with-resources" template ditched in favor of intention action (IDEA-149130, IDEA-152348)
2016-03-03 10:28:22 +01:00
SplitVar_after.java
…
SplitVar.java
EA-45951, EA-58568 (PSI traversal fixed; test added)
2015-06-19 13:44:33 +03:00
UnrelatedVariable_after.java
surround with closeable: don't include unrelated variables (IDEA-159434)
2017-12-20 18:39:09 +01:00
UnrelatedVariable.java
…
Usage_after.java
IDEA-93289 (count usages; simple case)
2012-11-04 21:32:10 +01:00
Usage.java
…