mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
include anonym prefix in internal canonical text to avoid incompatibility messages with "same" types on both sides
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ class e {
|
||||
|
||||
class ccc {
|
||||
static Comparable<? super ccc> f() {
|
||||
return <warning descr="Unchecked assignment: 'java.lang.Comparable' to 'java.lang.Comparable<? super ccc>'">new Comparable () {
|
||||
return <warning descr="Unchecked assignment: 'anonymous java.lang.Comparable' to 'java.lang.Comparable<? super ccc>'">new Comparable () {
|
||||
public int compareTo(final Object o) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user