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-07-08 15:06:07 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3a92a52992d271dadafa22818a55f57b968c4bdf
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
quickFix
/
convert2Local
T
History
Artemiy Sartakov
52f49b5c5f
ConvertToLocalInspection: inline created local variable if this variable is a copy of initializer (IDEA-33733)
2019-01-17 20:26:42 +07:00
..
afterAssignmentAndFinalByDefault.java
change test data to be more realistic
2018-06-01 11:15:29 +03:00
afterBlocksInSameMethod.java
…
afterFinalFieldIsCopy.java
ConvertToLocalInspection: inline created local variable if this variable is a copy of initializer (IDEA-33733)
2019-01-17 20:26:42 +07:00
afterInSwitchCases.java
…
afterMultipleMethods.java
convert field to local: preserve comments
2018-08-14 15:06:25 +02:00
afterMultipleMethodsMultipleFields.java
ConvertToLocalInspection: inline created local variable if this variable is a copy of initializer (IDEA-33733)
2019-01-17 20:26:42 +07:00
afterSetterAfterSuperConstructorCall.java
…
beforeAssignmentAndFinalByDefault.java
change test data to be more realistic
2018-06-01 11:15:29 +03:00
beforeBlocksInSameMethod.java
…
beforeFinalFieldIsCopy.java
ConvertToLocalInspection: inline created local variable if this variable is a copy of initializer (IDEA-33733)
2019-01-17 20:26:42 +07:00
beforeInSwitchCases.java
…
beforeMultipleMethods.java
convert field to local: preserve comments
2018-08-14 15:06:25 +02:00
beforeMultipleMethodsMultipleFields.java
…
beforeMultipleMethodsOnReadOnly.java
…
beforeSetterAfterSuperConstructorCall.java
…
beforeUsedInJavadoc.java
…