mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
[java-inspections] IDEA-318681, IDEA-318678, IDEA-318677, IDEA-318676 Improve previews, get rid of external annotations
GitOrigin-RevId: 57d45849299ce12c5ec19d84dcabdaaee00c3831
This commit is contained in:
committed by
intellij-monorepo-bot
parent
bdfa6f8ccb
commit
5032fa91dd
@@ -1,8 +0,0 @@
|
||||
// "Add 'checker-qual' to classpath" "true"
|
||||
package x;
|
||||
|
||||
public class AddCheckerFrameworkAnnotations {
|
||||
public @Ta<caret>inted String source() {
|
||||
return "unsafe";
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
// "Add 'checker-qual' to classpath" "true"
|
||||
package x;
|
||||
|
||||
public class AddCheckerFrameworkAnnotations {
|
||||
@Untaint<caret>ed
|
||||
public void safe() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user