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-17 18:50:49 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9179fa8feac251ede04aab77bc410057ce36794d
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
quickFix
/
joinDeclaration
T
History
Pavel Dolgov
10c335b44e
Java inspection: In "Join Declaration and Assignment" intention action warn about side effects of the initializer being removed (IDEA-157727)
2016-06-27 15:37:13 +03:00
..
afterEq.java
…
afterMultiDeclr.java
…
afterParenthesis.java
replace operator assignment with assignment (IDEA-137214)
2015-06-26 12:24:32 +03:00
afterPlusEq.java
…
afterSideEffect.java
Java inspection: In "Join Declaration and Assignment" intention action warn about side effects of the initializer being removed (IDEA-157727)
2016-06-27 15:37:13 +03:00
beforeEq.java
…
beforeForeignExprBetween.java
…
beforeMultiDeclr.java
…
beforeParenthesis.java
replace operator assignment with assignment (IDEA-137214)
2015-06-26 12:24:32 +03:00
beforePlusEq.java
…
beforeSideEffect.java
Java inspection: In "Join Declaration and Assignment" intention action warn about side effects of the initializer being removed (IDEA-157727)
2016-06-27 15:37:13 +03:00
beforeUsedInRightPart.java
…