mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
introduce constant: do not delete self if it is still needed
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
@SuppressWarnings(<selection>"CONST"</selection>)
|
||||
class Me {
|
||||
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
@SuppressWarnings(Me.xxx)
|
||||
class Me {
|
||||
|
||||
public static final String xxx = "CONST";
|
||||
}
|
||||
Reference in New Issue
Block a user