class com.sun.tools.javac.comp.Check$ConversionWarner extends com.sun.tools.javac.util.Warner
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.tools.javac.comp.Check$ConversionWarner
super_class: com.sun.tools.javac.util.Warner
{
final java.lang.String uncheckedKey;
descriptor: Ljava/lang/String;
flags: (0x0010) ACC_FINAL
final com.sun.tools.javac.code.Type found;
descriptor: Lcom/sun/tools/javac/code/Type;
flags: (0x0010) ACC_FINAL
final com.sun.tools.javac.code.Type expected;
descriptor: Lcom/sun/tools/javac/code/Type;
flags: (0x0010) ACC_FINAL
final com.sun.tools.javac.comp.Check this$0;
descriptor: Lcom/sun/tools/javac/comp/Check;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private static volatile int[] $SWITCH_TABLE$com$sun$tools$javac$code$Lint$LintCategory;
descriptor: [I
flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC
public void <init>(com.sun.tools.javac.comp.Check, com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition, java.lang.String, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type);
descriptor: (Lcom/sun/tools/javac/comp/Check;Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Ljava/lang/String;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=6, args_size=6
start local 0 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
putfield com.sun.tools.javac.comp.Check$ConversionWarner.this$0:Lcom/sun/tools/javac/comp/Check;
1: aload 0
aload 2
invokespecial com.sun.tools.javac.util.Warner.<init>:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;)V
2: aload 0
aload 3
putfield com.sun.tools.javac.comp.Check$ConversionWarner.uncheckedKey:Ljava/lang/String;
3: aload 0
aload 4
putfield com.sun.tools.javac.comp.Check$ConversionWarner.found:Lcom/sun/tools/javac/code/Type;
4: aload 0
aload 5
putfield com.sun.tools.javac.comp.Check$ConversionWarner.expected:Lcom/sun/tools/javac/code/Type;
5: return
end local 5 end local 4 end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/tools/javac/comp/Check$ConversionWarner;
0 6 2 pos Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
0 6 3 uncheckedKey Ljava/lang/String;
0 6 4 found Lcom/sun/tools/javac/code/Type;
0 6 5 expected Lcom/sun/tools/javac/code/Type;
MethodParameters:
Name Flags
this$0 final
pos
uncheckedKey
found
expected
public void warn(com.sun.tools.javac.code.Lint$LintCategory);
descriptor: (Lcom/sun/tools/javac/code/Lint$LintCategory;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.tools.javac.comp.Check$ConversionWarner.warned:Z
istore 2
start local 2 1: aload 0
aload 1
invokespecial com.sun.tools.javac.util.Warner.warn:(Lcom/sun/tools/javac/code/Lint$LintCategory;)V
2: iload 2
ifeq 3
return
3: StackMap locals: int
StackMap stack:
invokestatic com.sun.tools.javac.comp.Check$ConversionWarner.$SWITCH_TABLE$com$sun$tools$javac$code$Lint$LintCategory:()[I
aload 1
invokevirtual com.sun.tools.javac.code.Lint$LintCategory.ordinal:()I
iaload
tableswitch { // 25 - 26
25: 4
26: 6
default: 12
}
4: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.tools.javac.comp.Check$ConversionWarner.this$0:Lcom/sun/tools/javac/comp/Check;
aload 0
invokevirtual com.sun.tools.javac.comp.Check$ConversionWarner.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
ldc "prob.found.req"
iconst_3
anewarray java.lang.Object
dup
iconst_0
aload 0
getfield com.sun.tools.javac.comp.Check$ConversionWarner.this$0:Lcom/sun/tools/javac/comp/Check;
getfield com.sun.tools.javac.comp.Check.diags:Lcom/sun/tools/javac/util/JCDiagnostic$Factory;
aload 0
getfield com.sun.tools.javac.comp.Check$ConversionWarner.uncheckedKey:Ljava/lang/String;
iconst_0
anewarray java.lang.Object
invokevirtual com.sun.tools.javac.util.JCDiagnostic$Factory.fragment:(Ljava/lang/String;[Ljava/lang/Object;)Lcom/sun/tools/javac/util/JCDiagnostic;
aastore
dup
iconst_1
aload 0
getfield com.sun.tools.javac.comp.Check$ConversionWarner.found:Lcom/sun/tools/javac/code/Type;
aastore
dup
iconst_2
aload 0
getfield com.sun.tools.javac.comp.Check$ConversionWarner.expected:Lcom/sun/tools/javac/code/Type;
aastore
invokevirtual com.sun.tools.javac.comp.Check.warnUnchecked:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Ljava/lang/String;[Ljava/lang/Object;)V
5: goto 13
6: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.tools.javac.comp.Check$ConversionWarner.this$0:Lcom/sun/tools/javac/comp/Check;
getfield com.sun.tools.javac.comp.Check.method:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
ifnull 13
7: aload 0
getfield com.sun.tools.javac.comp.Check$ConversionWarner.this$0:Lcom/sun/tools/javac/comp/Check;
getfield com.sun.tools.javac.comp.Check.method:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
aload 0
getfield com.sun.tools.javac.comp.Check$ConversionWarner.this$0:Lcom/sun/tools/javac/comp/Check;
getfield com.sun.tools.javac.comp.Check.syms:Lcom/sun/tools/javac/code/Symtab;
getfield com.sun.tools.javac.code.Symtab.trustMeType:Lcom/sun/tools/javac/code/Type;
getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.attribute:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Attribute$Compound;
ifnull 13
8: aload 0
getfield com.sun.tools.javac.comp.Check$ConversionWarner.this$0:Lcom/sun/tools/javac/comp/Check;
aload 0
getfield com.sun.tools.javac.comp.Check$ConversionWarner.this$0:Lcom/sun/tools/javac/comp/Check;
getfield com.sun.tools.javac.comp.Check.method:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
invokevirtual com.sun.tools.javac.comp.Check.isTrustMeAllowedOnMethod:(Lcom/sun/tools/javac/code/Symbol;)Z
ifeq 13
9: aload 0
getfield com.sun.tools.javac.comp.Check$ConversionWarner.this$0:Lcom/sun/tools/javac/comp/Check;
getfield com.sun.tools.javac.comp.Check.types:Lcom/sun/tools/javac/code/Types;
aload 0
getfield com.sun.tools.javac.comp.Check$ConversionWarner.this$0:Lcom/sun/tools/javac/comp/Check;
getfield com.sun.tools.javac.comp.Check.method:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
getfield com.sun.tools.javac.code.Symbol$MethodSymbol.type:Lcom/sun/tools/javac/code/Type;
invokevirtual com.sun.tools.javac.code.Type.getParameterTypes:()Lcom/sun/tools/javac/util/List;
invokevirtual com.sun.tools.javac.util.List.last:()Ljava/lang/Object;
checkcast com.sun.tools.javac.code.Type
invokevirtual com.sun.tools.javac.code.Types.isReifiable:(Lcom/sun/tools/javac/code/Type;)Z
ifne 13
10: aload 0
getfield com.sun.tools.javac.comp.Check$ConversionWarner.this$0:Lcom/sun/tools/javac/comp/Check;
aload 0
invokevirtual com.sun.tools.javac.comp.Check$ConversionWarner.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
ldc "varargs.unsafe.use.varargs.param"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 0
getfield com.sun.tools.javac.comp.Check$ConversionWarner.this$0:Lcom/sun/tools/javac/comp/Check;
getfield com.sun.tools.javac.comp.Check.method:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
getfield com.sun.tools.javac.code.Symbol$MethodSymbol.params:Lcom/sun/tools/javac/util/List;
invokevirtual com.sun.tools.javac.util.List.last:()Ljava/lang/Object;
aastore
invokevirtual com.sun.tools.javac.comp.Check.warnUnsafeVararg:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Ljava/lang/String;[Ljava/lang/Object;)V
11: goto 13
12: StackMap locals:
StackMap stack:
new java.lang.AssertionError
dup
new java.lang.StringBuilder
dup
ldc "Unexpected lint: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 1
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
athrow
13: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lcom/sun/tools/javac/comp/Check$ConversionWarner;
0 14 1 lint Lcom/sun/tools/javac/code/Lint$LintCategory;
1 14 2 warned Z
MethodParameters:
Name Flags
lint
static int[] $SWITCH_TABLE$com$sun$tools$javac$code$Lint$LintCategory();
descriptor: ()[I
flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
Code:
stack=3, locals=1, args_size=0
0: getstatic com.sun.tools.javac.comp.Check$ConversionWarner.$SWITCH_TABLE$com$sun$tools$javac$code$Lint$LintCategory:[I
dup
ifnull 1
areturn
StackMap locals:
StackMap stack: int[]
1: pop
invokestatic com.sun.tools.javac.code.Lint$LintCategory.values:()[Lcom/sun/tools/javac/code/Lint$LintCategory;
arraylength
newarray 10
astore 0
2: aload 0
getstatic com.sun.tools.javac.code.Lint$LintCategory.AUXILIARYCLASS:Lcom/sun/tools/javac/code/Lint$LintCategory;
invokevirtual com.sun.tools.javac.code.Lint$LintCategory.ordinal:()I
iconst_1
iastore
3: goto 5
StackMap locals: int[]
StackMap stack: java.lang.NoSuchFieldError
4: pop
StackMap locals:
StackMap stack:
5: aload 0
getstatic com.sun.tools.javac.code.Lint$LintCategory.CAST:Lcom/sun/tools/javac/code/Lint$LintCategory;
invokevirtual com.sun.tools.javac.code.Lint$LintCategory.ordinal:()I
iconst_2
iastore
6: goto 8
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
7: pop
StackMap locals:
StackMap stack:
8: aload 0
getstatic com.sun.tools.javac.code.Lint$LintCategory.CLASSFILE:Lcom/sun/tools/javac/code/Lint$LintCategory;
invokevirtual com.sun.tools.javac.code.Lint$LintCategory.ordinal:()I
iconst_3
iastore
9: goto 11
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
10: pop
StackMap locals:
StackMap stack:
11: aload 0
getstatic com.sun.tools.javac.code.Lint$LintCategory.DEPRECATION:Lcom/sun/tools/javac/code/Lint$LintCategory;
invokevirtual com.sun.tools.javac.code.Lint$LintCategory.ordinal:()I
iconst_4
iastore
12: goto 14
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
13: pop
StackMap locals:
StackMap stack:
14: aload 0
getstatic com.sun.tools.javac.code.Lint$LintCategory.DEP_ANN:Lcom/sun/tools/javac/code/Lint$LintCategory;
invokevirtual com.sun.tools.javac.code.Lint$LintCategory.ordinal:()I
iconst_5
iastore
15: goto 17
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
16: pop
StackMap locals:
StackMap stack:
17: aload 0
getstatic com.sun.tools.javac.code.Lint$LintCategory.DIVZERO:Lcom/sun/tools/javac/code/Lint$LintCategory;
invokevirtual com.sun.tools.javac.code.Lint$LintCategory.ordinal:()I
bipush 6
iastore
18: goto 20
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
19: pop
StackMap locals:
StackMap stack:
20: aload 0
getstatic com.sun.tools.javac.code.Lint$LintCategory.EMPTY:Lcom/sun/tools/javac/code/Lint$LintCategory;
invokevirtual com.sun.tools.javac.code.Lint$LintCategory.ordinal:()I
bipush 7
iastore
21: goto 23
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
22: pop
StackMap locals:
StackMap stack:
23: aload 0
getstatic com.sun.tools.javac.code.Lint$LintCategory.EXPORTS:Lcom/sun/tools/javac/code/Lint$LintCategory;
invokevirtual com.sun.tools.javac.code.Lint$LintCategory.ordinal:()I
bipush 8
iastore
24: goto 26
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
25: pop
StackMap locals:
StackMap stack:
26: aload 0
getstatic com.sun.tools.javac.code.Lint$LintCategory.FALLTHROUGH:Lcom/sun/tools/javac/code/Lint$LintCategory;
invokevirtual com.sun.tools.javac.code.Lint$LintCategory.ordinal:()I
bipush 9
iastore
27: goto 29
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
28: pop
StackMap locals:
StackMap stack:
29: aload 0
getstatic com.sun.tools.javac.code.Lint$LintCategory.FINALLY:Lcom/sun/tools/javac/code/Lint$LintCategory;
invokevirtual com.sun.tools.javac.code.Lint$LintCategory.ordinal:()I
bipush 10
iastore
30: goto 32
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
31: pop
StackMap locals:
StackMap stack:
32: aload 0
getstatic com.sun.tools.javac.code.Lint$LintCategory.MODULE:Lcom/sun/tools/javac/code/Lint$LintCategory;
invokevirtual com.sun.tools.javac.code.Lint$LintCategory.ordinal:()I
bipush 11
iastore
33: goto 35
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
34: pop
StackMap locals:
StackMap stack:
35: aload 0
getstatic com.sun.tools.javac.code.Lint$LintCategory.OPENS:Lcom/sun/tools/javac/code/Lint$LintCategory;
invokevirtual com.sun.tools.javac.code.Lint$LintCategory.ordinal:()I
bipush 12
iastore
36: goto 38
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
37: pop
StackMap locals:
StackMap stack:
38: aload 0
getstatic com.sun.tools.javac.code.Lint$LintCategory.OPTIONS:Lcom/sun/tools/javac/code/Lint$LintCategory;
invokevirtual com.sun.tools.javac.code.Lint$LintCategory.ordinal:()I
bipush 13
iastore
39: goto 41
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
40: pop
StackMap locals:
StackMap stack:
41: aload 0
getstatic com.sun.tools.javac.code.Lint$LintCategory.OVERLOADS:Lcom/sun/tools/javac/code/Lint$LintCategory;
invokevirtual com.sun.tools.javac.code.Lint$LintCategory.ordinal:()I
bipush 14
iastore
42: goto 44
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
43: pop
StackMap locals:
StackMap stack:
44: aload 0
getstatic com.sun.tools.javac.code.Lint$LintCategory.OVERRIDES:Lcom/sun/tools/javac/code/Lint$LintCategory;
invokevirtual com.sun.tools.javac.code.Lint$LintCategory.ordinal:()I
bipush 15
iastore
45: goto 47
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
46: pop
StackMap locals:
StackMap stack:
47: aload 0
getstatic com.sun.tools.javac.code.Lint$LintCategory.PATH:Lcom/sun/tools/javac/code/Lint$LintCategory;
invokevirtual com.sun.tools.javac.code.Lint$LintCategory.ordinal:()I
bipush 16
iastore
48: goto 50
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
49: pop
StackMap locals:
StackMap stack:
50: aload 0
getstatic com.sun.tools.javac.code.Lint$LintCategory.PROCESSING:Lcom/sun/tools/javac/code/Lint$LintCategory;
invokevirtual com.sun.tools.javac.code.Lint$LintCategory.ordinal:()I
bipush 17
iastore
51: goto 53
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
52: pop
StackMap locals:
StackMap stack:
53: aload 0
getstatic com.sun.tools.javac.code.Lint$LintCategory.RAW:Lcom/sun/tools/javac/code/Lint$LintCategory;
invokevirtual com.sun.tools.javac.code.Lint$LintCategory.ordinal:()I
bipush 18
iastore
54: goto 56
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
55: pop
StackMap locals:
StackMap stack:
56: aload 0
getstatic com.sun.tools.javac.code.Lint$LintCategory.REMOVAL:Lcom/sun/tools/javac/code/Lint$LintCategory;
invokevirtual com.sun.tools.javac.code.Lint$LintCategory.ordinal:()I
bipush 19
iastore
57: goto 59
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
58: pop
StackMap locals:
StackMap stack:
59: aload 0
getstatic com.sun.tools.javac.code.Lint$LintCategory.REQUIRES_AUTOMATIC:Lcom/sun/tools/javac/code/Lint$LintCategory;
invokevirtual com.sun.tools.javac.code.Lint$LintCategory.ordinal:()I
bipush 20
iastore
60: goto 62
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
61: pop
StackMap locals:
StackMap stack:
62: aload 0
getstatic com.sun.tools.javac.code.Lint$LintCategory.REQUIRES_TRANSITIVE_AUTOMATIC:Lcom/sun/tools/javac/code/Lint$LintCategory;
invokevirtual com.sun.tools.javac.code.Lint$LintCategory.ordinal:()I
bipush 21
iastore
63: goto 65
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
64: pop
StackMap locals:
StackMap stack:
65: aload 0
getstatic com.sun.tools.javac.code.Lint$LintCategory.SERIAL:Lcom/sun/tools/javac/code/Lint$LintCategory;
invokevirtual com.sun.tools.javac.code.Lint$LintCategory.ordinal:()I
bipush 22
iastore
66: goto 68
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
67: pop
StackMap locals:
StackMap stack:
68: aload 0
getstatic com.sun.tools.javac.code.Lint$LintCategory.STATIC:Lcom/sun/tools/javac/code/Lint$LintCategory;
invokevirtual com.sun.tools.javac.code.Lint$LintCategory.ordinal:()I
bipush 23
iastore
69: goto 71
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
70: pop
StackMap locals:
StackMap stack:
71: aload 0
getstatic com.sun.tools.javac.code.Lint$LintCategory.TRY:Lcom/sun/tools/javac/code/Lint$LintCategory;
invokevirtual com.sun.tools.javac.code.Lint$LintCategory.ordinal:()I
bipush 24
iastore
72: goto 74
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
73: pop
StackMap locals:
StackMap stack:
74: aload 0
getstatic com.sun.tools.javac.code.Lint$LintCategory.UNCHECKED:Lcom/sun/tools/javac/code/Lint$LintCategory;
invokevirtual com.sun.tools.javac.code.Lint$LintCategory.ordinal:()I
bipush 25
iastore
75: goto 77
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
76: pop
StackMap locals:
StackMap stack:
77: aload 0
getstatic com.sun.tools.javac.code.Lint$LintCategory.VARARGS:Lcom/sun/tools/javac/code/Lint$LintCategory;
invokevirtual com.sun.tools.javac.code.Lint$LintCategory.ordinal:()I
bipush 26
iastore
78: goto 80
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
79: pop
StackMap locals:
StackMap stack:
80: aload 0
dup
putstatic com.sun.tools.javac.comp.Check$ConversionWarner.$SWITCH_TABLE$com$sun$tools$javac$code$Lint$LintCategory:[I
areturn
LocalVariableTable:
Start End Slot Name Signature
Exception table:
from to target type
2 3 4 Class java.lang.NoSuchFieldError
5 6 7 Class java.lang.NoSuchFieldError
8 9 10 Class java.lang.NoSuchFieldError
11 12 13 Class java.lang.NoSuchFieldError
14 15 16 Class java.lang.NoSuchFieldError
17 18 19 Class java.lang.NoSuchFieldError
20 21 22 Class java.lang.NoSuchFieldError
23 24 25 Class java.lang.NoSuchFieldError
26 27 28 Class java.lang.NoSuchFieldError
29 30 31 Class java.lang.NoSuchFieldError
32 33 34 Class java.lang.NoSuchFieldError
35 36 37 Class java.lang.NoSuchFieldError
38 39 40 Class java.lang.NoSuchFieldError
41 42 43 Class java.lang.NoSuchFieldError
44 45 46 Class java.lang.NoSuchFieldError
47 48 49 Class java.lang.NoSuchFieldError
50 51 52 Class java.lang.NoSuchFieldError
53 54 55 Class java.lang.NoSuchFieldError
56 57 58 Class java.lang.NoSuchFieldError
59 60 61 Class java.lang.NoSuchFieldError
62 63 64 Class java.lang.NoSuchFieldError
65 66 67 Class java.lang.NoSuchFieldError
68 69 70 Class java.lang.NoSuchFieldError
71 72 73 Class java.lang.NoSuchFieldError
74 75 76 Class java.lang.NoSuchFieldError
77 78 79 Class java.lang.NoSuchFieldError
}
SourceFile: "Check.java"
NestHost: com.sun.tools.javac.comp.Check
InnerClasses:
public Compound = com.sun.tools.javac.code.Attribute$Compound of com.sun.tools.javac.code.Attribute
public final LintCategory = com.sun.tools.javac.code.Lint$LintCategory of com.sun.tools.javac.code.Lint
public MethodSymbol = com.sun.tools.javac.code.Symbol$MethodSymbol of com.sun.tools.javac.code.Symbol
private ConversionWarner = com.sun.tools.javac.comp.Check$ConversionWarner of com.sun.tools.javac.comp.Check
public abstract DiagnosticPosition = com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition of com.sun.tools.javac.util.JCDiagnostic
public Factory = com.sun.tools.javac.util.JCDiagnostic$Factory of com.sun.tools.javac.util.JCDiagnostic