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-10 15:20:19 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
489bed949af78710c2ed18475d4015cd6cb9f114
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
quickFix
/
convert2Local
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
…
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
…
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
…