mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 14:37:45 +07:00
Compute constant expression as an inspection; minor improvements
Works for unary operation Do not suggested if replacement is the same as the original code Replacement is displayed in the quick-fix name
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
// "Replace '~2' with constant value '-3'" "true"
|
||||
class Test {
|
||||
int x = -3;
|
||||
}
|
||||
Reference in New Issue
Block a user