mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-22 14:31:25 +07:00
DefaultAnnotationParamInspection
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// "Remove redundant parameter" "true"
|
||||
|
||||
@interface Anno {
|
||||
boolean foo() default true;
|
||||
}
|
||||
|
||||
@Anno()
|
||||
class Foo {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
// "Remove redundant parameter" "true"
|
||||
|
||||
@interface Anno {
|
||||
boolean foo() default true;
|
||||
}
|
||||
|
||||
@Anno(foo = tr<caret>ue)
|
||||
class Foo {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user