mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[java] Improve quick-fixes on expression statements:
1. Put 'Iterate' and 'Introduce local variable' above 'Insert semicolon' where possible 2. Add 'Insert return' fix where possible (IDEA-267682) 3. Display type in 'Iterate' fix name (IDEA-267796) GitOrigin-RevId: 08aa00adc0f7f1144c306a5dfdd279319b0af2ca
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c8e020b146
commit
62f9692d64
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Iterate" "false"
|
||||
// "Disable 'Iterate'" "false"
|
||||
class Test {
|
||||
void foo() {
|
||||
java.lang.thi<caret>s
|
||||
|
||||
Reference in New Issue
Block a user