Home
last modified time | relevance | path

Searched refs:messager (Results 1 – 25 of 1122) sorted by relevance

12345678910>>...45

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/patterns/
H A DPatternMatchPosTest.out1 - compiler.note.proc.messager: (o instanceof String s)
2 - compiler.note.proc.messager: o instanceof String s
3 - compiler.note.proc.messager: o
4 - compiler.note.proc.messager: String s
5 - compiler.note.proc.messager: String s
6 - compiler.note.proc.messager: String
9 - compiler.note.proc.messager: o
10 - compiler.note.proc.messager: java.lang.String s
12 - compiler.note.proc.messager: java.lang.String
13 - compiler.note.proc.messager: java.lang
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/patterns/
H A DPatternMatchPosTest.out1 - compiler.note.proc.messager: (o instanceof String s)
2 - compiler.note.proc.messager: o instanceof String s
3 - compiler.note.proc.messager: o
4 - compiler.note.proc.messager: String s
5 - compiler.note.proc.messager: String s
6 - compiler.note.proc.messager: String
9 - compiler.note.proc.messager: o
10 - compiler.note.proc.messager: java.lang.String s
12 - compiler.note.proc.messager: java.lang.String
13 - compiler.note.proc.messager: java.lang
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/patterns/
H A DPatternMatchPosTest.out1 - compiler.note.proc.messager: (o instanceof String s)
2 - compiler.note.proc.messager: o instanceof String s
3 - compiler.note.proc.messager: o
4 - compiler.note.proc.messager: String s
5 - compiler.note.proc.messager: String
7 - compiler.note.proc.messager: o instanceof java.lang.String s
8 - compiler.note.proc.messager: o
9 - compiler.note.proc.messager: java.lang.String s
10 - compiler.note.proc.messager: java.lang.String
11 - compiler.note.proc.messager: java.lang
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/patterns/
H A DPatternMatchPosTest.out1 - compiler.note.proc.messager: (o instanceof String s)
2 - compiler.note.proc.messager: o instanceof String s
3 - compiler.note.proc.messager: o
4 - compiler.note.proc.messager: String s
5 - compiler.note.proc.messager: String
7 - compiler.note.proc.messager: o instanceof java.lang.String s
8 - compiler.note.proc.messager: o
9 - compiler.note.proc.messager: java.lang.String s
10 - compiler.note.proc.messager: java.lang.String
11 - compiler.note.proc.messager: java.lang
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/ap/
H A DErrorReceiverImpl.java39 private final Messager messager; field in ErrorReceiverImpl
42 public ErrorReceiverImpl(Messager messager, boolean debug) { in ErrorReceiverImpl() argument
43 this.messager = messager; in ErrorReceiverImpl()
47 public ErrorReceiverImpl(Messager messager) { in ErrorReceiverImpl() argument
48 this(messager,false); in ErrorReceiverImpl()
56 messager.printMessage(Diagnostic.Kind.ERROR, exception.getMessage()); in error()
57 messager.printMessage(Diagnostic.Kind.ERROR, getLocation(exception)); in error()
62 messager.printMessage(Diagnostic.Kind.ERROR, exception.getMessage()); in fatalError()
63 messager.printMessage(Diagnostic.Kind.ERROR, getLocation(exception)); in fatalError()
68 messager.printMessage(Diagnostic.Kind.WARNING, exception.getMessage()); in warning()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/ap/
H A DErrorReceiverImpl.java39 private final Messager messager; field in ErrorReceiverImpl
42 public ErrorReceiverImpl(Messager messager, boolean debug) { in ErrorReceiverImpl() argument
43 this.messager = messager; in ErrorReceiverImpl()
47 public ErrorReceiverImpl(Messager messager) { in ErrorReceiverImpl() argument
48 this(messager,false); in ErrorReceiverImpl()
56 messager.printMessage(Diagnostic.Kind.ERROR, exception.getMessage()); in error()
57 messager.printMessage(Diagnostic.Kind.ERROR, getLocation(exception)); in error()
62 messager.printMessage(Diagnostic.Kind.ERROR, exception.getMessage()); in fatalError()
63 messager.printMessage(Diagnostic.Kind.ERROR, getLocation(exception)); in fatalError()
68 messager.printMessage(Diagnostic.Kind.WARNING, exception.getMessage()); in warning()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/processing/messager/6388543/
H A DT6388543.out1 T6388543.java:24:8: compiler.note.proc.messager: note:value @A({1}) + {1}
2 T6388543.java:24:8: compiler.note.proc.messager: note:value @A({1}) + 1
3 T6388543.java:27:16: compiler.note.proc.messager: note:value @A({2}) + {2}
4 T6388543.java:27:16: compiler.note.proc.messager: note:value @A({2}) + 2
5 T6388543.java:30:16: compiler.note.proc.messager: note:value @A({3}) + {3}
6 T6388543.java:30:17: compiler.note.proc.messager: note:value @A({3}) + 3
7 T6388543.java:33:16: compiler.note.proc.messager: note:value @A({4, 5}) + {4, 5}
8 T6388543.java:33:17: compiler.note.proc.messager: note:value @A({4, 5}) + 4
9 T6388543.java:33:20: compiler.note.proc.messager: note:value @A({4, 5}) + 5
11 T6388543.java:36:20: compiler.note.proc.messager: note:value @B(x=@C(x=ONE, y=TWO), y=@C(x=ONE, y=T…
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/processing/messager/6388543/
H A DT6388543.out1 T6388543.java:24:8: compiler.note.proc.messager: note:value @A({1}) + {1}
2 T6388543.java:24:8: compiler.note.proc.messager: note:value @A({1}) + 1
3 T6388543.java:27:16: compiler.note.proc.messager: note:value @A({2}) + {2}
4 T6388543.java:27:16: compiler.note.proc.messager: note:value @A({2}) + 2
5 T6388543.java:30:16: compiler.note.proc.messager: note:value @A({3}) + {3}
6 T6388543.java:30:17: compiler.note.proc.messager: note:value @A({3}) + 3
7 T6388543.java:33:16: compiler.note.proc.messager: note:value @A({4, 5}) + {4, 5}
8 T6388543.java:33:17: compiler.note.proc.messager: note:value @A({4, 5}) + 4
9 T6388543.java:33:20: compiler.note.proc.messager: note:value @A({4, 5}) + 5
11 T6388543.java:36:20: compiler.note.proc.messager: note:value @B(x=@C(x=ONE, y=TWO), y=@C(x=ONE, y=T…
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/processing/messager/6388543/
H A DT6388543.out1 T6388543.java:24:8: compiler.note.proc.messager: note:value @A({1}) + {1}
2 T6388543.java:24:8: compiler.note.proc.messager: note:value @A({1}) + 1
3 T6388543.java:27:16: compiler.note.proc.messager: note:value @A({2}) + {2}
4 T6388543.java:27:16: compiler.note.proc.messager: note:value @A({2}) + 2
5 T6388543.java:30:16: compiler.note.proc.messager: note:value @A({3}) + {3}
6 T6388543.java:30:17: compiler.note.proc.messager: note:value @A({3}) + 3
7 T6388543.java:33:16: compiler.note.proc.messager: note:value @A({4, 5}) + {4, 5}
8 T6388543.java:33:17: compiler.note.proc.messager: note:value @A({4, 5}) + 4
9 T6388543.java:33:20: compiler.note.proc.messager: note:value @A({4, 5}) + 5
11 T6388543.java:36:20: compiler.note.proc.messager: note:value @B(x=@C(x=ONE, y=TWO), y=@C(x=ONE, y=T…
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/processing/messager/6388543/
H A DT6388543.out1 T6388543.java:24:8: compiler.note.proc.messager: note:value @A({1}) + {1}
2 T6388543.java:24:8: compiler.note.proc.messager: note:value @A({1}) + 1
3 T6388543.java:27:16: compiler.note.proc.messager: note:value @A({2}) + {2}
4 T6388543.java:27:16: compiler.note.proc.messager: note:value @A({2}) + 2
5 T6388543.java:30:16: compiler.note.proc.messager: note:value @A({3}) + {3}
6 T6388543.java:30:17: compiler.note.proc.messager: note:value @A({3}) + 3
7 T6388543.java:33:16: compiler.note.proc.messager: note:value @A({4, 5}) + {4, 5}
8 T6388543.java:33:17: compiler.note.proc.messager: note:value @A({4, 5}) + 4
9 T6388543.java:33:20: compiler.note.proc.messager: note:value @A({4, 5}) + 5
11 T6388543.java:36:20: compiler.note.proc.messager: note:value @B(x=@C(x=ONE, y=TWO), y=@C(x=ONE, y=T…
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/processing/messager/6388543/
H A DT6388543.out1 T6388543.java:24:8: compiler.note.proc.messager: note:value @A({1}) + {1}
2 T6388543.java:24:8: compiler.note.proc.messager: note:value @A({1}) + 1
3 T6388543.java:27:16: compiler.note.proc.messager: note:value @A({2}) + {2}
4 T6388543.java:27:16: compiler.note.proc.messager: note:value @A({2}) + 2
5 T6388543.java:30:16: compiler.note.proc.messager: note:value @A({3}) + {3}
6 T6388543.java:30:17: compiler.note.proc.messager: note:value @A({3}) + 3
7 T6388543.java:33:16: compiler.note.proc.messager: note:value @A({4, 5}) + {4, 5}
8 T6388543.java:33:17: compiler.note.proc.messager: note:value @A({4, 5}) + 4
9 T6388543.java:33:20: compiler.note.proc.messager: note:value @A({4, 5}) + 5
11 T6388543.java:36:20: compiler.note.proc.messager: note:value @B(x=@C(x=E.ONE, y=E.TWO), y=@C(x=E.ON…
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/processing/messager/6388543/
H A DT6388543.out1 T6388543.java:24:8: compiler.note.proc.messager: note:value @A({1}) + {1}
2 T6388543.java:24:8: compiler.note.proc.messager: note:value @A({1}) + 1
3 T6388543.java:27:16: compiler.note.proc.messager: note:value @A({2}) + {2}
4 T6388543.java:27:16: compiler.note.proc.messager: note:value @A({2}) + 2
5 T6388543.java:30:16: compiler.note.proc.messager: note:value @A({3}) + {3}
6 T6388543.java:30:17: compiler.note.proc.messager: note:value @A({3}) + 3
7 T6388543.java:33:16: compiler.note.proc.messager: note:value @A({4, 5}) + {4, 5}
8 T6388543.java:33:17: compiler.note.proc.messager: note:value @A({4, 5}) + 4
9 T6388543.java:33:20: compiler.note.proc.messager: note:value @A({4, 5}) + 5
11 T6388543.java:36:20: compiler.note.proc.messager: note:value @B(x=@C(x=E.ONE, y=E.TWO), y=@C(x=E.ON…
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/processing/messager/6388543/
H A DT6388543.out1 T6388543.java:24:8: compiler.note.proc.messager: note:value @A({1}) + {1}
2 T6388543.java:24:8: compiler.note.proc.messager: note:value @A({1}) + 1
3 T6388543.java:27:16: compiler.note.proc.messager: note:value @A({2}) + {2}
4 T6388543.java:27:16: compiler.note.proc.messager: note:value @A({2}) + 2
5 T6388543.java:30:16: compiler.note.proc.messager: note:value @A({3}) + {3}
6 T6388543.java:30:17: compiler.note.proc.messager: note:value @A({3}) + 3
7 T6388543.java:33:16: compiler.note.proc.messager: note:value @A({4, 5}) + {4, 5}
8 T6388543.java:33:17: compiler.note.proc.messager: note:value @A({4, 5}) + 4
9 T6388543.java:33:20: compiler.note.proc.messager: note:value @A({4, 5}) + 5
11 T6388543.java:36:20: compiler.note.proc.messager: note:value @B(x=@C(x=E.ONE, y=E.TWO), y=@C(x=E.ON…
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/processing/messager/6388543/
H A DT6388543.out1 T6388543.java:24:8: compiler.note.proc.messager: note:value @A({1}) + {1}
2 T6388543.java:24:8: compiler.note.proc.messager: note:value @A({1}) + 1
3 T6388543.java:27:16: compiler.note.proc.messager: note:value @A({2}) + {2}
4 T6388543.java:27:16: compiler.note.proc.messager: note:value @A({2}) + 2
5 T6388543.java:30:16: compiler.note.proc.messager: note:value @A({3}) + {3}
6 T6388543.java:30:17: compiler.note.proc.messager: note:value @A({3}) + 3
7 T6388543.java:33:16: compiler.note.proc.messager: note:value @A({4, 5}) + {4, 5}
8 T6388543.java:33:17: compiler.note.proc.messager: note:value @A({4, 5}) + 4
9 T6388543.java:33:20: compiler.note.proc.messager: note:value @A({4, 5}) + 5
11 T6388543.java:36:20: compiler.note.proc.messager: note:value @B(x=@C(x=E.ONE, y=E.TWO), y=@C(x=E.ON…
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javadoc/
H A DDocletInvoker.java63 private final Messager messager; field in DocletInvoker
86 this.messager = messager; in DocletInvoker()
93 public DocletInvoker(Messager messager, JavaFileManager fileManager, in DocletInvoker() argument
97 this.messager = messager; in DocletInvoker()
124 messager.exit(); in DocletInvoker()
196 messager.error(Messager.NOPOS, "main.must_return_boolean", in start()
220 messager.error(Messager.NOPOS, "main.must_return_int", in optionLength()
234 DocErrorReporter reporter = messager; in validOptions()
245 messager.error(Messager.NOPOS, "main.must_return_boolean", in validOptions()
328 messager.error(Messager.NOPOS, "main.out.of.memory"); in invoke()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javadoc/
H A DDocletInvoker.java63 private final Messager messager; field in DocletInvoker
86 this.messager = messager; in DocletInvoker()
93 public DocletInvoker(Messager messager, JavaFileManager fileManager, in DocletInvoker() argument
97 this.messager = messager; in DocletInvoker()
124 messager.exit(); in DocletInvoker()
196 messager.error(Messager.NOPOS, "main.must_return_boolean", in start()
220 messager.error(Messager.NOPOS, "main.must_return_int", in optionLength()
234 DocErrorReporter reporter = messager; in validOptions()
245 messager.error(Messager.NOPOS, "main.must_return_boolean", in validOptions()
328 messager.error(Messager.NOPOS, "main.out.of.memory"); in invoke()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/
H A DStart.java102 private Messager messager; field in Start
158 if (messager == null) { in initMessager()
186 messager.notice("javadoc.version", messager.programName, version("release")); in version()
191 messager.notice("javadoc.fullversion", messager.programName, version("full")); in fullVersion()
195 messager.notice(headerKey); in usage()
207 messager.notice(footerKey); in usage()
486 messager.flush(); in begin()
535 if (!messager.hasErrors() && !messager.hasWarnings()) in parseAndExecute()
536 messager.nerrors++; in parseAndExecute()
544 if (!messager.hasErrors() && !messager.hasWarnings()) in parseAndExecute()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/
H A DStart.java102 private Messager messager; field in Start
158 if (messager == null) { in initMessager()
186 messager.notice("javadoc.version", messager.programName, version("release")); in version()
191 messager.notice("javadoc.fullversion", messager.programName, version("full")); in fullVersion()
195 messager.notice(headerKey); in usage()
207 messager.notice(footerKey); in usage()
486 messager.flush(); in begin()
535 if (!messager.hasErrors() && !messager.hasWarnings()) in parseAndExecute()
536 messager.nerrors++; in parseAndExecute()
544 if (!messager.hasErrors() && !messager.hasWarnings()) in parseAndExecute()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/
H A DStart.java102 private Messager messager; field in Start
158 if (messager == null) { in initMessager()
186 messager.notice("javadoc.version", messager.programName, version("release")); in version()
191 messager.notice("javadoc.fullversion", messager.programName, version("full")); in fullVersion()
195 messager.notice(headerKey); in usage()
207 messager.notice(footerKey); in usage()
486 messager.flush(); in begin()
535 if (!messager.hasErrors() && !messager.hasWarnings()) in parseAndExecute()
536 messager.nerrors++; in parseAndExecute()
544 if (!messager.hasErrors() && !messager.hasWarnings()) in parseAndExecute()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/
H A DStart.java87 private Messager messager; field in Start
144 messager = (Messager) log; in Start()
147 messager = (out == null) in Start()
198 messager.notice(headerKey); in showUsage()
208 messager.notice(footerKey); in showUsage()
212 messager.notice(labelKey, messager.programName, value); in showVersion()
455 messager.flush(); in begin()
507 if (!messager.hasErrors() && !messager.hasWarnings()) in parseAndExecute()
508 messager.nerrors++; in parseAndExecute()
516 if (!messager.hasErrors() && !messager.hasWarnings()) in parseAndExecute()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/
H A DStart.java87 private Messager messager; field in Start
144 messager = (Messager) log; in Start()
147 messager = (out == null) in Start()
198 messager.notice(headerKey); in showUsage()
208 messager.notice(footerKey); in showUsage()
212 messager.notice(labelKey, messager.programName, value); in showVersion()
455 messager.flush(); in begin()
507 if (!messager.hasErrors() && !messager.hasWarnings()) in parseAndExecute()
508 messager.nerrors++; in parseAndExecute()
516 if (!messager.hasErrors() && !messager.hasWarnings()) in parseAndExecute()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/
H A DStart.java102 private Messager messager; field in Start
158 if (messager == null) { in initMessager()
186 messager.notice("javadoc.version", messager.programName, version("release")); in version()
191 messager.notice("javadoc.fullversion", messager.programName, version("full")); in fullVersion()
195 messager.notice(headerKey); in usage()
207 messager.notice(footerKey); in usage()
453 messager.flush(); in begin()
502 if (!messager.hasErrors() && !messager.hasWarnings()) in parseAndExecute()
503 messager.nerrors++; in parseAndExecute()
511 if (!messager.hasErrors() && !messager.hasWarnings()) in parseAndExecute()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/
H A DStart.java99 private Messager messager; field in Start
155 if (messager == null) { in initMessager()
183 messager.notice("javadoc.version", messager.programName, version("release")); in version()
188 messager.notice("javadoc.fullversion", messager.programName, version("full")); in fullVersion()
192 messager.notice(headerKey); in usage()
204 messager.notice(footerKey); in usage()
450 messager.flush(); in begin()
499 if (!messager.hasErrors() && !messager.hasWarnings()) in parseAndExecute()
500 messager.nerrors++; in parseAndExecute()
508 if (!messager.hasErrors() && !messager.hasWarnings()) in parseAndExecute()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/
H A DDocletInvoker.java68 private final Messager messager; field in DocletInvoker
97 this.messager = messager; in DocletInvoker()
110 public DocletInvoker(Messager messager, JavaFileManager fileManager, in DocletInvoker() argument
115 this.messager = messager; in DocletInvoker()
147 messager.exit(); in DocletInvoker()
219 messager.error(Messager.NOPOS, "main.must_return_boolean", in start()
243 messager.error(Messager.NOPOS, "main.must_return_int", in optionLength()
257 DocErrorReporter reporter = messager; in validOptions()
268 messager.error(Messager.NOPOS, "main.must_return_boolean", in validOptions()
348 messager.error(Messager.NOPOS, "main.out.of.memory"); in invoke()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/
H A DDocletInvoker.java68 private final Messager messager; field in DocletInvoker
97 this.messager = messager; in DocletInvoker()
110 public DocletInvoker(Messager messager, JavaFileManager fileManager, in DocletInvoker() argument
115 this.messager = messager; in DocletInvoker()
147 messager.exit(); in DocletInvoker()
219 messager.error(Messager.NOPOS, "main.must_return_boolean", in start()
243 messager.error(Messager.NOPOS, "main.must_return_int", in optionLength()
257 DocErrorReporter reporter = messager; in validOptions()
268 messager.error(Messager.NOPOS, "main.must_return_boolean", in validOptions()
348 messager.error(Messager.NOPOS, "main.out.of.memory"); in invoke()
[all …]

12345678910>>...45