langtools/test/tools/javac/annotations/typeAnnotations/newlocations/RepeatingTypeAnnotations.out
author jlahoda
Thu, 15 Jun 2017 13:44:42 +0200
changeset 45504 ea7475564d07
parent 24895 dd091d389fbf
permissions -rw-r--r--
8170326: Inconsistencies between code, compiler.properties and comments Summary: Converting uses of Log and JCDiagnostic.Factory methods to use CompilerProperties instead of plain Strings, fixing inconsistencies, adding crules analyzer to ensure CompilerProperties are used whenever possible. Reviewed-by: mcimadamore
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
45504
ea7475564d07 8170326: Inconsistencies between code, compiler.properties and comments
jlahoda
parents: 24895
diff changeset
     1
RepeatingTypeAnnotations.java:39:25: compiler.err.duplicate.annotation.missing.container: TA
ea7475564d07 8170326: Inconsistencies between code, compiler.properties and comments
jlahoda
parents: 24895
diff changeset
     2
RepeatingTypeAnnotations.java:41:25: compiler.err.duplicate.annotation.missing.container: TA
ea7475564d07 8170326: Inconsistencies between code, compiler.properties and comments
jlahoda
parents: 24895
diff changeset
     3
RepeatingTypeAnnotations.java:42:25: compiler.err.duplicate.annotation.missing.container: TA
ea7475564d07 8170326: Inconsistencies between code, compiler.properties and comments
jlahoda
parents: 24895
diff changeset
     4
RepeatingTypeAnnotations.java:50:31: compiler.err.duplicate.annotation.missing.container: TA
ea7475564d07 8170326: Inconsistencies between code, compiler.properties and comments
jlahoda
parents: 24895
diff changeset
     5
RepeatingTypeAnnotations.java:52:24: compiler.err.duplicate.annotation.missing.container: TA
ea7475564d07 8170326: Inconsistencies between code, compiler.properties and comments
jlahoda
parents: 24895
diff changeset
     6
RepeatingTypeAnnotations.java:61:21: compiler.err.duplicate.annotation.missing.container: TA
ea7475564d07 8170326: Inconsistencies between code, compiler.properties and comments
jlahoda
parents: 24895
diff changeset
     7
RepeatingTypeAnnotations.java:63:38: compiler.err.duplicate.annotation.missing.container: TA
ea7475564d07 8170326: Inconsistencies between code, compiler.properties and comments
jlahoda
parents: 24895
diff changeset
     8
RepeatingTypeAnnotations.java:65:24: compiler.err.duplicate.annotation.missing.container: TA
ea7475564d07 8170326: Inconsistencies between code, compiler.properties and comments
jlahoda
parents: 24895
diff changeset
     9
RepeatingTypeAnnotations.java:72:21: compiler.err.duplicate.annotation.missing.container: TA
ea7475564d07 8170326: Inconsistencies between code, compiler.properties and comments
jlahoda
parents: 24895
diff changeset
    10
RepeatingTypeAnnotations.java:77:28: compiler.err.duplicate.annotation.missing.container: TA
ea7475564d07 8170326: Inconsistencies between code, compiler.properties and comments
jlahoda
parents: 24895
diff changeset
    11
RepeatingTypeAnnotations.java:79:21: compiler.err.duplicate.annotation.missing.container: TA
ea7475564d07 8170326: Inconsistencies between code, compiler.properties and comments
jlahoda
parents: 24895
diff changeset
    12
RepeatingTypeAnnotations.java:79:36: compiler.err.duplicate.annotation.missing.container: TA
ea7475564d07 8170326: Inconsistencies between code, compiler.properties and comments
jlahoda
parents: 24895
diff changeset
    13
RepeatingTypeAnnotations.java:81:19: compiler.err.duplicate.annotation.missing.container: TA
ea7475564d07 8170326: Inconsistencies between code, compiler.properties and comments
jlahoda
parents: 24895
diff changeset
    14
RepeatingTypeAnnotations.java:85:19: compiler.err.duplicate.annotation.missing.container: TA
ea7475564d07 8170326: Inconsistencies between code, compiler.properties and comments
jlahoda
parents: 24895
diff changeset
    15
RepeatingTypeAnnotations.java:85:34: compiler.err.duplicate.annotation.missing.container: TA
ea7475564d07 8170326: Inconsistencies between code, compiler.properties and comments
jlahoda
parents: 24895
diff changeset
    16
RepeatingTypeAnnotations.java:89:18: compiler.err.duplicate.annotation.missing.container: TA
ea7475564d07 8170326: Inconsistencies between code, compiler.properties and comments
jlahoda
parents: 24895
diff changeset
    17
RepeatingTypeAnnotations.java:89:33: compiler.err.duplicate.annotation.missing.container: TA
ea7475564d07 8170326: Inconsistencies between code, compiler.properties and comments
jlahoda
parents: 24895
diff changeset
    18
RepeatingTypeAnnotations.java:93:19: compiler.err.duplicate.annotation.missing.container: TA
ea7475564d07 8170326: Inconsistencies between code, compiler.properties and comments
jlahoda
parents: 24895
diff changeset
    19
RepeatingTypeAnnotations.java:93:35: compiler.err.duplicate.annotation.missing.container: TA
ea7475564d07 8170326: Inconsistencies between code, compiler.properties and comments
jlahoda
parents: 24895
diff changeset
    20
RepeatingTypeAnnotations.java:97:19: compiler.err.duplicate.annotation.missing.container: TA
ea7475564d07 8170326: Inconsistencies between code, compiler.properties and comments
jlahoda
parents: 24895
diff changeset
    21
RepeatingTypeAnnotations.java:97:34: compiler.err.duplicate.annotation.missing.container: TA
ea7475564d07 8170326: Inconsistencies between code, compiler.properties and comments
jlahoda
parents: 24895
diff changeset
    22
RepeatingTypeAnnotations.java:101:37: compiler.err.duplicate.annotation.missing.container: TA
ea7475564d07 8170326: Inconsistencies between code, compiler.properties and comments
jlahoda
parents: 24895
diff changeset
    23
RepeatingTypeAnnotations.java:101:26: compiler.err.duplicate.annotation.missing.container: TA
ea7475564d07 8170326: Inconsistencies between code, compiler.properties and comments
jlahoda
parents: 24895
diff changeset
    24
RepeatingTypeAnnotations.java:101:56: compiler.err.duplicate.annotation.missing.container: TA
ea7475564d07 8170326: Inconsistencies between code, compiler.properties and comments
jlahoda
parents: 24895
diff changeset
    25
RepeatingTypeAnnotations.java:101:72: compiler.err.duplicate.annotation.missing.container: TA
15385
ee1eebe7e210 8006775: JSR 308: Compiler changes in JDK8
jjg
parents:
diff changeset
    26
- compiler.note.unchecked.filename: RepeatingTypeAnnotations.java
ee1eebe7e210 8006775: JSR 308: Compiler changes in JDK8
jjg
parents:
diff changeset
    27
- compiler.note.unchecked.recompile
16342
28d6ae9ed67c 7196531: Duplicate error messages on repeating annotations
jfranck
parents: 15385
diff changeset
    28
25 errors