test/langtools/tools/javac/processing/messager/6388543/T6388543.out
author darcy
Thu, 13 Jun 2019 11:50:45 -0700
changeset 55387 761b86d5563d
parent 47216 71c04702a3d5
permissions -rw-r--r--
8164819: Make javac's toString() on annotation objects consistent with core reflection Reviewed-by: jjg, coleenp
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
43591
62824732af55 6388543: improve accuracy of source positions for AnnotationValue param of Messager.printMessage
cushon
parents:
diff changeset
     1
T6388543.java:24:8: compiler.note.proc.messager: note:value @A({1}) + {1}
62824732af55 6388543: improve accuracy of source positions for AnnotationValue param of Messager.printMessage
cushon
parents:
diff changeset
     2
T6388543.java:24:8: compiler.note.proc.messager: note:value @A({1}) + 1
62824732af55 6388543: improve accuracy of source positions for AnnotationValue param of Messager.printMessage
cushon
parents:
diff changeset
     3
T6388543.java:27:16: compiler.note.proc.messager: note:value @A({2}) + {2}
62824732af55 6388543: improve accuracy of source positions for AnnotationValue param of Messager.printMessage
cushon
parents:
diff changeset
     4
T6388543.java:27:16: compiler.note.proc.messager: note:value @A({2}) + 2
62824732af55 6388543: improve accuracy of source positions for AnnotationValue param of Messager.printMessage
cushon
parents:
diff changeset
     5
T6388543.java:30:16: compiler.note.proc.messager: note:value @A({3}) + {3}
62824732af55 6388543: improve accuracy of source positions for AnnotationValue param of Messager.printMessage
cushon
parents:
diff changeset
     6
T6388543.java:30:17: compiler.note.proc.messager: note:value @A({3}) + 3
62824732af55 6388543: improve accuracy of source positions for AnnotationValue param of Messager.printMessage
cushon
parents:
diff changeset
     7
T6388543.java:33:16: compiler.note.proc.messager: note:value @A({4, 5}) + {4, 5}
62824732af55 6388543: improve accuracy of source positions for AnnotationValue param of Messager.printMessage
cushon
parents:
diff changeset
     8
T6388543.java:33:17: compiler.note.proc.messager: note:value @A({4, 5}) + 4
62824732af55 6388543: improve accuracy of source positions for AnnotationValue param of Messager.printMessage
cushon
parents:
diff changeset
     9
T6388543.java:33:20: compiler.note.proc.messager: note:value @A({4, 5}) + 5
55387
761b86d5563d 8164819: Make javac's toString() on annotation objects consistent with core reflection
darcy
parents: 47216
diff changeset
    10
T6388543.java:36:12: compiler.note.proc.messager: note:value @B(x=@C(x=ONE, y=TWO), y=@C(x=ONE, y=TWO)) + @C(x=ONE, y=TWO)
761b86d5563d 8164819: Make javac's toString() on annotation objects consistent with core reflection
darcy
parents: 47216
diff changeset
    11
T6388543.java:36:20: compiler.note.proc.messager: note:value @B(x=@C(x=ONE, y=TWO), y=@C(x=ONE, y=TWO)) + ONE
761b86d5563d 8164819: Make javac's toString() on annotation objects consistent with core reflection
darcy
parents: 47216
diff changeset
    12
T6388543.java:36:31: compiler.note.proc.messager: note:value @B(x=@C(x=ONE, y=TWO), y=@C(x=ONE, y=TWO)) + TWO
761b86d5563d 8164819: Make javac's toString() on annotation objects consistent with core reflection
darcy
parents: 47216
diff changeset
    13
T6388543.java:36:42: compiler.note.proc.messager: note:value @B(x=@C(x=ONE, y=TWO), y=@C(x=ONE, y=TWO)) + @C(x=ONE, y=TWO)
761b86d5563d 8164819: Make javac's toString() on annotation objects consistent with core reflection
darcy
parents: 47216
diff changeset
    14
T6388543.java:36:50: compiler.note.proc.messager: note:value @B(x=@C(x=ONE, y=TWO), y=@C(x=ONE, y=TWO)) + ONE
761b86d5563d 8164819: Make javac's toString() on annotation objects consistent with core reflection
darcy
parents: 47216
diff changeset
    15
T6388543.java:36:61: compiler.note.proc.messager: note:value @B(x=@C(x=ONE, y=TWO), y=@C(x=ONE, y=TWO)) + TWO