Add "Remove annotation" quickfix for empty @Throws
This commit is contained in:
Vendored
+1
@@ -2,6 +2,7 @@
|
||||
// ERROR: @Throws must have non-empty class list
|
||||
// ACTION: Make internal
|
||||
// ACTION: Make private
|
||||
// ACTION: Remove annotation
|
||||
|
||||
// No compilation error => no quickfix.
|
||||
<caret>@Throws()
|
||||
|
||||
Reference in New Issue
Block a user