[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:
Mikhail Pyltsin
2023-04-25 13:56:53 +02:00
committed by intellij-monorepo-bot
parent bdfa6f8ccb
commit 5032fa91dd
59 changed files with 518 additions and 473 deletions

View File

@@ -1,8 +0,0 @@
// "Add 'checker-qual' to classpath" "true"
package x;
public class AddCheckerFrameworkAnnotations {
public @Ta<caret>inted String source() {
return "unsafe";
}
}

View File

@@ -1,9 +0,0 @@
// "Add 'checker-qual' to classpath" "true"
package x;
public class AddCheckerFrameworkAnnotations {
@Untaint<caret>ed
public void safe() {
}
}