langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties
author vromero
Mon, 02 Sep 2013 22:38:36 +0100
changeset 19914 d86271bd430a
parent 19651 b1aa46cc2198
child 19918 3bdf0c6b869c
permissions -rw-r--r--
8016177: structural most specific and stuckness Reviewed-by: jjg, vromero Contributed-by: maurizio.cimadamore@oracle.com
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
#
15356
cf312dc54c60 8006119: update javac to follow latest spec for repeatable annotations
jjg
parents: 14952
diff changeset
     2
# Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
#
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
5520
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 5492
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
5520
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 5492
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
#
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
06bc494ca11e Initial load
duke
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
06bc494ca11e Initial load
duke
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
06bc494ca11e Initial load
duke
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
06bc494ca11e Initial load
duke
parents:
diff changeset
    15
# accompanied this code).
06bc494ca11e Initial load
duke
parents:
diff changeset
    16
#
06bc494ca11e Initial load
duke
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
06bc494ca11e Initial load
duke
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
06bc494ca11e Initial load
duke
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
06bc494ca11e Initial load
duke
parents:
diff changeset
    20
#
5520
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 5492
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 5492
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 5492
diff changeset
    23
# questions.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    24
#
06bc494ca11e Initial load
duke
parents:
diff changeset
    25
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    26
# Messages in this file which use "placeholders" for values (e.g. {0}, {1})
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    27
# are preceded by a stylized comment describing the type of the corresponding
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    28
# values.
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    29
# The types currently in use are
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    30
#
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    31
# boolean           true or false
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    32
# file name         the name of an input file; e.g.   MyFile.java
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    33
# message segment   a sub-message; see compiler.misc.*
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    34
# modifier          a Java modifier; e.g. public, private, protected
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    35
# name              a name, typically a Java identifier
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    36
# number            an integer
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    37
# option name       the name of a command line option
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    38
# source version    a source version number, such as 1.5, 1.6, 1.7
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    39
# string            a general string
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    40
# symbol            the name of a declared type
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    41
# symbol kind       a description of the kind of a declaration; see compiler.misc.kindname.*
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    42
# token             the name of a non-terminal in source code; see compiler.misc.token.*
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    43
# type              a Java type; e.g. int, X, X<T>
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    44
# unused            the value is not used in this message
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    45
#
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    46
# list of X         a comma-separated list of items; e.g. list of type
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    47
# X or Y            alternation; e.g. message segment or type
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    48
# set of X          a comma-separated collection of items; e.g. set of modifier
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    49
#
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    50
# These may be composed: e.g.   list of type or message segment
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    51
#
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    52
# These comments are verified by the jtreg test test/tools/javac/diags/MessageInfo,
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    53
# using info derived from the collected set of examples in test/tools/javac/diags/examples.
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    54
# MessageInfo can also be run as a standalone utility providing more facilities
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    55
# for manipulating this file. For more details, see MessageInfo.java.
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    56
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    57
##
06bc494ca11e Initial load
duke
parents:
diff changeset
    58
## errors
06bc494ca11e Initial load
duke
parents:
diff changeset
    59
##
06bc494ca11e Initial load
duke
parents:
diff changeset
    60
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    61
# 0: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    62
compiler.err.abstract.cant.be.instantiated=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    63
    {0} is abstract; cannot be instantiated
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    64
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    65
compiler.err.abstract.meth.cant.have.body=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    66
    abstract methods cannot have a body
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    67
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    68
compiler.err.already.annotated=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    69
    {0} {1} has already been annotated
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    70
10626
83f0c2860f5b 7086595: Error message bug: name of initializer is 'null'
mcimadamore
parents: 10199
diff changeset
    71
# 0: symbol kind, 1: symbol, 2: symbol kind, 3: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    72
compiler.err.already.defined=\
10626
83f0c2860f5b 7086595: Error message bug: name of initializer is 'null'
mcimadamore
parents: 10199
diff changeset
    73
    {0} {1} is already defined in {2} {3}
83f0c2860f5b 7086595: Error message bug: name of initializer is 'null'
mcimadamore
parents: 10199
diff changeset
    74
83f0c2860f5b 7086595: Error message bug: name of initializer is 'null'
mcimadamore
parents: 10199
diff changeset
    75
# 0: symbol kind, 1: symbol, 2: symbol kind, 3: symbol kind, 4: symbol
83f0c2860f5b 7086595: Error message bug: name of initializer is 'null'
mcimadamore
parents: 10199
diff changeset
    76
compiler.err.already.defined.in.clinit=\
83f0c2860f5b 7086595: Error message bug: name of initializer is 'null'
mcimadamore
parents: 10199
diff changeset
    77
    {0} {1} is already defined in {2} of {3} {4}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    78
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    79
# 0: string
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    80
compiler.err.already.defined.single.import=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    81
    {0} is already defined in a single-type import
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    82
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    83
# 0: string
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    84
compiler.err.already.defined.static.single.import=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    85
    {0} is already defined in a static single-type import
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    86
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    87
compiler.err.already.defined.this.unit=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    88
    {0} is already defined in this compilation unit
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    89
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    90
# 0: type, 1: list of name
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    91
compiler.err.annotation.missing.default.value=\
6345
7d98c298aafd 6975231: Regression test for 6881115 is failing with compiler output not matching expected output
mcimadamore
parents: 6157
diff changeset
    92
    annotation {0} is missing value for the attribute {1}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    93
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    94
# 0: type, 1: list of name
6345
7d98c298aafd 6975231: Regression test for 6881115 is failing with compiler output not matching expected output
mcimadamore
parents: 6157
diff changeset
    95
compiler.err.annotation.missing.default.value.1=\
7d98c298aafd 6975231: Regression test for 6881115 is failing with compiler output not matching expected output
mcimadamore
parents: 6157
diff changeset
    96
    annotation {0} is missing values for attributes {1}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    97
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
    98
# 0: type
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    99
compiler.err.annotation.not.valid.for.type=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   100
    annotation not valid for a value of type {0}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   101
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   102
compiler.err.annotation.type.not.applicable=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   103
    annotation type not applicable to this kind of declaration
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   104
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   105
compiler.err.annotation.value.must.be.annotation=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   106
    annotation value must be an annotation
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   107
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   108
compiler.err.annotation.value.must.be.class.literal=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   109
    annotation value must be a class literal
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   110
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   111
compiler.err.annotation.value.must.be.name.value=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   112
    annotation values must be of the form ''name=value''
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   113
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   114
compiler.err.annotation.value.not.allowable.type=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   115
    annotation value not of an allowable type
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   116
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   117
compiler.err.anon.class.impl.intf.no.args=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   118
    anonymous class implements interface; cannot have arguments
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   119
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   120
compiler.err.anon.class.impl.intf.no.typeargs=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   121
    anonymous class implements interface; cannot have type arguments
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   122
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   123
compiler.err.anon.class.impl.intf.no.qual.for.new=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   124
    anonymous class implements interface; cannot have qualifier for new
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   125
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   126
# 0: symbol, 1: symbol, 2: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   127
compiler.err.array.and.varargs=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   128
    cannot declare both {0} and {1} in {2}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   129
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   130
compiler.err.array.dimension.missing=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   131
    array dimension missing
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   132
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   133
# 0: type
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   134
compiler.err.array.req.but.found=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   135
    array required, but {0} found
06bc494ca11e Initial load
duke
parents:
diff changeset
   136
06bc494ca11e Initial load
duke
parents:
diff changeset
   137
compiler.err.attribute.value.must.be.constant=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   138
    attribute value must be constant
06bc494ca11e Initial load
duke
parents:
diff changeset
   139
12715
139b8354de6a 7159445: (javac) emits inaccurate diagnostics for enhanced for-loops
ksrini
parents: 12468
diff changeset
   140
# 0: statement type
139b8354de6a 7159445: (javac) emits inaccurate diagnostics for enhanced for-loops
ksrini
parents: 12468
diff changeset
   141
compiler.err.bad.initializer=\
139b8354de6a 7159445: (javac) emits inaccurate diagnostics for enhanced for-loops
ksrini
parents: 12468
diff changeset
   142
    bad initializer for {0}
139b8354de6a 7159445: (javac) emits inaccurate diagnostics for enhanced for-loops
ksrini
parents: 12468
diff changeset
   143
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   144
compiler.err.break.outside.switch.loop=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   145
    break outside switch or loop
06bc494ca11e Initial load
duke
parents:
diff changeset
   146
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   147
# 0: name
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   148
compiler.err.call.must.be.first.stmt.in.ctor=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   149
    call to {0} must be first statement in constructor
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   150
14062
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   151
# 0: symbol kind, 1: name, 2: list of type or message segment, 3: list of type or message segment, 4: symbol kind, 5: type, 6: message segment
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   152
compiler.err.cant.apply.symbol=\
939
38e24969c7e9 6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents: 735
diff changeset
   153
    {0} {1} in {4} {5} cannot be applied to given types;\n\
38e24969c7e9 6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents: 735
diff changeset
   154
    required: {2}\n\
38e24969c7e9 6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents: 735
diff changeset
   155
    found: {3}\n\
38e24969c7e9 6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents: 735
diff changeset
   156
    reason: {6}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   157
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   158
# 0: symbol kind, 1: name, 2: list of type
6710
b14e6fe7b290 5088624: cannot find symbol message should be more intelligent
mcimadamore
parents: 6592
diff changeset
   159
compiler.err.cant.apply.symbols=\
b14e6fe7b290 5088624: cannot find symbol message should be more intelligent
mcimadamore
parents: 6592
diff changeset
   160
    no suitable {0} found for {1}({2})
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   161
14062
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   162
# 0: symbol kind, 1: name, 2: list of type or message segment, 3: list of type or message segment, 4: symbol kind, 5: type, 6: message segment
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   163
compiler.misc.cant.apply.symbol=\
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   164
    {0} {1} in {4} {5} cannot be applied to given types\n\
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   165
    required: {2}\n\
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   166
    found: {3}\n\
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   167
    reason: {6}
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   168
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   169
# 0: symbol kind, 1: name, 2: list of type
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   170
compiler.misc.cant.apply.symbols=\
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   171
    no suitable {0} found for {1}({2})
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   172
14058
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   173
# 0: symbol kind, 1: symbol
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   174
compiler.misc.no.abstracts=\
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   175
    no abstract method found in {0} {1}
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   176
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   177
# 0: symbol kind, 1: symbol
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   178
compiler.misc.incompatible.abstracts=\
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   179
    multiple non-overriding abstract methods found in {0} {1}
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   180
15361
01f1828683e6 8005299: Add FunctionalInterface checking to javac
mcimadamore
parents: 15356
diff changeset
   181
compiler.err.bad.functional.intf.anno=\
01f1828683e6 8005299: Add FunctionalInterface checking to javac
mcimadamore
parents: 15356
diff changeset
   182
    Unexpected @FunctionalInterface annotation
14058
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   183
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   184
# 0: message segment
15361
01f1828683e6 8005299: Add FunctionalInterface checking to javac
mcimadamore
parents: 15356
diff changeset
   185
compiler.err.bad.functional.intf.anno.1=\
01f1828683e6 8005299: Add FunctionalInterface checking to javac
mcimadamore
parents: 15356
diff changeset
   186
    Unexpected @FunctionalInterface annotation\n\
01f1828683e6 8005299: Add FunctionalInterface checking to javac
mcimadamore
parents: 15356
diff changeset
   187
    {0}
01f1828683e6 8005299: Add FunctionalInterface checking to javac
mcimadamore
parents: 15356
diff changeset
   188
01f1828683e6 8005299: Add FunctionalInterface checking to javac
mcimadamore
parents: 15356
diff changeset
   189
# 0: symbol
01f1828683e6 8005299: Add FunctionalInterface checking to javac
mcimadamore
parents: 15356
diff changeset
   190
compiler.misc.not.a.functional.intf=\
01f1828683e6 8005299: Add FunctionalInterface checking to javac
mcimadamore
parents: 15356
diff changeset
   191
    {0} is not a functional interface
01f1828683e6 8005299: Add FunctionalInterface checking to javac
mcimadamore
parents: 15356
diff changeset
   192
01f1828683e6 8005299: Add FunctionalInterface checking to javac
mcimadamore
parents: 15356
diff changeset
   193
# 0: symbol, 1: message segment
14058
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   194
compiler.misc.not.a.functional.intf.1=\
15361
01f1828683e6 8005299: Add FunctionalInterface checking to javac
mcimadamore
parents: 15356
diff changeset
   195
    {0} is not a functional interface\n\
01f1828683e6 8005299: Add FunctionalInterface checking to javac
mcimadamore
parents: 15356
diff changeset
   196
    {1}
14058
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   197
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   198
# 0: symbol, 1: symbol kind, 2: symbol
14723
46aa71a5e4e0 8004102: Add support for generic functional descriptors
mcimadamore
parents: 14547
diff changeset
   199
compiler.misc.invalid.generic.lambda.target=\
46aa71a5e4e0 8004102: Add support for generic functional descriptors
mcimadamore
parents: 14547
diff changeset
   200
    invalid functional descriptor for lambda expression\n\
46aa71a5e4e0 8004102: Add support for generic functional descriptors
mcimadamore
parents: 14547
diff changeset
   201
    method {0} in {1} {2} is generic
14058
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   202
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   203
# 0: symbol kind, 1: symbol
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   204
compiler.misc.incompatible.descs.in.functional.intf=\
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   205
    incompatible function descriptors found in {0} {1}
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   206
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   207
# 0: name, 1: list of type, 2: type, 3: list of type
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   208
compiler.misc.descriptor=\
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   209
    descriptor: {2} {0}({1})
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   210
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   211
# 0: name, 1: list of type, 2: type, 3: list of type
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   212
compiler.misc.descriptor.throws=\
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   213
    descriptor: {2} {0}({1}) throws {3}
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   214
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   215
# 0: type
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   216
compiler.misc.no.suitable.functional.intf.inst=\
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   217
    cannot infer functional interface descriptor for {0}
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   218
16809
5acfcb821d65 8010822: Intersection type cast for functional expressions does not follow spec EDR
mcimadamore
parents: 16808
diff changeset
   219
# 0: message segment
5acfcb821d65 8010822: Intersection type cast for functional expressions does not follow spec EDR
mcimadamore
parents: 16808
diff changeset
   220
compiler.misc.bad.intersection.target.for.functional.expr=\
5acfcb821d65 8010822: Intersection type cast for functional expressions does not follow spec EDR
mcimadamore
parents: 16808
diff changeset
   221
    bad intersection type target for lambda or method reference\n\
5acfcb821d65 8010822: Intersection type cast for functional expressions does not follow spec EDR
mcimadamore
parents: 16808
diff changeset
   222
    {0}
5acfcb821d65 8010822: Intersection type cast for functional expressions does not follow spec EDR
mcimadamore
parents: 16808
diff changeset
   223
17578
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
   224
# 0: symbol or type
16809
5acfcb821d65 8010822: Intersection type cast for functional expressions does not follow spec EDR
mcimadamore
parents: 16808
diff changeset
   225
compiler.misc.not.an.intf.component=\
5acfcb821d65 8010822: Intersection type cast for functional expressions does not follow spec EDR
mcimadamore
parents: 16808
diff changeset
   226
    component type {0} is not an interface
14725
65836e833f59 8002099: Add support for intersection types in cast expression
mcimadamore
parents: 14724
diff changeset
   227
14062
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   228
# 0: symbol kind, 1: message segment
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   229
compiler.err.invalid.mref=\
17582
4079713129dd 8012003: Method diagnostics resolution need to be simplified in some cases
mcimadamore
parents: 17578
diff changeset
   230
    invalid {0} reference\n\
4079713129dd 8012003: Method diagnostics resolution need to be simplified in some cases
mcimadamore
parents: 17578
diff changeset
   231
    {1}
14062
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   232
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   233
# 0: symbol kind, 1: message segment
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   234
compiler.misc.invalid.mref=\
17582
4079713129dd 8012003: Method diagnostics resolution need to be simplified in some cases
mcimadamore
parents: 17578
diff changeset
   235
    invalid {0} reference\n\
4079713129dd 8012003: Method diagnostics resolution need to be simplified in some cases
mcimadamore
parents: 17578
diff changeset
   236
    {1}
14062
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   237
14724
b542db73539a 8004101: Add checks for method reference well-formedness
mcimadamore
parents: 14723
diff changeset
   238
compiler.misc.static.mref.with.targs=\
b542db73539a 8004101: Add checks for method reference well-formedness
mcimadamore
parents: 14723
diff changeset
   239
    parameterized qualifier on static method reference
b542db73539a 8004101: Add checks for method reference well-formedness
mcimadamore
parents: 14723
diff changeset
   240
b542db73539a 8004101: Add checks for method reference well-formedness
mcimadamore
parents: 14723
diff changeset
   241
compiler.misc.static.bound.mref=\
b542db73539a 8004101: Add checks for method reference well-formedness
mcimadamore
parents: 14723
diff changeset
   242
    static bound method reference
b542db73539a 8004101: Add checks for method reference well-formedness
mcimadamore
parents: 14723
diff changeset
   243
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   244
# 0: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   245
compiler.err.cant.assign.val.to.final.var=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   246
    cannot assign a value to final variable {0}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   247
13439
3025d6ac1401 7175538: Integrate efectively final check with DA/DU analysis
mcimadamore
parents: 13438
diff changeset
   248
# 0: symbol, 1: message segment
3025d6ac1401 7175538: Integrate efectively final check with DA/DU analysis
mcimadamore
parents: 13438
diff changeset
   249
compiler.err.cant.ref.non.effectively.final.var=\
3025d6ac1401 7175538: Integrate efectively final check with DA/DU analysis
mcimadamore
parents: 13438
diff changeset
   250
    local variables referenced from {1} must be final or effectively final
3025d6ac1401 7175538: Integrate efectively final check with DA/DU analysis
mcimadamore
parents: 13438
diff changeset
   251
3025d6ac1401 7175538: Integrate efectively final check with DA/DU analysis
mcimadamore
parents: 13438
diff changeset
   252
14058
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   253
compiler.misc.lambda=\
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   254
    a lambda expression
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   255
13439
3025d6ac1401 7175538: Integrate efectively final check with DA/DU analysis
mcimadamore
parents: 13438
diff changeset
   256
compiler.misc.inner.cls=\
3025d6ac1401 7175538: Integrate efectively final check with DA/DU analysis
mcimadamore
parents: 13438
diff changeset
   257
    an inner class
3025d6ac1401 7175538: Integrate efectively final check with DA/DU analysis
mcimadamore
parents: 13438
diff changeset
   258
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   259
# 0: type
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   260
compiler.err.cant.deref=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   261
    {0} cannot be dereferenced
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   262
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   263
compiler.err.cant.extend.intf.annotation=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   264
    ''extends'' not allowed for @interfaces
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   265
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   266
# 0: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   267
compiler.err.cant.inherit.from.final=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   268
    cannot inherit from final {0}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   269
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   270
# 0: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   271
compiler.err.cant.ref.before.ctor.called=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   272
    cannot reference {0} before supertype constructor has been called
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   273
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   274
compiler.err.cant.select.static.class.from.param.type=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   275
    cannot select a static class from a parameterized type
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   276
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   277
# 0: symbol, 1: string, 2: string
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   278
compiler.err.cant.inherit.diff.arg=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   279
    {0} cannot be inherited with different arguments: <{1}> and <{2}>
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   280
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   281
compiler.err.catch.without.try=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   282
    ''catch'' without ''try''
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   283
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   284
# 0: symbol kind, 1: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   285
compiler.err.clash.with.pkg.of.same.name=\
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 8038
diff changeset
   286
    {0} {1} clashes with package of same name
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   287
12466
08863ee323df 7156633: (javac) incorrect errors when parsing variable declaration in block statements.
ksrini
parents: 12336
diff changeset
   288
compiler.err.class.not.allowed=\
08863ee323df 7156633: (javac) incorrect errors when parsing variable declaration in block statements.
ksrini
parents: 12336
diff changeset
   289
    class, interface or enum declaration not allowed here
08863ee323df 7156633: (javac) incorrect errors when parsing variable declaration in block statements.
ksrini
parents: 12336
diff changeset
   290
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   291
compiler.err.const.expr.req=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   292
    constant expression required
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   293
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   294
compiler.err.cont.outside.loop=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   295
    continue outside of loop
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   296
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   297
# 0: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   298
compiler.err.cyclic.inheritance=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   299
    cyclic inheritance involving {0}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   300
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   301
compiler.err.cyclic.annotation.element=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   302
    cyclic annotation element type
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   303
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   304
# 0: unused
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   305
compiler.err.call.to.super.not.allowed.in.enum.ctor=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   306
    call to super not allowed in enum constructor
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   307
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   308
# 0: type
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   309
compiler.err.no.superclass=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   310
    {0} has no superclass
06bc494ca11e Initial load
duke
parents:
diff changeset
   311
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   312
# 0: symbol, 1: type, 2: symbol, 3: type, 4: unused
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   313
compiler.err.concrete.inheritance.conflict=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   314
    methods {0} from {1} and {2} from {3} are inherited with the same signature
06bc494ca11e Initial load
duke
parents:
diff changeset
   315
06bc494ca11e Initial load
duke
parents:
diff changeset
   316
compiler.err.default.allowed.in.intf.annotation.member=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   317
    default value only allowed in an @interface member
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   318
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   319
# 0: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   320
compiler.err.doesnt.exist=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   321
    package {0} does not exist
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   322
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   323
compiler.err.duplicate.annotation=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   324
    duplicate annotation
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   325
14804
f93a8d60b9a4 8001114: Container annotation is not checked for semantic correctness
jfranck
parents: 14725
diff changeset
   326
# 0: type
f93a8d60b9a4 8001114: Container annotation is not checked for semantic correctness
jfranck
parents: 14725
diff changeset
   327
compiler.err.duplicate.annotation.invalid.repeated=\
f93a8d60b9a4 8001114: Container annotation is not checked for semantic correctness
jfranck
parents: 14725
diff changeset
   328
    annotation {0} cannot be repeated\nIt does not define a valid containing annotation.
f93a8d60b9a4 8001114: Container annotation is not checked for semantic correctness
jfranck
parents: 14725
diff changeset
   329
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   330
# 0: name, 1: type
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   331
compiler.err.duplicate.annotation.member.value=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   332
    duplicate annotation member value {0} in {1}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   333
14804
f93a8d60b9a4 8001114: Container annotation is not checked for semantic correctness
jfranck
parents: 14725
diff changeset
   334
# 0: type, 1: type
13689
4d519199a6aa 7151010: Add compiler support for repeating annotations
jfranck
parents: 13439
diff changeset
   335
compiler.err.duplicate.annotation.missing.container=\
17578
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
   336
    duplicate annotation: the declaration of {0} does not have a valid {1} annotation
13689
4d519199a6aa 7151010: Add compiler support for repeating annotations
jfranck
parents: 13439
diff changeset
   337
15356
cf312dc54c60 8006119: update javac to follow latest spec for repeatable annotations
jjg
parents: 14952
diff changeset
   338
# 0: type
cf312dc54c60 8006119: update javac to follow latest spec for repeatable annotations
jjg
parents: 14952
diff changeset
   339
compiler.err.invalid.repeatable.annotation=\
17578
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
   340
    duplicate annotation: {0} is annotated with an invalid Repeatable annotation
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
   341
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
   342
# 0: symbol or type
15356
cf312dc54c60 8006119: update javac to follow latest spec for repeatable annotations
jjg
parents: 14952
diff changeset
   343
compiler.err.invalid.repeatable.annotation.no.value=\
17578
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
   344
    duplicate annotation: {0} is not a valid Repeatable, no value element method declared
13689
4d519199a6aa 7151010: Add compiler support for repeating annotations
jfranck
parents: 13439
diff changeset
   345
4d519199a6aa 7151010: Add compiler support for repeating annotations
jfranck
parents: 13439
diff changeset
   346
# 0: type, 1: number
15356
cf312dc54c60 8006119: update javac to follow latest spec for repeatable annotations
jjg
parents: 14952
diff changeset
   347
compiler.err.invalid.repeatable.annotation.multiple.values=\
17578
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
   348
    duplicate annotation: {0} is not a valid Repeatable, {1} value element methods declared
13689
4d519199a6aa 7151010: Add compiler support for repeating annotations
jfranck
parents: 13439
diff changeset
   349
4d519199a6aa 7151010: Add compiler support for repeating annotations
jfranck
parents: 13439
diff changeset
   350
# 0: type
15356
cf312dc54c60 8006119: update javac to follow latest spec for repeatable annotations
jjg
parents: 14952
diff changeset
   351
compiler.err.invalid.repeatable.annotation.invalid.value=\
17578
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
   352
    duplicate annotation: {0} is not a valid Repeatable: invalid value element
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
   353
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
   354
# 0: symbol type, 1: type, 2: type
15356
cf312dc54c60 8006119: update javac to follow latest spec for repeatable annotations
jjg
parents: 14952
diff changeset
   355
compiler.err.invalid.repeatable.annotation.value.return=\
17578
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
   356
    duplicate annotation: value element of containing annotation {0} should have type {2}, found {1}
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
   357
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
   358
# 0: symbol or type, 1: symbol
15356
cf312dc54c60 8006119: update javac to follow latest spec for repeatable annotations
jjg
parents: 14952
diff changeset
   359
compiler.err.invalid.repeatable.annotation.elem.nondefault=\
14054
7ae16dd77c90 7199925: Separate compilation breaks check that elements have a default for the containing annotation
jfranck
parents: 14048
diff changeset
   360
    containing annotation {0} does not have a default value for element {1}
13689
4d519199a6aa 7151010: Add compiler support for repeating annotations
jfranck
parents: 13439
diff changeset
   361
4d519199a6aa 7151010: Add compiler support for repeating annotations
jfranck
parents: 13439
diff changeset
   362
# 0: symbol, 1: type, 2: symbol, 3: type
15356
cf312dc54c60 8006119: update javac to follow latest spec for repeatable annotations
jjg
parents: 14952
diff changeset
   363
compiler.err.invalid.repeatable.annotation.retention=\
13689
4d519199a6aa 7151010: Add compiler support for repeating annotations
jfranck
parents: 13439
diff changeset
   364
    containing annotation {0} has shorter retention ({1}) than the contained annotation {2} with retention {3}
4d519199a6aa 7151010: Add compiler support for repeating annotations
jfranck
parents: 13439
diff changeset
   365
4d519199a6aa 7151010: Add compiler support for repeating annotations
jfranck
parents: 13439
diff changeset
   366
# 0: symbol, 1: symbol
15356
cf312dc54c60 8006119: update javac to follow latest spec for repeatable annotations
jjg
parents: 14952
diff changeset
   367
compiler.err.invalid.repeatable.annotation.not.documented=\
13689
4d519199a6aa 7151010: Add compiler support for repeating annotations
jfranck
parents: 13439
diff changeset
   368
    containing annotation type, {0}, is not @Documented while repeated annotation type, {1}, is
4d519199a6aa 7151010: Add compiler support for repeating annotations
jfranck
parents: 13439
diff changeset
   369
4d519199a6aa 7151010: Add compiler support for repeating annotations
jfranck
parents: 13439
diff changeset
   370
# 0: symbol, 1: symbol
15356
cf312dc54c60 8006119: update javac to follow latest spec for repeatable annotations
jjg
parents: 14952
diff changeset
   371
compiler.err.invalid.repeatable.annotation.not.inherited=\
13689
4d519199a6aa 7151010: Add compiler support for repeating annotations
jfranck
parents: 13439
diff changeset
   372
    containing annotation type, {0}, is not @Inherited while repeated annotation type, {1}, is
4d519199a6aa 7151010: Add compiler support for repeating annotations
jfranck
parents: 13439
diff changeset
   373
4d519199a6aa 7151010: Add compiler support for repeating annotations
jfranck
parents: 13439
diff changeset
   374
# 0: symbol, 1: symbol
15356
cf312dc54c60 8006119: update javac to follow latest spec for repeatable annotations
jjg
parents: 14952
diff changeset
   375
compiler.err.invalid.repeatable.annotation.incompatible.target=\
13689
4d519199a6aa 7151010: Add compiler support for repeating annotations
jfranck
parents: 13439
diff changeset
   376
    target of container annotation {0} is not a subset of target of repeated annotation {1}
4d519199a6aa 7151010: Add compiler support for repeating annotations
jfranck
parents: 13439
diff changeset
   377
4d519199a6aa 7151010: Add compiler support for repeating annotations
jfranck
parents: 13439
diff changeset
   378
# 0: symbol
15356
cf312dc54c60 8006119: update javac to follow latest spec for repeatable annotations
jjg
parents: 14952
diff changeset
   379
compiler.err.invalid.repeatable.annotation.repeated.and.container.present=\
13689
4d519199a6aa 7151010: Add compiler support for repeating annotations
jfranck
parents: 13439
diff changeset
   380
    container {0} must not be present at the same time as the element it contains
4d519199a6aa 7151010: Add compiler support for repeating annotations
jfranck
parents: 13439
diff changeset
   381
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   382
# 0: name
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   383
compiler.err.duplicate.class=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   384
    duplicate class: {0}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   385
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   386
compiler.err.duplicate.case.label=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   387
    duplicate case label
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   388
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   389
compiler.err.duplicate.default.label=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   390
    duplicate default label
06bc494ca11e Initial load
duke
parents:
diff changeset
   391
06bc494ca11e Initial load
duke
parents:
diff changeset
   392
compiler.err.else.without.if=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   393
    ''else'' without ''if''
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   394
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   395
compiler.err.empty.char.lit=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   396
    empty character literal
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   397
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   398
# 0: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   399
compiler.err.encl.class.required=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   400
    an enclosing instance that contains {0} is required
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   401
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   402
compiler.err.enum.annotation.must.be.enum.constant=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   403
    an enum annotation value must be an enum constant
06bc494ca11e Initial load
duke
parents:
diff changeset
   404
06bc494ca11e Initial load
duke
parents:
diff changeset
   405
compiler.err.enum.cant.be.instantiated=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   406
    enum types may not be instantiated
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   407
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   408
compiler.err.enum.label.must.be.unqualified.enum=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   409
    an enum switch case label must be the unqualified name of an enumeration constant
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   410
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   411
compiler.err.enum.no.subclassing=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   412
    classes cannot directly extend java.lang.Enum
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   413
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   414
compiler.err.enum.types.not.extensible=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   415
    enum types are not extensible
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   416
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   417
compiler.err.enum.no.finalize=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   418
    enums cannot have finalize methods
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   419
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   420
# 0: file name, 1: string
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   421
compiler.err.error.reading.file=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   422
    error reading {0}; {1}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   423
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   424
# 0: type
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   425
compiler.err.except.already.caught=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   426
    exception {0} has already been caught
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   427
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   428
# 0: type
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   429
compiler.err.except.never.thrown.in.try=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   430
    exception {0} is never thrown in body of corresponding try statement
06bc494ca11e Initial load
duke
parents:
diff changeset
   431
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   432
# 0: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   433
compiler.err.final.parameter.may.not.be.assigned=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   434
    final parameter {0} may not be assigned
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   435
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   436
# 0: symbol
7211
163fe60f63de 6970016: Clean up ARM/try-with-resources implementation
mcimadamore
parents: 7203
diff changeset
   437
compiler.err.try.resource.may.not.be.assigned=\
163fe60f63de 6970016: Clean up ARM/try-with-resources implementation
mcimadamore
parents: 7203
diff changeset
   438
    auto-closeable resource {0} may not be assigned
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   439
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   440
# 0: symbol
5492
515e4b33b335 6943289: Project Coin: Improved Exception Handling for Java (aka 'multicatch')
mcimadamore
parents: 5321
diff changeset
   441
compiler.err.multicatch.parameter.may.not.be.assigned=\
515e4b33b335 6943289: Project Coin: Improved Exception Handling for Java (aka 'multicatch')
mcimadamore
parents: 5321
diff changeset
   442
    multi-catch parameter {0} may not be assigned
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   443
9074
76b505d19026 7030606: Project-coin: multi-catch types should be pairwise disjoint
mcimadamore
parents: 8849
diff changeset
   444
# 0: type, 1: type
76b505d19026 7030606: Project-coin: multi-catch types should be pairwise disjoint
mcimadamore
parents: 8849
diff changeset
   445
compiler.err.multicatch.types.must.be.disjoint=\
76b505d19026 7030606: Project-coin: multi-catch types should be pairwise disjoint
mcimadamore
parents: 8849
diff changeset
   446
    Alternatives in a multi-catch statement cannot be related by subclassing\n\
76b505d19026 7030606: Project-coin: multi-catch types should be pairwise disjoint
mcimadamore
parents: 8849
diff changeset
   447
    Alternative {0} is a subclass of alternative {1}
76b505d19026 7030606: Project-coin: multi-catch types should be pairwise disjoint
mcimadamore
parents: 8849
diff changeset
   448
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   449
compiler.err.finally.without.try=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   450
    ''finally'' without ''try''
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   451
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   452
# 0: type, 1: message segment
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   453
compiler.err.foreach.not.applicable.to.type=\
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 8038
diff changeset
   454
    for-each not applicable to expression type\n\
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 8038
diff changeset
   455
    required: {1}\n\
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 8038
diff changeset
   456
    found:    {0}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   457
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   458
compiler.err.fp.number.too.large=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   459
    floating point number too large
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   460
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   461
compiler.err.fp.number.too.small=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   462
    floating point number too small
06bc494ca11e Initial load
duke
parents:
diff changeset
   463
06bc494ca11e Initial load
duke
parents:
diff changeset
   464
compiler.err.generic.array.creation=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   465
    generic array creation
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   466
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   467
compiler.err.generic.throwable=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   468
    a generic class may not extend java.lang.Throwable
06bc494ca11e Initial load
duke
parents:
diff changeset
   469
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   470
# 0: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   471
compiler.err.icls.cant.have.static.decl=\
8046
376310825f60 6510286: Wording of javac error for inner classes
mcimadamore
parents: 8045
diff changeset
   472
    Illegal static declaration in inner class {0}\n\
376310825f60 6510286: Wording of javac error for inner classes
mcimadamore
parents: 8045
diff changeset
   473
    modifier \''static\'' is only allowed in constant variable declarations
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   474
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   475
# 0: string
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   476
compiler.err.illegal.char=\
14370
eefd0e6642a8 8000483: cryptic error message when source file contains hash
vromero
parents: 14369
diff changeset
   477
    illegal character: ''{0}''
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   478
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   479
compiler.err.illegal.char.for.encoding=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   480
    unmappable character for encoding {0}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   481
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   482
# 0: set of modifier, 1: set of modifier
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   483
compiler.err.illegal.combination.of.modifiers=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   484
    illegal combination of modifiers: {0} and {1}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   485
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   486
compiler.err.illegal.enum.static.ref=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   487
    illegal reference to static field from initializer
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   488
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   489
compiler.err.illegal.esc.char=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   490
    illegal escape character
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   491
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   492
compiler.err.illegal.forward.ref=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   493
    illegal forward reference
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   494
15724
3063fb01c8a1 8004182: Add support for profiles in javac
jjg
parents: 14952
diff changeset
   495
# 0: symbol, 1: string
3063fb01c8a1 8004182: Add support for profiles in javac
jjg
parents: 14952
diff changeset
   496
compiler.err.not.in.profile=\
3063fb01c8a1 8004182: Add support for profiles in javac
jjg
parents: 14952
diff changeset
   497
    {0} is not available in profile ''{1}''
3063fb01c8a1 8004182: Add support for profiles in javac
jjg
parents: 14952
diff changeset
   498
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   499
# 0: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   500
compiler.warn.forward.ref=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   501
    reference to variable ''{0}'' before it has been initialized
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   502
1045
56f6e84f7825 6676362: Spurious forward reference error with final var + instance variable initializer
mcimadamore
parents: 939
diff changeset
   503
compiler.err.illegal.self.ref=\
56f6e84f7825 6676362: Spurious forward reference error with final var + instance variable initializer
mcimadamore
parents: 939
diff changeset
   504
    self-reference in initializer
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   505
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   506
# 0: symbol
1045
56f6e84f7825 6676362: Spurious forward reference error with final var + instance variable initializer
mcimadamore
parents: 939
diff changeset
   507
compiler.warn.self.ref=\
56f6e84f7825 6676362: Spurious forward reference error with final var + instance variable initializer
mcimadamore
parents: 939
diff changeset
   508
    self-reference in initializer of variable ''{0}''
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   509
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   510
compiler.err.illegal.generic.type.for.instof=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   511
    illegal generic type for instanceof
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   512
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   513
# 0: type
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   514
compiler.err.illegal.initializer.for.type=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   515
    illegal initializer for {0}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   516
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   517
compiler.err.illegal.line.end.in.char.lit=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   518
    illegal line end in character literal
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   519
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   520
compiler.err.illegal.nonascii.digit=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   521
    illegal non-ASCII digit
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   522
3895
3b3c2a1e5e8a 6860965: Project Coin: binary literals
jjg
parents: 3765
diff changeset
   523
compiler.err.illegal.underscore=\
3b3c2a1e5e8a 6860965: Project Coin: binary literals
jjg
parents: 3765
diff changeset
   524
    illegal underscore
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   525
11383
ae090403accf 4881269: improve diagnostic for ill-formed tokens
jjg
parents: 11144
diff changeset
   526
compiler.err.illegal.dot=\
ae090403accf 4881269: improve diagnostic for ill-formed tokens
jjg
parents: 11144
diff changeset
   527
    illegal ''.''
ae090403accf 4881269: improve diagnostic for ill-formed tokens
jjg
parents: 11144
diff changeset
   528
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   529
# 0: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   530
compiler.err.illegal.qual.not.icls=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   531
    illegal qualifier; {0} is not an inner class
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   532
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   533
compiler.err.illegal.start.of.expr=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   534
    illegal start of expression
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   535
12466
08863ee323df 7156633: (javac) incorrect errors when parsing variable declaration in block statements.
ksrini
parents: 12336
diff changeset
   536
compiler.err.illegal.start.of.stmt=\
08863ee323df 7156633: (javac) incorrect errors when parsing variable declaration in block statements.
ksrini
parents: 12336
diff changeset
   537
    illegal start of statement
08863ee323df 7156633: (javac) incorrect errors when parsing variable declaration in block statements.
ksrini
parents: 12336
diff changeset
   538
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   539
compiler.err.illegal.start.of.type=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   540
    illegal start of type
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   541
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   542
compiler.err.illegal.unicode.esc=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   543
    illegal unicode escape
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   544
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   545
# 0: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   546
compiler.err.import.requires.canonical=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   547
    import requires canonical name for {0}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   548
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   549
compiler.err.improperly.formed.type.param.missing=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   550
    improperly formed type, some parameters are missing
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   551
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   552
compiler.err.improperly.formed.type.inner.raw.param=\
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 8038
diff changeset
   553
    improperly formed type, type arguments given on a raw type
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   554
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   555
# 0: type, 1: type
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   556
compiler.err.incomparable.types=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   557
    incomparable types: {0} and {1}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   558
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   559
# 0: number
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   560
compiler.err.int.number.too.large=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   561
    integer number too large: {0}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   562
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   563
compiler.err.intf.annotation.members.cant.have.params=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   564
    @interface members may not have parameters
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   565
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   566
compiler.err.intf.annotation.cant.have.type.params=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   567
    @interface may not have type parameters
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   568
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   569
compiler.err.intf.annotation.members.cant.have.type.params=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   570
    @interface members may not have type parameters
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   571
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   572
# 0: symbol, 1: type
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   573
compiler.err.intf.annotation.member.clash=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   574
    @interface member clashes with method ''{0}'' in {1}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   575
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   576
compiler.err.intf.expected.here=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   577
    interface expected here
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   578
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   579
compiler.err.intf.meth.cant.have.body=\
14443
91c05eb19277 7192246: Add type-checking support for default methods
mcimadamore
parents: 14370
diff changeset
   580
    interface abstract methods cannot have body
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   581
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   582
compiler.err.invalid.annotation.member.type=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   583
    invalid type for annotation member
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   584
4072
70eaf9773f81 6891079: Compiler allows invalid binary literals 0b and oBL
jjg
parents: 3895
diff changeset
   585
compiler.err.invalid.binary.number=\
70eaf9773f81 6891079: Compiler allows invalid binary literals 0b and oBL
jjg
parents: 3895
diff changeset
   586
    binary numbers must contain at least one binary digit
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   587
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   588
compiler.err.invalid.hex.number=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   589
    hexadecimal numbers must contain at least one hexadecimal digit
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   590
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   591
compiler.err.invalid.meth.decl.ret.type.req=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   592
    invalid method declaration; return type required
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   593
8047
c7f08cdb5c3c 6569633: Varargs: parser error when varargs element type is an array
mcimadamore
parents: 8046
diff changeset
   594
compiler.err.varargs.and.old.array.syntax=\
c7f08cdb5c3c 6569633: Varargs: parser error when varargs element type is an array
mcimadamore
parents: 8046
diff changeset
   595
    legacy array notation not allowed on variable-arity parameter
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   596
17578
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
   597
compiler.err.varargs.and.receiver =\
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
   598
    varargs notation not allowed on receiver parameter
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
   599
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
   600
compiler.err.array.and.receiver =\
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
   601
    legacy array notation not allowed on receiver parameter
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
   602
12466
08863ee323df 7156633: (javac) incorrect errors when parsing variable declaration in block statements.
ksrini
parents: 12336
diff changeset
   603
compiler.err.variable.not.allowed=\
08863ee323df 7156633: (javac) incorrect errors when parsing variable declaration in block statements.
ksrini
parents: 12336
diff changeset
   604
    variable declaration not allowed here
08863ee323df 7156633: (javac) incorrect errors when parsing variable declaration in block statements.
ksrini
parents: 12336
diff changeset
   605
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   606
# 0: name
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   607
compiler.err.label.already.in.use=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   608
    label {0} already in use
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   609
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   610
# 0: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   611
compiler.err.local.var.accessed.from.icls.needs.final=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   612
    local variable {0} is accessed from within inner class; needs to be declared final
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   613
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   614
compiler.err.local.enum=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   615
    enum types must not be local
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   616
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   617
compiler.err.cannot.create.array.with.type.arguments=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   618
    cannot create array with type arguments
06bc494ca11e Initial load
duke
parents:
diff changeset
   619
10199
48bd09ecc88a 7057297: Project Coin: diamond erroneously accepts in array initializer expressions
mcimadamore
parents: 10186
diff changeset
   620
compiler.err.cannot.create.array.with.diamond=\
48bd09ecc88a 7057297: Project Coin: diamond erroneously accepts in array initializer expressions
mcimadamore
parents: 10186
diff changeset
   621
    cannot create array with ''<>''
48bd09ecc88a 7057297: Project Coin: diamond erroneously accepts in array initializer expressions
mcimadamore
parents: 10186
diff changeset
   622
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   623
#
06bc494ca11e Initial load
duke
parents:
diff changeset
   624
# limits.  We don't give the limits in the diagnostic because we expect
06bc494ca11e Initial load
duke
parents:
diff changeset
   625
# them to change, yet we want to use the same diagnostic.  These are all
06bc494ca11e Initial load
duke
parents:
diff changeset
   626
# detected during code generation.
06bc494ca11e Initial load
duke
parents:
diff changeset
   627
#
06bc494ca11e Initial load
duke
parents:
diff changeset
   628
compiler.err.limit.code=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   629
    code too large
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   630
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   631
compiler.err.limit.code.too.large.for.try.stmt=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   632
    code too large for try statement
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   633
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   634
compiler.err.limit.dimensions=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   635
    array type has too many dimensions
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   636
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   637
compiler.err.limit.locals=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   638
    too many local variables
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   639
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   640
compiler.err.limit.parameters=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   641
    too many parameters
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   642
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   643
compiler.err.limit.pool=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   644
    too many constants
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   645
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   646
compiler.err.limit.pool.in.class=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   647
    too many constants in class {0}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   648
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   649
compiler.err.limit.stack=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   650
    code requires too much stack
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   651
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   652
compiler.err.limit.string=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   653
    constant string too long
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   654
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   655
compiler.err.limit.string.overflow=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   656
    UTF8 representation for string \"{0}...\" is too long for the constant pool
06bc494ca11e Initial load
duke
parents:
diff changeset
   657
06bc494ca11e Initial load
duke
parents:
diff changeset
   658
compiler.err.malformed.fp.lit=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   659
    malformed floating point literal
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   660
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   661
compiler.err.method.does.not.override.superclass=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   662
    method does not override or implement a method from a supertype
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   663
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   664
compiler.err.missing.meth.body.or.decl.abstract=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   665
    missing method body, or declare abstract
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   666
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   667
compiler.err.missing.ret.stmt=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   668
    missing return statement
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   669
17578
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
   670
# 0: unused
14058
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   671
compiler.misc.missing.ret.val=\
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   672
    missing return value
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   673
14547
86d8d242b0c4 8003280: Add lambda tests
mcimadamore
parents: 14541
diff changeset
   674
compiler.misc.unexpected.ret.val=\
86d8d242b0c4 8003280: Add lambda tests
mcimadamore
parents: 14541
diff changeset
   675
    unexpected return value
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   676
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   677
# 0: set of modifier
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   678
compiler.err.mod.not.allowed.here=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   679
    modifier {0} not allowed here
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   680
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   681
compiler.err.intf.not.allowed.here=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   682
    interface not allowed here
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   683
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   684
compiler.err.enums.must.be.static=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   685
    enum declarations allowed only in static contexts
06bc494ca11e Initial load
duke
parents:
diff changeset
   686
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   687
# 0: symbol, 1: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   688
compiler.err.name.clash.same.erasure=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   689
    name clash: {0} and {1} have the same erasure
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   690
8242
3873b4aaf4a8 7007615: java_util/generics/phase2/NameClashTest02 fails since jdk7/pit/b123.
mcimadamore
parents: 8234
diff changeset
   691
# 0: symbol, 1: symbol, 2: symbol, 3: symbol, 4: unused, 5: unused
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   692
compiler.err.name.clash.same.erasure.no.override=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   693
    name clash: {0} in {1} and {2} in {3} have the same erasure, yet neither overrides the other
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   694
8242
3873b4aaf4a8 7007615: java_util/generics/phase2/NameClashTest02 fails since jdk7/pit/b123.
mcimadamore
parents: 8234
diff changeset
   695
# 0: symbol, 1: symbol, 2: symbol, 3: symbol, 4: symbol, 5: symbol
3873b4aaf4a8 7007615: java_util/generics/phase2/NameClashTest02 fails since jdk7/pit/b123.
mcimadamore
parents: 8234
diff changeset
   696
compiler.err.name.clash.same.erasure.no.override.1=\
3873b4aaf4a8 7007615: java_util/generics/phase2/NameClashTest02 fails since jdk7/pit/b123.
mcimadamore
parents: 8234
diff changeset
   697
    name clash: {0} in {1} overrides a method whose erasure is the same as another method, yet neither overrides the other\n\
3873b4aaf4a8 7007615: java_util/generics/phase2/NameClashTest02 fails since jdk7/pit/b123.
mcimadamore
parents: 8234
diff changeset
   698
    first method:  {2} in {3}\n\
3873b4aaf4a8 7007615: java_util/generics/phase2/NameClashTest02 fails since jdk7/pit/b123.
mcimadamore
parents: 8234
diff changeset
   699
    second method: {4} in {5}
3873b4aaf4a8 7007615: java_util/generics/phase2/NameClashTest02 fails since jdk7/pit/b123.
mcimadamore
parents: 8234
diff changeset
   700
3873b4aaf4a8 7007615: java_util/generics/phase2/NameClashTest02 fails since jdk7/pit/b123.
mcimadamore
parents: 8234
diff changeset
   701
# 0: symbol, 1: symbol, 2: symbol, 3: symbol
3873b4aaf4a8 7007615: java_util/generics/phase2/NameClashTest02 fails since jdk7/pit/b123.
mcimadamore
parents: 8234
diff changeset
   702
compiler.err.name.clash.same.erasure.no.hide=\
3873b4aaf4a8 7007615: java_util/generics/phase2/NameClashTest02 fails since jdk7/pit/b123.
mcimadamore
parents: 8234
diff changeset
   703
    name clash: {0} in {1} and {2} in {3} have the same erasure, yet neither hides the other
3873b4aaf4a8 7007615: java_util/generics/phase2/NameClashTest02 fails since jdk7/pit/b123.
mcimadamore
parents: 8234
diff changeset
   704
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   705
compiler.err.name.reserved.for.internal.use=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   706
    {0} is reserved for internal use
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   707
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   708
compiler.err.native.meth.cant.have.body=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   709
    native methods cannot have a body
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   710
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   711
# 0: type, 1: type
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   712
compiler.err.neither.conditional.subtype=\
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   713
    incompatible types for ?: neither is a subtype of the other\n\
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   714
    second operand: {0}\n\
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   715
    third operand : {1}
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   716
14057
b4b0377b8dba 7177387: Add target-typing support in method context
mcimadamore
parents: 14054
diff changeset
   717
# 0: message segment
b4b0377b8dba 7177387: Add target-typing support in method context
mcimadamore
parents: 14054
diff changeset
   718
compiler.misc.incompatible.type.in.conditional=\
17582
4079713129dd 8012003: Method diagnostics resolution need to be simplified in some cases
mcimadamore
parents: 17578
diff changeset
   719
    bad type in conditional expression\n\
4079713129dd 8012003: Method diagnostics resolution need to be simplified in some cases
mcimadamore
parents: 17578
diff changeset
   720
    {0}
14057
b4b0377b8dba 7177387: Add target-typing support in method context
mcimadamore
parents: 14054
diff changeset
   721
14547
86d8d242b0c4 8003280: Add lambda tests
mcimadamore
parents: 14541
diff changeset
   722
compiler.misc.conditional.target.cant.be.void=\
86d8d242b0c4 8003280: Add lambda tests
mcimadamore
parents: 14541
diff changeset
   723
    target-type for conditional expression cannot be void
86d8d242b0c4 8003280: Add lambda tests
mcimadamore
parents: 14541
diff changeset
   724
14058
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   725
# 0: type
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   726
compiler.misc.incompatible.ret.type.in.lambda=\
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   727
    bad return type in lambda expression\n\
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   728
    {0}
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   729
14062
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   730
# 0: type
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   731
compiler.misc.incompatible.ret.type.in.mref=\
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   732
    bad return type in method reference\n\
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   733
    {0}
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   734
14058
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   735
# 0: list of type
14062
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   736
compiler.err.incompatible.thrown.types.in.mref=\
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   737
    incompatible thrown types {0} in method reference
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   738
14058
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   739
compiler.misc.incompatible.arg.types.in.lambda=\
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   740
    incompatible parameter types in lambda expression
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
   741
16294
0c291a3cd60d 8007462: Fix provisional applicability for method references
mcimadamore
parents: 15385
diff changeset
   742
compiler.misc.incompatible.arg.types.in.mref=\
0c291a3cd60d 8007462: Fix provisional applicability for method references
mcimadamore
parents: 15385
diff changeset
   743
    incompatible parameter types in method reference
0c291a3cd60d 8007462: Fix provisional applicability for method references
mcimadamore
parents: 15385
diff changeset
   744
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   745
compiler.err.new.not.allowed.in.annotation=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   746
    ''new'' not allowed in an annotation
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   747
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   748
compiler.err.no.annotation.member=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   749
    no annotation member {0} in {1}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   750
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   751
compiler.err.no.encl.instance.of.type.in.scope=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   752
    no enclosing instance of type {0} is in scope
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   753
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   754
compiler.err.no.intf.expected.here=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   755
    no interface expected here
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   756
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   757
compiler.err.no.match.entry=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   758
    {0} has no match in entry in {1}; required {2}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   759
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   760
compiler.err.not.annotation.type=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   761
    {0} is not an annotation type
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   762
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   763
# 0: symbol, 1: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   764
compiler.err.not.def.access.class.intf.cant.access=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   765
    {0} in {1} is defined in an inaccessible class or interface
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   766
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   767
# 0: symbol, 1: symbol
14062
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   768
compiler.misc.not.def.access.class.intf.cant.access=\
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   769
    {0} in {1} is defined in an inaccessible class or interface
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   770
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   771
# 0: symbol, 1: list of type, 2: type
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   772
compiler.misc.cant.access.inner.cls.constr=\
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   773
    cannot access constructor {0}({1})\n\
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   774
    an enclosing instance of type {2} is not in scope
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   775
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   776
# 0: symbol, 1: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   777
compiler.err.not.def.public.cant.access=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   778
    {0} is not public in {1}; cannot be accessed from outside package
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   779
16328
8b9eb42167f6 8009129: Illegal access error when calling method reference
mcimadamore
parents: 16323
diff changeset
   780
# 0: symbol, 1: symbol
8b9eb42167f6 8009129: Illegal access error when calling method reference
mcimadamore
parents: 16323
diff changeset
   781
compiler.misc.not.def.public.cant.access=\
8b9eb42167f6 8009129: Illegal access error when calling method reference
mcimadamore
parents: 16323
diff changeset
   782
    {0} is not public in {1}; cannot be accessed from outside package
8b9eb42167f6 8009129: Illegal access error when calling method reference
mcimadamore
parents: 16323
diff changeset
   783
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   784
# 0: name
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   785
compiler.err.not.loop.label=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   786
    not a loop label: {0}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   787
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   788
compiler.err.not.stmt=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   789
    not a statement
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   790
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   791
# 0: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   792
compiler.err.not.encl.class=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   793
    not an enclosing class: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   794
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   795
# 0: name, 1: type, 2: unused
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   796
compiler.err.operator.cant.be.applied=\
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 8038
diff changeset
   797
    bad operand type {1} for unary operator ''{0}''
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   798
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   799
# 0: name, 1: type, 2: type
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 8038
diff changeset
   800
compiler.err.operator.cant.be.applied.1=\
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 8038
diff changeset
   801
    bad operand types for binary operator ''{0}''\n\
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 8038
diff changeset
   802
    first type:  {1}\n\
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 8038
diff changeset
   803
    second type: {2}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   804
06bc494ca11e Initial load
duke
parents:
diff changeset
   805
compiler.err.pkg.annotations.sb.in.package-info.java=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   806
    package annotations should be in file package-info.java
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   807
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   808
# 0: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   809
compiler.err.pkg.clashes.with.class.of.same.name=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   810
    package {0} clashes with class of same name
06bc494ca11e Initial load
duke
parents:
diff changeset
   811
1996
c855318a4b03 6595666: fix -Werror
jjg
parents: 1538
diff changeset
   812
compiler.err.warnings.and.werror=\
c855318a4b03 6595666: fix -Werror
jjg
parents: 1538
diff changeset
   813
    warnings found and -Werror specified
c855318a4b03 6595666: fix -Werror
jjg
parents: 1538
diff changeset
   814
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   815
# Errors related to annotation processing
06bc494ca11e Initial load
duke
parents:
diff changeset
   816
9077
6ee59e40b258 7031108: NPE in javac.jvm.ClassReader.findMethod in PackageElement.enclosedElements from AP in incr build
jjg
parents: 9076
diff changeset
   817
# 0: symbol, 1: string, 2: stack-trace
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   818
compiler.err.proc.cant.access=\
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   819
    cannot access {0}\n\
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   820
    {1}\n\
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   821
    Consult the following stack trace for details.\n\
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   822
    {2}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   823
9077
6ee59e40b258 7031108: NPE in javac.jvm.ClassReader.findMethod in PackageElement.enclosedElements from AP in incr build
jjg
parents: 9076
diff changeset
   824
# 0: symbol, 1: string
6ee59e40b258 7031108: NPE in javac.jvm.ClassReader.findMethod in PackageElement.enclosedElements from AP in incr build
jjg
parents: 9076
diff changeset
   825
compiler.err.proc.cant.access.1=\
6ee59e40b258 7031108: NPE in javac.jvm.ClassReader.findMethod in PackageElement.enclosedElements from AP in incr build
jjg
parents: 9076
diff changeset
   826
    cannot access {0}\n\
6ee59e40b258 7031108: NPE in javac.jvm.ClassReader.findMethod in PackageElement.enclosedElements from AP in incr build
jjg
parents: 9076
diff changeset
   827
    {1}
6ee59e40b258 7031108: NPE in javac.jvm.ClassReader.findMethod in PackageElement.enclosedElements from AP in incr build
jjg
parents: 9076
diff changeset
   828
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   829
# 0: string
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   830
compiler.err.proc.cant.find.class=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   831
    Could not find class file for ''{0}''.
06bc494ca11e Initial load
duke
parents:
diff changeset
   832
06bc494ca11e Initial load
duke
parents:
diff changeset
   833
# Print a client-generated error message; assumed to be localized, no translation required
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   834
# 0: string
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   835
compiler.err.proc.messager=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   836
    {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   837
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   838
# 0: list of string
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   839
compiler.err.proc.no.explicit.annotation.processing.requested=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   840
    Class names, ''{0}'', are only accepted if annotation processing is explicitly requested
06bc494ca11e Initial load
duke
parents:
diff changeset
   841
06bc494ca11e Initial load
duke
parents:
diff changeset
   842
compiler.err.proc.no.service=\
10186
31a86b7e18ca 6575445: Update annotation processor to only use java.util.ServiceLoader
darcy
parents: 9604
diff changeset
   843
    A ServiceLoader was not usable and is required for annotation processing.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   844
06bc494ca11e Initial load
duke
parents:
diff changeset
   845
compiler.err.proc.processor.bad.option.name=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   846
    Bad option name ''{0}'' provided by processor ''{1}''
06bc494ca11e Initial load
duke
parents:
diff changeset
   847
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   848
# 0: string
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   849
compiler.err.proc.processor.cant.instantiate=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   850
    Could not instantiate an instance of processor ''{0}''
06bc494ca11e Initial load
duke
parents:
diff changeset
   851
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   852
# 0: string
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   853
compiler.err.proc.processor.not.found=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   854
    Annotation processor ''{0}'' not found
06bc494ca11e Initial load
duke
parents:
diff changeset
   855
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   856
# 0: string
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   857
compiler.err.proc.processor.wrong.type=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   858
    Annotation processor ''{0}'' does not implement javax.annotation.processing.Processor
06bc494ca11e Initial load
duke
parents:
diff changeset
   859
06bc494ca11e Initial load
duke
parents:
diff changeset
   860
compiler.err.proc.service.problem=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   861
    Error creating a service loader to load Processors.
06bc494ca11e Initial load
duke
parents:
diff changeset
   862
06bc494ca11e Initial load
duke
parents:
diff changeset
   863
compiler.err.proc.bad.config.file=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   864
    Bad service configuration file, or exception thrown while constructing Processor object: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   865
06bc494ca11e Initial load
duke
parents:
diff changeset
   866
compiler.err.proc.cant.create.loader=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   867
    Could not create class loader for annotation processors: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   868
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   869
# 0: unused
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   870
compiler.err.qualified.new.of.static.class=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   871
    qualified new of static class
06bc494ca11e Initial load
duke
parents:
diff changeset
   872
06bc494ca11e Initial load
duke
parents:
diff changeset
   873
compiler.err.recursive.ctor.invocation=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   874
    recursive constructor invocation
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   875
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   876
# 0: name, 1: symbol kind, 2: symbol, 3: symbol, 4: symbol kind, 5: symbol, 6: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   877
compiler.err.ref.ambiguous=\
14062
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   878
    reference to {0} is ambiguous\n\
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   879
    both {1} {2} in {3} and {4} {5} in {6} match
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   880
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   881
# 0: name, 1: symbol kind, 2: symbol, 3: symbol, 4: symbol kind, 5: symbol, 6: symbol
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   882
compiler.misc.ref.ambiguous=\
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   883
    reference to {0} is ambiguous\n\
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
   884
    both {1} {2} in {3} and {4} {5} in {6} match
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   885
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   886
compiler.err.repeated.annotation.target=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   887
    repeated annotation target
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   888
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   889
compiler.err.repeated.interface=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   890
    repeated interface
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   891
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   892
compiler.err.repeated.modifier=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   893
    repeated modifier
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   894
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   895
# 0: symbol, 1: set of modifier, 2: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   896
compiler.err.report.access=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   897
    {0} has {1} access in {2}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   898
19129
b1409ae675f8 8020843: javac crashes on accessibility check with method reference with typevar receiver
mcimadamore
parents: 19122
diff changeset
   899
# 0: symbol, 1: set of modifier, 2: symbol
b1409ae675f8 8020843: javac crashes on accessibility check with method reference with typevar receiver
mcimadamore
parents: 19122
diff changeset
   900
compiler.misc.report.access=\
b1409ae675f8 8020843: javac crashes on accessibility check with method reference with typevar receiver
mcimadamore
parents: 19122
diff changeset
   901
    {0} has {1} access in {2}
b1409ae675f8 8020843: javac crashes on accessibility check with method reference with typevar receiver
mcimadamore
parents: 19122
diff changeset
   902
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   903
compiler.err.ret.outside.meth=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   904
    return outside method
06bc494ca11e Initial load
duke
parents:
diff changeset
   905
06bc494ca11e Initial load
duke
parents:
diff changeset
   906
compiler.err.signature.doesnt.match.supertype=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   907
    signature does not match {0}; incompatible supertype
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   908
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   909
compiler.err.signature.doesnt.match.intf=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   910
    signature does not match {0}; incompatible interfaces
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   911
19133
aa085efaaa2e 8013179: assertion failure in javac when compiling with -source 1.6 -target 1.6
vromero
parents: 19129
diff changeset
   912
# 0: number, 1: number
aa085efaaa2e 8013179: assertion failure in javac when compiling with -source 1.6 -target 1.6
vromero
parents: 19129
diff changeset
   913
compiler.err.method.invoked.with.incorrect.number.arguments=\
aa085efaaa2e 8013179: assertion failure in javac when compiling with -source 1.6 -target 1.6
vromero
parents: 19129
diff changeset
   914
    method invoked with incorrect number of arguments; expected {0}, found {1}
aa085efaaa2e 8013179: assertion failure in javac when compiling with -source 1.6 -target 1.6
vromero
parents: 19129
diff changeset
   915
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   916
# 0: symbol, 1: symbol, 2: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   917
compiler.err.does.not.override.abstract=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   918
    {0} is not abstract and does not override abstract method {1} in {2}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   919
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   920
compiler.err.source.cant.overwrite.input.file=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   921
    error writing source; cannot overwrite input file {0}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   922
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   923
compiler.err.stack.sim.error=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   924
    Internal error: stack sim error on {0}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   925
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   926
compiler.err.static.imp.only.classes.and.interfaces=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   927
    static import only from classes and interfaces
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   928
4142
bd950c8f4fb3 6827009: Project Coin: Strings in Switch
darcy
parents: 4072
diff changeset
   929
compiler.err.string.const.req=\
bd950c8f4fb3 6827009: Project Coin: Strings in Switch
darcy
parents: 4072
diff changeset
   930
    constant string expression required
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   931
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   932
# 0: symbol, 1: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   933
compiler.err.synthetic.name.conflict=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   934
    the symbol {0} conflicts with a compiler-synthesized symbol in {1}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   935
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   936
# 0: symbol, 1: symbol
3557
a803afefa115 6521805: Regression: JDK5/JDK6 javac allows write access to outer class reference
mcimadamore
parents: 3554
diff changeset
   937
compiler.warn.synthetic.name.conflict=\
a803afefa115 6521805: Regression: JDK5/JDK6 javac allows write access to outer class reference
mcimadamore
parents: 3554
diff changeset
   938
    the symbol {0} conflicts with a compiler-synthesized symbol in {1}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   939
06bc494ca11e Initial load
duke
parents:
diff changeset
   940
compiler.err.throws.not.allowed.in.intf.annotation=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   941
    throws clause not allowed in @interface members
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   942
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   943
compiler.err.try.without.catch.or.finally=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   944
    ''try'' without ''catch'' or ''finally''
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   945
6148
3a8158299c51 6911256: Project Coin: Support Automatic Resource Management (ARM) blocks in the compiler
darcy
parents: 6145
diff changeset
   946
compiler.err.try.without.catch.finally.or.resource.decls=\
3a8158299c51 6911256: Project Coin: Support Automatic Resource Management (ARM) blocks in the compiler
darcy
parents: 6145
diff changeset
   947
    ''try'' without ''catch'', ''finally'' or resource declarations
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   948
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   949
# 0: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   950
compiler.err.type.doesnt.take.params=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   951
    type {0} does not take parameters
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   952
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   953
compiler.err.type.var.cant.be.deref=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   954
    cannot select from a type variable
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   955
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   956
compiler.err.type.var.may.not.be.followed.by.other.bounds=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   957
    a type variable may not be followed by other bounds
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   958
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   959
compiler.err.type.var.more.than.once=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   960
    type variable {0} occurs more than once in result type of {1}; cannot be left uninstantiated
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   961
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   962
compiler.err.type.var.more.than.once.in.result=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   963
    type variable {0} occurs more than once in type of {1}; cannot be left uninstantiated
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   964
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
   965
# 0: type, 1: type, 2: string
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   966
compiler.err.types.incompatible.diff.ret=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   967
    types {0} and {1} are incompatible; both define {2}, but with unrelated return types
06bc494ca11e Initial load
duke
parents:
diff changeset
   968
14443
91c05eb19277 7192246: Add type-checking support for default methods
mcimadamore
parents: 14370
diff changeset
   969
# 0: kind, 1: type, 2: name, 3: list of type, 4: symbol, 5: symbol
91c05eb19277 7192246: Add type-checking support for default methods
mcimadamore
parents: 14370
diff changeset
   970
compiler.err.types.incompatible.unrelated.defaults=\
91c05eb19277 7192246: Add type-checking support for default methods
mcimadamore
parents: 14370
diff changeset
   971
    {0} {1} inherits unrelated defaults for {2}({3}) from types {4} and {5}
91c05eb19277 7192246: Add type-checking support for default methods
mcimadamore
parents: 14370
diff changeset
   972
91c05eb19277 7192246: Add type-checking support for default methods
mcimadamore
parents: 14370
diff changeset
   973
# 0: kind, 1: type, 2: name, 3: list of type, 4: symbol, 5: symbol
91c05eb19277 7192246: Add type-checking support for default methods
mcimadamore
parents: 14370
diff changeset
   974
compiler.err.types.incompatible.abstract.default=\
91c05eb19277 7192246: Add type-checking support for default methods
mcimadamore
parents: 14370
diff changeset
   975
    {0} {1} inherits abstract and default for {2}({3}) from types {4} and {5}
91c05eb19277 7192246: Add type-checking support for default methods
mcimadamore
parents: 14370
diff changeset
   976
91c05eb19277 7192246: Add type-checking support for default methods
mcimadamore
parents: 14370
diff changeset
   977
# 0: name, 1: kind, 2: symbol
91c05eb19277 7192246: Add type-checking support for default methods
mcimadamore
parents: 14370
diff changeset
   978
compiler.err.default.overrides.object.member=\
91c05eb19277 7192246: Add type-checking support for default methods
mcimadamore
parents: 14370
diff changeset
   979
    default method {0} in {1} {2} overrides a member of java.lang.Object
91c05eb19277 7192246: Add type-checking support for default methods
mcimadamore
parents: 14370
diff changeset
   980
15377
515846bb6637 8005166: Add support for static interface methods
mcimadamore
parents: 15367
diff changeset
   981
# 0: type
515846bb6637 8005166: Add support for static interface methods
mcimadamore
parents: 15367
diff changeset
   982
compiler.err.illegal.static.intf.meth.call=\
515846bb6637 8005166: Add support for static interface methods
mcimadamore
parents: 15367
diff changeset
   983
    illegal static interface method call\n\
515846bb6637 8005166: Add support for static interface methods
mcimadamore
parents: 15367
diff changeset
   984
    the receiver expression should be replaced with the type qualifier ''{0}''
515846bb6637 8005166: Add support for static interface methods
mcimadamore
parents: 15367
diff changeset
   985
14443
91c05eb19277 7192246: Add type-checking support for default methods
mcimadamore
parents: 14370
diff changeset
   986
# 0: type, 1: message segment
91c05eb19277 7192246: Add type-checking support for default methods
mcimadamore
parents: 14370
diff changeset
   987
compiler.err.illegal.default.super.call=\
91c05eb19277 7192246: Add type-checking support for default methods
mcimadamore
parents: 14370
diff changeset
   988
    bad type qualifier {0} in default super call\n\
91c05eb19277 7192246: Add type-checking support for default methods
mcimadamore
parents: 14370
diff changeset
   989
    {1}
91c05eb19277 7192246: Add type-checking support for default methods
mcimadamore
parents: 14370
diff changeset
   990
91c05eb19277 7192246: Add type-checking support for default methods
mcimadamore
parents: 14370
diff changeset
   991
# 0: symbol, 1: type
91c05eb19277 7192246: Add type-checking support for default methods
mcimadamore
parents: 14370
diff changeset
   992
compiler.misc.overridden.default=\
14547
86d8d242b0c4 8003280: Add lambda tests
mcimadamore
parents: 14541
diff changeset
   993
    method {0} is overridden in {1}
14443
91c05eb19277 7192246: Add type-checking support for default methods
mcimadamore
parents: 14370
diff changeset
   994
17578
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
   995
# 0: symbol, 1: type or symbol
14443
91c05eb19277 7192246: Add type-checking support for default methods
mcimadamore
parents: 14370
diff changeset
   996
compiler.misc.redundant.supertype=\
91c05eb19277 7192246: Add type-checking support for default methods
mcimadamore
parents: 14370
diff changeset
   997
    redundant interface {0} is extended by {1}
91c05eb19277 7192246: Add type-checking support for default methods
mcimadamore
parents: 14370
diff changeset
   998
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   999
compiler.err.unclosed.char.lit=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1000
    unclosed character literal
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1001
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1002
compiler.err.unclosed.comment=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1003
    unclosed comment
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1004
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1005
compiler.err.unclosed.str.lit=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1006
    unclosed string literal
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1007
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1008
# 0: name
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1009
compiler.err.unsupported.encoding=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1010
    unsupported encoding: {0}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1011
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1012
compiler.err.io.exception=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1013
    error reading source file: {0}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1014
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1015
# 0: name
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1016
compiler.err.undef.label=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1017
    undefined label: {0}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1018
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1019
# 0: message segment, 1: unused
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents: 5320
diff changeset
  1020
compiler.err.cant.apply.diamond=\
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents: 5320
diff changeset
  1021
    cannot infer type arguments for {0}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1022
11053
48713f779b1d 7108669: cleanup Log methods for direct printing to streams
jjg
parents: 10816
diff changeset
  1023
# 0: message segment or type, 1: message segment
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents: 5320
diff changeset
  1024
compiler.err.cant.apply.diamond.1=\
12334
29e1bfdcba4e 7151492: Encapsulate check logic into Attr.ResultInfo
mcimadamore
parents: 11707
diff changeset
  1025
    cannot infer type arguments for {0}\n\
29e1bfdcba4e 7151492: Encapsulate check logic into Attr.ResultInfo
mcimadamore
parents: 11707
diff changeset
  1026
    reason: {1}
29e1bfdcba4e 7151492: Encapsulate check logic into Attr.ResultInfo
mcimadamore
parents: 11707
diff changeset
  1027
29e1bfdcba4e 7151492: Encapsulate check logic into Attr.ResultInfo
mcimadamore
parents: 11707
diff changeset
  1028
# 0: message segment or type, 1: message segment
29e1bfdcba4e 7151492: Encapsulate check logic into Attr.ResultInfo
mcimadamore
parents: 11707
diff changeset
  1029
compiler.misc.cant.apply.diamond.1=\
29e1bfdcba4e 7151492: Encapsulate check logic into Attr.ResultInfo
mcimadamore
parents: 11707
diff changeset
  1030
    cannot infer type arguments for {0}\n\
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents: 5320
diff changeset
  1031
    reason: {1}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1032
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1033
compiler.err.unreachable.stmt=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1034
    unreachable statement
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1035
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1036
compiler.err.initializer.must.be.able.to.complete.normally=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1037
    initializer must be able to complete normally
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1038
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1039
# 0: type
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1040
compiler.err.unreported.exception.need.to.catch.or.throw=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1041
    unreported exception {0}; must be caught or declared to be thrown
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1042
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1043
# 0: type
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1044
compiler.err.unreported.exception.default.constructor=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1045
    unreported exception {0} in default constructor
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1046
8428
1e9935b883cd 7017104: improve error reporting for uncaught/undeclared exceptions from try-with-resources
mcimadamore
parents: 8242
diff changeset
  1047
# 0: type, 1: name
1e9935b883cd 7017104: improve error reporting for uncaught/undeclared exceptions from try-with-resources
mcimadamore
parents: 8242
diff changeset
  1048
compiler.err.unreported.exception.implicit.close=\
1e9935b883cd 7017104: improve error reporting for uncaught/undeclared exceptions from try-with-resources
mcimadamore
parents: 8242
diff changeset
  1049
    unreported exception {0}; must be caught or declared to be thrown\n\
1e9935b883cd 7017104: improve error reporting for uncaught/undeclared exceptions from try-with-resources
mcimadamore
parents: 8242
diff changeset
  1050
    exception thrown from implicit call to close() on resource variable ''{1}''
1e9935b883cd 7017104: improve error reporting for uncaught/undeclared exceptions from try-with-resources
mcimadamore
parents: 8242
diff changeset
  1051
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1052
compiler.err.unsupported.cross.fp.lit=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1053
    hexadecimal floating-point literals are not supported on this VM
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1054
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1055
compiler.err.void.not.allowed.here=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1056
    ''void'' type not allowed here
06bc494ca11e Initial load
duke
parents:
diff changeset
  1057
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1058
# 0: string
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1059
compiler.err.wrong.number.type.args=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1060
    wrong number of type arguments; required {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
  1061
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1062
# 0: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1063
compiler.err.var.might.already.be.assigned=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1064
    variable {0} might already have been assigned
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1065
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1066
# 0: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1067
compiler.err.var.might.not.have.been.initialized=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1068
    variable {0} might not have been initialized
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1069
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1070
# 0: symbol
19122
1841f2fa76de 8017216: javac doesn't fill in end position for some errors of type not found
ksrini
parents: 18387
diff changeset
  1071
compiler.err.var.not.initialized.in.default.constructor=\
1841f2fa76de 8017216: javac doesn't fill in end position for some errors of type not found
ksrini
parents: 18387
diff changeset
  1072
    variable {0} not initialized in the default constructor
1841f2fa76de 8017216: javac doesn't fill in end position for some errors of type not found
ksrini
parents: 18387
diff changeset
  1073
1841f2fa76de 8017216: javac doesn't fill in end position for some errors of type not found
ksrini
parents: 18387
diff changeset
  1074
# 0: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1075
compiler.err.var.might.be.assigned.in.loop=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1076
    variable {0} might be assigned in loop
06bc494ca11e Initial load
duke
parents:
diff changeset
  1077
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1078
# 0: symbol, 1: message segment
7643
a067a0cda531 6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
mcimadamore
parents: 7624
diff changeset
  1079
compiler.err.varargs.invalid.trustme.anno=\
a067a0cda531 6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
mcimadamore
parents: 7624
diff changeset
  1080
    Invalid {0} annotation. {1}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1081
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1082
# 0: type
7643
a067a0cda531 6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
mcimadamore
parents: 7624
diff changeset
  1083
compiler.misc.varargs.trustme.on.reifiable.varargs=\
a067a0cda531 6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
mcimadamore
parents: 7624
diff changeset
  1084
    Varargs element type {0} is reifiable.
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1085
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1086
# 0: symbol
7643
a067a0cda531 6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
mcimadamore
parents: 7624
diff changeset
  1087
compiler.misc.varargs.trustme.on.non.varargs.meth=\
a067a0cda531 6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
mcimadamore
parents: 7624
diff changeset
  1088
    Method {0} is not a varargs method.
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1089
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1090
# 0: symbol
7643
a067a0cda531 6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
mcimadamore
parents: 7624
diff changeset
  1091
compiler.misc.varargs.trustme.on.virtual.varargs=\
a067a0cda531 6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
mcimadamore
parents: 7624
diff changeset
  1092
    Instance method {0} is not final.
a067a0cda531 6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
mcimadamore
parents: 7624
diff changeset
  1093
11053
48713f779b1d 7108669: cleanup Log methods for direct printing to streams
jjg
parents: 10816
diff changeset
  1094
# 0: type, 1: symbol kind, 2: symbol
8229
39266c1b1b0e 6313164: javac generates code that fails byte code verification for the varargs feature
mcimadamore
parents: 8226
diff changeset
  1095
compiler.misc.inaccessible.varargs.type=\
39266c1b1b0e 6313164: javac generates code that fails byte code verification for the varargs feature
mcimadamore
parents: 8226
diff changeset
  1096
    formal varargs element type {0} is not accessible from {1} {2}
39266c1b1b0e 6313164: javac generates code that fails byte code verification for the varargs feature
mcimadamore
parents: 8226
diff changeset
  1097
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1098
# In the following string, {1} will always be the detail message from
06bc494ca11e Initial load
duke
parents:
diff changeset
  1099
# java.io.IOException.
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1100
# 0: symbol, 1: string
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1101
compiler.err.class.cant.write=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1102
    error while writing {0}: {1}
06bc494ca11e Initial load
duke
parents:
diff changeset
  1103
06bc494ca11e Initial load
duke
parents:
diff changeset
  1104
# In the following string, {0} is the name of the class in the Java source.
06bc494ca11e Initial load
duke
parents:
diff changeset
  1105
# It really should be used two times..
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1106
# 0: name
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1107
compiler.err.class.public.should.be.in.file=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1108
    class {0} is public, should be declared in a file named {0}.java
06bc494ca11e Initial load
duke
parents:
diff changeset
  1109
06bc494ca11e Initial load
duke
parents:
diff changeset
  1110
## All errors which do not refer to a particular line in the source code are
06bc494ca11e Initial load
duke
parents:
diff changeset
  1111
## preceded by this string.
06bc494ca11e Initial load
duke
parents:
diff changeset
  1112
compiler.err.error=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1113
    error:\u0020
06bc494ca11e Initial load
duke
parents:
diff changeset
  1114
06bc494ca11e Initial load
duke
parents:
diff changeset
  1115
# The following error messages do not refer to a line in the source code.
06bc494ca11e Initial load
duke
parents:
diff changeset
  1116
compiler.err.cant.read.file=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1117
    cannot read: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
  1118
06bc494ca11e Initial load
duke
parents:
diff changeset
  1119
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
  1120
06bc494ca11e Initial load
duke
parents:
diff changeset
  1121
# Fatal Errors
06bc494ca11e Initial load
duke
parents:
diff changeset
  1122
06bc494ca11e Initial load
duke
parents:
diff changeset
  1123
compiler.misc.fatal.err.no.java.lang=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1124
    Fatal Error: Unable to find package java.lang in classpath or bootclasspath
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1125
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1126
compiler.misc.fatal.err.cant.locate.meth=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1127
    Fatal Error: Unable to find method {0}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1128
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1129
compiler.misc.fatal.err.cant.locate.field=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1130
    Fatal Error: Unable to find field {0}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1131
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1132
compiler.misc.fatal.err.cant.locate.ctor=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1133
    Fatal Error: Unable to find constructor for {0}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1134
10637
2ea5fbb913ac 7092965: javac should not close processorClassLoader before end of compilation
jjg
parents: 10628
diff changeset
  1135
compiler.misc.fatal.err.cant.close=\
2ea5fbb913ac 7092965: javac should not close processorClassLoader before end of compilation
jjg
parents: 10628
diff changeset
  1136
    Fatal Error: Cannot close compiler resources
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1137
06bc494ca11e Initial load
duke
parents:
diff changeset
  1138
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
  1139
06bc494ca11e Initial load
duke
parents:
diff changeset
  1140
##
06bc494ca11e Initial load
duke
parents:
diff changeset
  1141
## miscellaneous strings
06bc494ca11e Initial load
duke
parents:
diff changeset
  1142
##
06bc494ca11e Initial load
duke
parents:
diff changeset
  1143
06bc494ca11e Initial load
duke
parents:
diff changeset
  1144
compiler.misc.source.unavailable=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1145
    (source unavailable)
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1146
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1147
compiler.misc.base.membership=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1148
    all your base class are belong to us
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1149
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1150
# 0: string, 1: string, 2: boolean
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1151
compiler.misc.x.print.processor.info=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1152
    Processor {0} matches {1} and returns {2}.
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1153
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1154
# 0: number, 1: string, 2: set of symbol, 3: boolean
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1155
compiler.misc.x.print.rounds=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1156
    Round {0}:\n\tinput files: {1}\n\tannotations: {2}\n\tlast round: {3}
06bc494ca11e Initial load
duke
parents:
diff changeset
  1157
06bc494ca11e Initial load
duke
parents:
diff changeset
  1158
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
  1159
06bc494ca11e Initial load
duke
parents:
diff changeset
  1160
## The following string will appear before all messages keyed as:
06bc494ca11e Initial load
duke
parents:
diff changeset
  1161
## "compiler.note".
14058
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
  1162
17582
4079713129dd 8012003: Method diagnostics resolution need to be simplified in some cases
mcimadamore
parents: 17578
diff changeset
  1163
compiler.note.compressed.diags=\
4079713129dd 8012003: Method diagnostics resolution need to be simplified in some cases
mcimadamore
parents: 17578
diff changeset
  1164
    Some messages have been simplified; recompile with -Xdiags:verbose to get full output
4079713129dd 8012003: Method diagnostics resolution need to be simplified in some cases
mcimadamore
parents: 17578
diff changeset
  1165
14058
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
  1166
compiler.note.potential.lambda.found=\
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
  1167
    This anonymous inner class creation can be turned into a lambda expression.
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
  1168
18386
174879d5b5d0 8013576: Add stat support to LambdaToMethod
mcimadamore
parents: 17582
diff changeset
  1169
# 0: boolean, 1: symbol
174879d5b5d0 8013576: Add stat support to LambdaToMethod
mcimadamore
parents: 17582
diff changeset
  1170
compiler.note.lambda.stat=\
174879d5b5d0 8013576: Add stat support to LambdaToMethod
mcimadamore
parents: 17582
diff changeset
  1171
    Translating lambda expression\n\
174879d5b5d0 8013576: Add stat support to LambdaToMethod
mcimadamore
parents: 17582
diff changeset
  1172
    alternate metafactory = {0}\n\
174879d5b5d0 8013576: Add stat support to LambdaToMethod
mcimadamore
parents: 17582
diff changeset
  1173
    synthetic method = {1}
174879d5b5d0 8013576: Add stat support to LambdaToMethod
mcimadamore
parents: 17582
diff changeset
  1174
174879d5b5d0 8013576: Add stat support to LambdaToMethod
mcimadamore
parents: 17582
diff changeset
  1175
# 0: boolean, 1: unused
174879d5b5d0 8013576: Add stat support to LambdaToMethod
mcimadamore
parents: 17582
diff changeset
  1176
compiler.note.mref.stat=\
174879d5b5d0 8013576: Add stat support to LambdaToMethod
mcimadamore
parents: 17582
diff changeset
  1177
    Translating method reference\n\
174879d5b5d0 8013576: Add stat support to LambdaToMethod
mcimadamore
parents: 17582
diff changeset
  1178
    alternate metafactory = {0}\n\
174879d5b5d0 8013576: Add stat support to LambdaToMethod
mcimadamore
parents: 17582
diff changeset
  1179
174879d5b5d0 8013576: Add stat support to LambdaToMethod
mcimadamore
parents: 17582
diff changeset
  1180
# 0: boolean, 1: symbol
174879d5b5d0 8013576: Add stat support to LambdaToMethod
mcimadamore
parents: 17582
diff changeset
  1181
compiler.note.mref.stat.1=\
174879d5b5d0 8013576: Add stat support to LambdaToMethod
mcimadamore
parents: 17582
diff changeset
  1182
    Translating method reference\n\
174879d5b5d0 8013576: Add stat support to LambdaToMethod
mcimadamore
parents: 17582
diff changeset
  1183
    alternate metafactory = {0}\n\
174879d5b5d0 8013576: Add stat support to LambdaToMethod
mcimadamore
parents: 17582
diff changeset
  1184
    bridge method = {1}
174879d5b5d0 8013576: Add stat support to LambdaToMethod
mcimadamore
parents: 17582
diff changeset
  1185
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1186
compiler.note.note=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1187
    Note:\u0020
06bc494ca11e Initial load
duke
parents:
diff changeset
  1188
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1189
# 0: file name
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1190
compiler.note.deprecated.filename=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1191
    {0} uses or overrides a deprecated API.
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1192
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1193
compiler.note.deprecated.plural=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1194
    Some input files use or override a deprecated API.
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1195
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1196
# The following string may appear after one of the above deprecation
06bc494ca11e Initial load
duke
parents:
diff changeset
  1197
# messages.
06bc494ca11e Initial load
duke
parents:
diff changeset
  1198
compiler.note.deprecated.recompile=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1199
    Recompile with -Xlint:deprecation for details.
06bc494ca11e Initial load
duke
parents:
diff changeset
  1200
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1201
# 0: file name
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1202
compiler.note.deprecated.filename.additional=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1203
    {0} has additional uses or overrides of a deprecated API.
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1204
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1205
compiler.note.deprecated.plural.additional=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1206
    Some input files additionally use or override a deprecated API.
06bc494ca11e Initial load
duke
parents:
diff changeset
  1207
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1208
# 0: file name
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1209
compiler.note.unchecked.filename=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1210
    {0} uses unchecked or unsafe operations.
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1211
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1212
compiler.note.unchecked.plural=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1213
    Some input files use unchecked or unsafe operations.
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1214
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1215
# The following string may appear after one of the above deprecation
06bc494ca11e Initial load
duke
parents:
diff changeset
  1216
# messages.
06bc494ca11e Initial load
duke
parents:
diff changeset
  1217
compiler.note.unchecked.recompile=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1218
    Recompile with -Xlint:unchecked for details.
06bc494ca11e Initial load
duke
parents:
diff changeset
  1219
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1220
# 0: file name
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1221
compiler.note.unchecked.filename.additional=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1222
    {0} has additional unchecked or unsafe operations.
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1223
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1224
compiler.note.unchecked.plural.additional=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1225
    Some input files additionally use unchecked or unsafe operations.
06bc494ca11e Initial load
duke
parents:
diff changeset
  1226
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1227
# 0: file name
3661
104c425e96aa 6873845: refine access to symbol file
jjg
parents: 3560
diff changeset
  1228
compiler.note.sunapi.filename=\
5848
c5a4ce47e780 6960407: Potential rebranding issues in openjdk/langtools repository sources
jjg
parents: 5846
diff changeset
  1229
    {0} uses internal proprietary API that may be removed in a future release.
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1230
3661
104c425e96aa 6873845: refine access to symbol file
jjg
parents: 3560
diff changeset
  1231
compiler.note.sunapi.plural=\
5848
c5a4ce47e780 6960407: Potential rebranding issues in openjdk/langtools repository sources
jjg
parents: 5846
diff changeset
  1232
    Some input files use internal proprietary API that may be removed in a future release.
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1233
3661
104c425e96aa 6873845: refine access to symbol file
jjg
parents: 3560
diff changeset
  1234
# The following string may appear after one of the above sunapi messages.
104c425e96aa 6873845: refine access to symbol file
jjg
parents: 3560
diff changeset
  1235
compiler.note.sunapi.recompile=\
104c425e96aa 6873845: refine access to symbol file
jjg
parents: 3560
diff changeset
  1236
    Recompile with -Xlint:sunapi for details.
104c425e96aa 6873845: refine access to symbol file
jjg
parents: 3560
diff changeset
  1237
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1238
# 0: file name
3661
104c425e96aa 6873845: refine access to symbol file
jjg
parents: 3560
diff changeset
  1239
compiler.note.sunapi.filename.additional=\
5848
c5a4ce47e780 6960407: Potential rebranding issues in openjdk/langtools repository sources
jjg
parents: 5846
diff changeset
  1240
    {0} uses additional internal proprietary API that may be removed in a future release.
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1241
3661
104c425e96aa 6873845: refine access to symbol file
jjg
parents: 3560
diff changeset
  1242
compiler.note.sunapi.plural.additional=\
5848
c5a4ce47e780 6960407: Potential rebranding issues in openjdk/langtools repository sources
jjg
parents: 5846
diff changeset
  1243
    Some input files additionally use internal proprietary API that may be removed in a future release.
3661
104c425e96aa 6873845: refine access to symbol file
jjg
parents: 3560
diff changeset
  1244
104c425e96aa 6873845: refine access to symbol file
jjg
parents: 3560
diff changeset
  1245
# Notes related to annotation processing
104c425e96aa 6873845: refine access to symbol file
jjg
parents: 3560
diff changeset
  1246
104c425e96aa 6873845: refine access to symbol file
jjg
parents: 3560
diff changeset
  1247
# Print a client-generated note; assumed to be localized, no translation required
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1248
# 0: string
3661
104c425e96aa 6873845: refine access to symbol file
jjg
parents: 3560
diff changeset
  1249
compiler.note.proc.messager=\
104c425e96aa 6873845: refine access to symbol file
jjg
parents: 3560
diff changeset
  1250
    {0}
104c425e96aa 6873845: refine access to symbol file
jjg
parents: 3560
diff changeset
  1251
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1252
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
  1253
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1254
# 0: number
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1255
compiler.misc.count.error=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1256
    {0} error
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1257
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1258
# 0: number
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1259
compiler.misc.count.error.plural=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1260
    {0} errors
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1261
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1262
# 0: number
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1263
compiler.misc.count.warn=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1264
    {0} warning
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1265
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1266
# 0: number
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1267
compiler.misc.count.warn.plural=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1268
    {0} warnings
06bc494ca11e Initial load
duke
parents:
diff changeset
  1269
6031
50004868a787 6964768: need test program to validate javac resource bundles
jjg
parents: 5848
diff changeset
  1270
compiler.misc.version.not.available=\
50004868a787 6964768: need test program to validate javac resource bundles
jjg
parents: 5848
diff changeset
  1271
    (version info not available)
50004868a787 6964768: need test program to validate javac resource bundles
jjg
parents: 5848
diff changeset
  1272
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1273
## extra output when using -verbose (JavaCompiler)
06bc494ca11e Initial load
duke
parents:
diff changeset
  1274
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1275
# 0: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1276
compiler.misc.verbose.checking.attribution=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1277
    [checking {0}]
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1278
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1279
# 0: string
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1280
compiler.misc.verbose.parsing.done=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1281
    [parsing completed {0}ms]
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1282
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1283
# 0: file name
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1284
compiler.misc.verbose.parsing.started=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1285
    [parsing started {0}]
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1286
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1287
# 0: string
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1288
compiler.misc.verbose.total=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1289
    [total {0}ms]
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1290
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1291
# 0: file name
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1292
compiler.misc.verbose.wrote.file=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1293
    [wrote {0}]
06bc494ca11e Initial load
duke
parents:
diff changeset
  1294
06bc494ca11e Initial load
duke
parents:
diff changeset
  1295
## extra output when using -verbose (Retro)
06bc494ca11e Initial load
duke
parents:
diff changeset
  1296
compiler.misc.verbose.retro=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1297
    [retrofitting {0}]
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1298
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1299
compiler.misc.verbose.retro.with=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1300
    \tretrofitting {0} with {1}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1301
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1302
compiler.misc.verbose.retro.with.list=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1303
    \tretrofitting {0} with type parameters {1}, supertype {2}, interfaces {3}
06bc494ca11e Initial load
duke
parents:
diff changeset
  1304
06bc494ca11e Initial load
duke
parents:
diff changeset
  1305
## extra output when using -verbose (code/ClassReader)
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1306
# 0: string
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1307
compiler.misc.verbose.loading=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1308
    [loading {0}]
06bc494ca11e Initial load
duke
parents:
diff changeset
  1309
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1310
# 0: string
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1311
compiler.misc.verbose.sourcepath=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1312
    [search path for source files: {0}]
06bc494ca11e Initial load
duke
parents:
diff changeset
  1313
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1314
# 0: string
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1315
compiler.misc.verbose.classpath=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1316
    [search path for class files: {0}]
06bc494ca11e Initial load
duke
parents:
diff changeset
  1317
06bc494ca11e Initial load
duke
parents:
diff changeset
  1318
## extra output when using -checkclassfile (code/ClassReader)
06bc494ca11e Initial load
duke
parents:
diff changeset
  1319
compiler.misc.ccf.found.later.version=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1320
    class file has later version than expected: {0}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1321
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1322
compiler.misc.ccf.unrecognized.attribute=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1323
    unrecognized attribute: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
  1324
06bc494ca11e Initial load
duke
parents:
diff changeset
  1325
## extra output when using -prompt (util/Log)
06bc494ca11e Initial load
duke
parents:
diff changeset
  1326
compiler.misc.resume.abort=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1327
    R)esume, A)bort>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1328
06bc494ca11e Initial load
duke
parents:
diff changeset
  1329
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
  1330
06bc494ca11e Initial load
duke
parents:
diff changeset
  1331
##
06bc494ca11e Initial load
duke
parents:
diff changeset
  1332
## warnings
06bc494ca11e Initial load
duke
parents:
diff changeset
  1333
##
06bc494ca11e Initial load
duke
parents:
diff changeset
  1334
06bc494ca11e Initial load
duke
parents:
diff changeset
  1335
## All warning messages are preceded by the following string.
06bc494ca11e Initial load
duke
parents:
diff changeset
  1336
compiler.warn.warning=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1337
    warning:\u0020
06bc494ca11e Initial load
duke
parents:
diff changeset
  1338
6151
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  1339
## Warning messages may also include the following prefix to identify a
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  1340
## lint option
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1341
# 0: option name
6151
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  1342
compiler.warn.lintOption=\
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  1343
    [{0}]\u0020
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  1344
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1345
# 0: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1346
compiler.warn.constant.SVUID=\
6151
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  1347
    serialVersionUID must be constant in class {0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1348
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1349
# 0: file name
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1350
compiler.warn.dir.path.element.not.found=\
6151
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  1351
    bad path element "{0}": no such directory
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1352
06bc494ca11e Initial load
duke
parents:
diff changeset
  1353
compiler.warn.finally.cannot.complete=\
6151
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  1354
    finally clause cannot complete normally
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1355
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1356
# 0: symbol, 1: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1357
compiler.warn.has.been.deprecated=\
6151
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  1358
    {0} in {1} has been deprecated
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1359
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1360
# 0: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1361
compiler.warn.sun.proprietary=\
5848
c5a4ce47e780 6960407: Potential rebranding issues in openjdk/langtools repository sources
jjg
parents: 5846
diff changeset
  1362
    {0} is internal proprietary API and may be removed in a future release
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1363
06bc494ca11e Initial load
duke
parents:
diff changeset
  1364
compiler.warn.illegal.char.for.encoding=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1365
    unmappable character for encoding {0}
6151
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  1366
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1367
# 0: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1368
compiler.warn.improper.SVUID=\
6151
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  1369
    serialVersionUID must be declared static final in class {0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1370
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1371
# 0: type, 1: type
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1372
compiler.warn.inexact.non-varargs.call=\
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1373
    non-varargs call of varargs method with inexact argument type for last parameter;\n\
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1374
    cast to {0} for a varargs call\n\
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1375
    cast to {1} for a non-varargs call and to suppress this warning
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1376
8849
4189ac38ddc9 6558548: The compiler needs to be aligned with clarified specification of throws
mcimadamore
parents: 8635
diff changeset
  1377
# 0: list of type
4189ac38ddc9 6558548: The compiler needs to be aligned with clarified specification of throws
mcimadamore
parents: 8635
diff changeset
  1378
compiler.warn.unreachable.catch=\
4189ac38ddc9 6558548: The compiler needs to be aligned with clarified specification of throws
mcimadamore
parents: 8635
diff changeset
  1379
    unreachable catch clause\n\
4189ac38ddc9 6558548: The compiler needs to be aligned with clarified specification of throws
mcimadamore
parents: 8635
diff changeset
  1380
    thrown type {0} has already been caught
4189ac38ddc9 6558548: The compiler needs to be aligned with clarified specification of throws
mcimadamore
parents: 8635
diff changeset
  1381
4189ac38ddc9 6558548: The compiler needs to be aligned with clarified specification of throws
mcimadamore
parents: 8635
diff changeset
  1382
# 0: list of type
4189ac38ddc9 6558548: The compiler needs to be aligned with clarified specification of throws
mcimadamore
parents: 8635
diff changeset
  1383
compiler.warn.unreachable.catch.1=\
4189ac38ddc9 6558548: The compiler needs to be aligned with clarified specification of throws
mcimadamore
parents: 8635
diff changeset
  1384
    unreachable catch clause\n\
4189ac38ddc9 6558548: The compiler needs to be aligned with clarified specification of throws
mcimadamore
parents: 8635
diff changeset
  1385
    thrown types {0} have already been caught
4189ac38ddc9 6558548: The compiler needs to be aligned with clarified specification of throws
mcimadamore
parents: 8635
diff changeset
  1386
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1387
# 0: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1388
compiler.warn.long.SVUID=\
6151
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  1389
    serialVersionUID must be of type long in class {0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1390
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1391
# 0: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1392
compiler.warn.missing.SVUID=\
6151
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  1393
    serializable class {0} has no definition of serialVersionUID
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1394
19914
d86271bd430a 8016177: structural most specific and stuckness
vromero
parents: 19651
diff changeset
  1395
# 0: symbol, 1: symbol, 2: symbol, 3: symbol
d86271bd430a 8016177: structural most specific and stuckness
vromero
parents: 19651
diff changeset
  1396
compiler.warn.potentially.ambiguous.overload=\
d86271bd430a 8016177: structural most specific and stuckness
vromero
parents: 19651
diff changeset
  1397
    {0} in {1} is potentially ambiguous with {2} in {3}
d86271bd430a 8016177: structural most specific and stuckness
vromero
parents: 19651
diff changeset
  1398
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1399
# 0: message segment
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1400
compiler.warn.override.varargs.missing=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1401
    {0}; overridden method has no ''...''
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1402
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1403
# 0: message segment
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1404
compiler.warn.override.varargs.extra=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1405
    {0}; overriding method is missing ''...''
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1406
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1407
compiler.warn.override.bridge=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1408
    {0}; overridden method is a bridge method
06bc494ca11e Initial load
duke
parents:
diff changeset
  1409
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1410
# 0: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1411
compiler.warn.pkg-info.already.seen=\
4692
4df6242d3940 6307206: missing lint control for pkg-info
jjg
parents: 4142
diff changeset
  1412
    a package-info.java file has already been seen for package {0}
6151
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  1413
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1414
# 0: file name
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1415
compiler.warn.path.element.not.found=\
6151
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  1416
    bad path element "{0}": no such file or directory
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  1417
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1418
compiler.warn.possible.fall-through.into.case=\
6151
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  1419
    possible fall-through into case
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1420
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1421
# 0: type
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1422
compiler.warn.redundant.cast=\
6151
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  1423
    redundant cast to {0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1424
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1425
# 0: number
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1426
compiler.warn.position.overflow=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1427
    Position encoding overflows at line {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
  1428
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1429
# 0: file name, 1: number, 2: number
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1430
compiler.warn.big.major.version=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1431
    {0}: major version {1} is newer than {2}, the highest major version supported by this compiler.\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1432
    It is recommended that the compiler be upgraded.
06bc494ca11e Initial load
duke
parents:
diff changeset
  1433
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1434
# 0: symbol kind, 1: symbol
5002
12a9e8562200 4880220: Add a warning when accessing a static method via an reference
jjg
parents: 4692
diff changeset
  1435
compiler.warn.static.not.qualified.by.type=\
6151
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  1436
    static {0} should be qualified by type name, {1}, instead of by an expression
5002
12a9e8562200 4880220: Add a warning when accessing a static method via an reference
jjg
parents: 4692
diff changeset
  1437
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1438
# 0: string
7335
8b390fd27190 6900037: javac should warn if earlier -source is used and bootclasspath not set
jjg
parents: 7330
diff changeset
  1439
compiler.warn.source.no.bootclasspath=\
8b390fd27190 6900037: javac should warn if earlier -source is used and bootclasspath not set
jjg
parents: 7330
diff changeset
  1440
    bootstrap class path not set in conjunction with -source {0}
8b390fd27190 6900037: javac should warn if earlier -source is used and bootclasspath not set
jjg
parents: 7330
diff changeset
  1441
19508
e2cd0ed6c9b0 8011043: Warn about use of 1.5 and earlier source and target values
darcy
parents: 19502
diff changeset
  1442
# 0: string
e2cd0ed6c9b0 8011043: Warn about use of 1.5 and earlier source and target values
darcy
parents: 19502
diff changeset
  1443
compiler.warn.option.obsolete.source=\
e2cd0ed6c9b0 8011043: Warn about use of 1.5 and earlier source and target values
darcy
parents: 19502
diff changeset
  1444
    source value {0} is obsolete and will be removed in a future release
e2cd0ed6c9b0 8011043: Warn about use of 1.5 and earlier source and target values
darcy
parents: 19502
diff changeset
  1445
e2cd0ed6c9b0 8011043: Warn about use of 1.5 and earlier source and target values
darcy
parents: 19502
diff changeset
  1446
# 0: string
e2cd0ed6c9b0 8011043: Warn about use of 1.5 and earlier source and target values
darcy
parents: 19502
diff changeset
  1447
compiler.warn.option.obsolete.target=\
e2cd0ed6c9b0 8011043: Warn about use of 1.5 and earlier source and target values
darcy
parents: 19502
diff changeset
  1448
    target value {0} is obsolete and will be removed in a future release
e2cd0ed6c9b0 8011043: Warn about use of 1.5 and earlier source and target values
darcy
parents: 19502
diff changeset
  1449
e2cd0ed6c9b0 8011043: Warn about use of 1.5 and earlier source and target values
darcy
parents: 19502
diff changeset
  1450
compiler.warn.option.obsolete.suppression=\
e2cd0ed6c9b0 8011043: Warn about use of 1.5 and earlier source and target values
darcy
parents: 19502
diff changeset
  1451
    To suppress warnings about obsolete options, use -Xlint:-options.
e2cd0ed6c9b0 8011043: Warn about use of 1.5 and earlier source and target values
darcy
parents: 19502
diff changeset
  1452
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1453
# 0: name, 1: number, 2: number, 3: number, 4: number
7624
c31b0ea95b37 6999210: javac should be able to warn of anomalous conditions in classfiles
jjg
parents: 7335
diff changeset
  1454
compiler.warn.future.attr=\
c31b0ea95b37 6999210: javac should be able to warn of anomalous conditions in classfiles
jjg
parents: 7335
diff changeset
  1455
    {0} attribute introduced in version {1}.{2} class files is ignored in version {3}.{4} class files
c31b0ea95b37 6999210: javac should be able to warn of anomalous conditions in classfiles
jjg
parents: 7335
diff changeset
  1456
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1457
# Warnings related to annotation processing
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1458
# 0: name
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1459
compiler.warn.proc.package.does.not.exist=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1460
    package {0} does not exist
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1461
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1462
# 0: name
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1463
compiler.warn.proc.file.reopening=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1464
    Attempt to create a file for ''{0}'' multiple times
06bc494ca11e Initial load
duke
parents:
diff changeset
  1465
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1466
# 0: name
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1467
compiler.warn.proc.type.already.exists=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1468
    A file for type ''{0}'' already exists on the sourcepath or classpath
06bc494ca11e Initial load
duke
parents:
diff changeset
  1469
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1470
# 0: name
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1471
compiler.warn.proc.type.recreate=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1472
    Attempt to create a file for type ''{0}'' multiple times
06bc494ca11e Initial load
duke
parents:
diff changeset
  1473
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1474
# 0: string
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1475
compiler.warn.proc.illegal.file.name=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1476
    Cannot create file for illegal name ''{0}''.
06bc494ca11e Initial load
duke
parents:
diff changeset
  1477
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1478
# 0: string, 1: string
6157
218670cd9b1c 6972556: warning for using a file name instead of a binary name for Filer.createSourceFile
jjg
parents: 6151
diff changeset
  1479
compiler.warn.proc.suspicious.class.name=\
218670cd9b1c 6972556: warning for using a file name instead of a binary name for Filer.createSourceFile
jjg
parents: 6151
diff changeset
  1480
    Creating file for a type whose name ends in {1}: ''{0}''
218670cd9b1c 6972556: warning for using a file name instead of a binary name for Filer.createSourceFile
jjg
parents: 6151
diff changeset
  1481
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1482
# 0: name
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1483
compiler.warn.proc.file.create.last.round=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1484
    File for type ''{0}'' created in the last round will not be subject to annotation processing.
06bc494ca11e Initial load
duke
parents:
diff changeset
  1485
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1486
# 0: string, 1: string
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1487
compiler.warn.proc.malformed.supported.string=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1488
    Malformed string ''{0}'' for a supported annotation type returned by processor ''{1}''
06bc494ca11e Initial load
duke
parents:
diff changeset
  1489
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1490
# 0: set of string
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1491
compiler.warn.proc.annotations.without.processors=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1492
    No processor claimed any of these annotations: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
  1493
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1494
# 0: source version, 1: string, 2: string
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1495
compiler.warn.proc.processor.incompatible.source.version=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1496
    Supported source version ''{0}'' from annotation processor ''{1}'' less than -source ''{2}''
06bc494ca11e Initial load
duke
parents:
diff changeset
  1497
06bc494ca11e Initial load
duke
parents:
diff changeset
  1498
compiler.warn.proc.proc-only.requested.no.procs=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1499
    Annotation processing without compilation requested but no processors were found.
06bc494ca11e Initial load
duke
parents:
diff changeset
  1500
06bc494ca11e Initial load
duke
parents:
diff changeset
  1501
compiler.warn.proc.use.implicit=\
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1502
    Implicitly compiled files were not subject to annotation processing.\n\
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1503
    Use -implicit to specify a policy for implicit compilation.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1504
06bc494ca11e Initial load
duke
parents:
diff changeset
  1505
compiler.warn.proc.use.proc.or.implicit=\
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1506
    Implicitly compiled files were not subject to annotation processing.\n\
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1507
    Use -proc:none to disable annotation processing or -implicit to specify a policy for implicit compilation.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1508
06bc494ca11e Initial load
duke
parents:
diff changeset
  1509
# Print a client-generated warning; assumed to be localized, no translation required
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1510
# 0: string
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1511
compiler.warn.proc.messager=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1512
    {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
  1513
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1514
# 0: set of name
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1515
compiler.warn.proc.unclosed.type.files=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1516
    Unclosed files for the types ''{0}''; these types will not undergo annotation processing
06bc494ca11e Initial load
duke
parents:
diff changeset
  1517
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1518
# 0: string
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1519
compiler.warn.proc.unmatched.processor.options=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1520
    The following options were not recognized by any processor: ''{0}''
06bc494ca11e Initial load
duke
parents:
diff changeset
  1521
7211
163fe60f63de 6970016: Clean up ARM/try-with-resources implementation
mcimadamore
parents: 7203
diff changeset
  1522
compiler.warn.try.explicit.close.call=\
163fe60f63de 6970016: Clean up ARM/try-with-resources implementation
mcimadamore
parents: 7203
diff changeset
  1523
    explicit call to close() on an auto-closeable resource
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1524
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1525
# 0: symbol
7211
163fe60f63de 6970016: Clean up ARM/try-with-resources implementation
mcimadamore
parents: 7203
diff changeset
  1526
compiler.warn.try.resource.not.referenced=\
163fe60f63de 6970016: Clean up ARM/try-with-resources implementation
mcimadamore
parents: 7203
diff changeset
  1527
    auto-closeable resource {0} is never referenced in body of corresponding try statement
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1528
9076
45c73da050e9 7027157: Project Coin: javac warnings for AutoCloseable.close throwing InterruptedException
mcimadamore
parents: 9074
diff changeset
  1529
# 0: type
45c73da050e9 7027157: Project Coin: javac warnings for AutoCloseable.close throwing InterruptedException
mcimadamore
parents: 9074
diff changeset
  1530
compiler.warn.try.resource.throws.interrupted.exc=\
45c73da050e9 7027157: Project Coin: javac warnings for AutoCloseable.close throwing InterruptedException
mcimadamore
parents: 9074
diff changeset
  1531
    auto-closeable resource {0} has a member method close() that could throw InterruptedException
45c73da050e9 7027157: Project Coin: javac warnings for AutoCloseable.close throwing InterruptedException
mcimadamore
parents: 9074
diff changeset
  1532
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1533
compiler.warn.unchecked.assign=\
6151
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  1534
    unchecked assignment: {0} to {1}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1535
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1536
# 0: symbol, 1: type
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1537
compiler.warn.unchecked.assign.to.var=\
6151
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  1538
    unchecked assignment to variable {0} as member of raw type {1}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1539
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1540
# 0: symbol, 1: type
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1541
compiler.warn.unchecked.call.mbr.of.raw.type=\
6151
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  1542
    unchecked call to {0} as a member of the raw type {1}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1543
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1544
compiler.warn.unchecked.cast.to.type=\
6151
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  1545
    unchecked cast to type {0}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1546
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1547
# 0: symbol kind, 1: name, 2: list of type, 3: list of type, 4: symbol kind, 5: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1548
compiler.warn.unchecked.meth.invocation.applied=\
6151
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  1549
    unchecked method invocation: {0} {1} in {4} {5} is applied to given types\n\
1534
e923a41e84cc 6758789: Some method resolution diagnostic should be improved
mcimadamore
parents: 1358
diff changeset
  1550
    required: {2}\n\
e923a41e84cc 6758789: Some method resolution diagnostic should be improved
mcimadamore
parents: 1358
diff changeset
  1551
    found: {3}
e923a41e84cc 6758789: Some method resolution diagnostic should be improved
mcimadamore
parents: 1358
diff changeset
  1552
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1553
# 0: type
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1554
compiler.warn.unchecked.generic.array.creation=\
6151
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  1555
    unchecked generic array creation for varargs parameter of type {0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1556
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1557
# 0: type
7643
a067a0cda531 6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
mcimadamore
parents: 7624
diff changeset
  1558
compiler.warn.unchecked.varargs.non.reifiable.type=\
6151
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  1559
    Possible heap pollution from parameterized vararg type {0}
5846
6df0e6bcb388 6945418: Project Coin: Simplified Varargs Method Invocation
mcimadamore
parents: 5520
diff changeset
  1560
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1561
# 0: symbol
7643
a067a0cda531 6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
mcimadamore
parents: 7624
diff changeset
  1562
compiler.warn.varargs.unsafe.use.varargs.param=\
a067a0cda531 6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
mcimadamore
parents: 7624
diff changeset
  1563
    Varargs method could cause heap pollution from non-reifiable varargs parameter {0}
a067a0cda531 6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
mcimadamore
parents: 7624
diff changeset
  1564
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1565
compiler.warn.missing.deprecated.annotation=\
6151
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  1566
    deprecated item is not annotated with @Deprecated
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1567
06bc494ca11e Initial load
duke
parents:
diff changeset
  1568
compiler.warn.invalid.archive.file=\
6151
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  1569
    Unexpected file on path: {0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1570
06bc494ca11e Initial load
duke
parents:
diff changeset
  1571
compiler.warn.unexpected.archive.file=\
6151
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  1572
    Unexpected extension for archive file: {0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1573
06bc494ca11e Initial load
duke
parents:
diff changeset
  1574
compiler.warn.div.zero=\
6151
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  1575
    division by zero
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1576
06bc494ca11e Initial load
duke
parents:
diff changeset
  1577
compiler.warn.empty.if=\
6151
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  1578
    empty statement after if
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1579
06bc494ca11e Initial load
duke
parents:
diff changeset
  1580
compiler.warn.annotation.method.not.found=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1581
    Cannot find annotation method ''{1}()'' in type ''{0}''
06bc494ca11e Initial load
duke
parents:
diff changeset
  1582
06bc494ca11e Initial load
duke
parents:
diff changeset
  1583
compiler.warn.annotation.method.not.found.reason=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1584
    Cannot find annotation method ''{1}()'' in type ''{0}'': {2}
06bc494ca11e Initial load
duke
parents:
diff changeset
  1585
9603
fa337b87574b 6550655: com.sun.tools.javac.code.Symbol$CompletionFailure
mcimadamore
parents: 9077
diff changeset
  1586
# 0: symbol, 1: name
fa337b87574b 6550655: com.sun.tools.javac.code.Symbol$CompletionFailure
mcimadamore
parents: 9077
diff changeset
  1587
compiler.warn.unknown.enum.constant=\
fa337b87574b 6550655: com.sun.tools.javac.code.Symbol$CompletionFailure
mcimadamore
parents: 9077
diff changeset
  1588
    unknown enum constant {1}.{2}
fa337b87574b 6550655: com.sun.tools.javac.code.Symbol$CompletionFailure
mcimadamore
parents: 9077
diff changeset
  1589
fa337b87574b 6550655: com.sun.tools.javac.code.Symbol$CompletionFailure
mcimadamore
parents: 9077
diff changeset
  1590
# 0: symbol, 1: name, 2: message segment
fa337b87574b 6550655: com.sun.tools.javac.code.Symbol$CompletionFailure
mcimadamore
parents: 9077
diff changeset
  1591
compiler.warn.unknown.enum.constant.reason=\
fa337b87574b 6550655: com.sun.tools.javac.code.Symbol$CompletionFailure
mcimadamore
parents: 9077
diff changeset
  1592
    unknown enum constant {1}.{2}\n\
fa337b87574b 6550655: com.sun.tools.javac.code.Symbol$CompletionFailure
mcimadamore
parents: 9077
diff changeset
  1593
    reason: {3}
fa337b87574b 6550655: com.sun.tools.javac.code.Symbol$CompletionFailure
mcimadamore
parents: 9077
diff changeset
  1594
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1595
# 0: type, 1: type
1358
a51c5f89f8af 6747671: -Xlint:rawtypes
mcimadamore
parents: 1357
diff changeset
  1596
compiler.warn.raw.class.use=\
6151
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  1597
    found raw type: {0}\n\
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 8038
diff changeset
  1598
    missing type arguments for generic class {1}
1358
a51c5f89f8af 6747671: -Xlint:rawtypes
mcimadamore
parents: 1357
diff changeset
  1599
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1600
# 0: unused, 1: unused
7081
94cfc5b65bed 6939780: add a warning to detect diamond sites
mcimadamore
parents: 7072
diff changeset
  1601
compiler.warn.diamond.redundant.args=\
94cfc5b65bed 6939780: add a warning to detect diamond sites
mcimadamore
parents: 7072
diff changeset
  1602
    redundant type arguments in new expression (use diamond operator instead).
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1603
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1604
# 0: type, 1: type
7081
94cfc5b65bed 6939780: add a warning to detect diamond sites
mcimadamore
parents: 7072
diff changeset
  1605
compiler.warn.diamond.redundant.args.1=\
94cfc5b65bed 6939780: add a warning to detect diamond sites
mcimadamore
parents: 7072
diff changeset
  1606
    redundant type arguments in new expression (use diamond operator instead).\n\
94cfc5b65bed 6939780: add a warning to detect diamond sites
mcimadamore
parents: 7072
diff changeset
  1607
    explicit: {0}\n\
94cfc5b65bed 6939780: add a warning to detect diamond sites
mcimadamore
parents: 7072
diff changeset
  1608
    inferred: {1}
94cfc5b65bed 6939780: add a warning to detect diamond sites
mcimadamore
parents: 7072
diff changeset
  1609
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1610
# 0: symbol, 1: message segment
7643
a067a0cda531 6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
mcimadamore
parents: 7624
diff changeset
  1611
compiler.warn.varargs.redundant.trustme.anno=\
a067a0cda531 6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
mcimadamore
parents: 7624
diff changeset
  1612
    Redundant {0} annotation. {1}
a067a0cda531 6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
mcimadamore
parents: 7624
diff changeset
  1613
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1614
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
  1615
06bc494ca11e Initial load
duke
parents:
diff changeset
  1616
## The following are tokens which are non-terminals in the language. They should
06bc494ca11e Initial load
duke
parents:
diff changeset
  1617
## be named as JLS3 calls them when translated to the appropriate language.
06bc494ca11e Initial load
duke
parents:
diff changeset
  1618
compiler.misc.token.identifier=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1619
    <identifier>
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1620
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1621
compiler.misc.token.character=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1622
    <character>
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1623
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1624
compiler.misc.token.string=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1625
    <string>
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1626
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1627
compiler.misc.token.integer=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1628
    <integer>
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1629
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1630
compiler.misc.token.long-integer=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1631
    <long integer>
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1632
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1633
compiler.misc.token.float=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1634
    <float>
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1635
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1636
compiler.misc.token.double=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1637
    <double>
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1638
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1639
compiler.misc.token.bad-symbol=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1640
    <bad symbol>
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1641
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1642
compiler.misc.token.end-of-input=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1643
    <end of input>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1644
06bc494ca11e Initial load
duke
parents:
diff changeset
  1645
## The argument to the following string will always be one of the following:
06bc494ca11e Initial load
duke
parents:
diff changeset
  1646
## 1. one of the above non-terminals
06bc494ca11e Initial load
duke
parents:
diff changeset
  1647
## 2. a keyword (JLS1.8)
06bc494ca11e Initial load
duke
parents:
diff changeset
  1648
## 3. a boolean literal (JLS3.10.3)
06bc494ca11e Initial load
duke
parents:
diff changeset
  1649
## 4. the null literal (JLS3.10.7)
06bc494ca11e Initial load
duke
parents:
diff changeset
  1650
## 5. a Java separator (JLS3.11)
06bc494ca11e Initial load
duke
parents:
diff changeset
  1651
## 6. an operator (JLS3.12)
06bc494ca11e Initial load
duke
parents:
diff changeset
  1652
##
06bc494ca11e Initial load
duke
parents:
diff changeset
  1653
## This is the only place these tokens will be used.
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1654
# 0: token
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1655
compiler.err.expected=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1656
    {0} expected
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1657
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1658
# 0: token, 1: token
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1659
compiler.err.expected2=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1660
    {0} or {1} expected
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1661
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1662
# 0: token, 1: token, 2: token
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1663
compiler.err.expected3=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1664
    {0}, {1}, or {2} expected
06bc494ca11e Initial load
duke
parents:
diff changeset
  1665
06bc494ca11e Initial load
duke
parents:
diff changeset
  1666
compiler.err.premature.eof=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1667
    reached end of file while parsing
06bc494ca11e Initial load
duke
parents:
diff changeset
  1668
06bc494ca11e Initial load
duke
parents:
diff changeset
  1669
## The following are related in form, but do not easily fit the above paradigm.
06bc494ca11e Initial load
duke
parents:
diff changeset
  1670
compiler.err.dot.class.expected=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1671
    ''.class'' expected
06bc494ca11e Initial load
duke
parents:
diff changeset
  1672
06bc494ca11e Initial load
duke
parents:
diff changeset
  1673
## The argument to this string will always be either 'case' or 'default'.
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1674
# 0: token
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1675
compiler.err.orphaned=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1676
    orphaned {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
  1677
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1678
# 0: name
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1679
compiler.misc.anonymous.class=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1680
    <anonymous {0}>
06bc494ca11e Initial load
duke
parents:
diff changeset
  1681
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1682
# 0: name, 1: type
1357
e2d4f3e1f805 6735840: Need a type/symbol visitor printer
mcimadamore
parents: 1045
diff changeset
  1683
compiler.misc.type.captureof=\
e2d4f3e1f805 6735840: Need a type/symbol visitor printer
mcimadamore
parents: 1045
diff changeset
  1684
    capture#{0} of {1}
e2d4f3e1f805 6735840: Need a type/symbol visitor printer
mcimadamore
parents: 1045
diff changeset
  1685
2221
cd6557bcaa0a 6799605: Basic/Raw formatters should use type/symbol printer instead of toString()
mcimadamore
parents: 2085
diff changeset
  1686
compiler.misc.type.captureof.1=\
cd6557bcaa0a 6799605: Basic/Raw formatters should use type/symbol printer instead of toString()
mcimadamore
parents: 2085
diff changeset
  1687
    capture#{0}
cd6557bcaa0a 6799605: Basic/Raw formatters should use type/symbol printer instead of toString()
mcimadamore
parents: 2085
diff changeset
  1688
1357
e2d4f3e1f805 6735840: Need a type/symbol visitor printer
mcimadamore
parents: 1045
diff changeset
  1689
compiler.misc.type.none=\
e2d4f3e1f805 6735840: Need a type/symbol visitor printer
mcimadamore
parents: 1045
diff changeset
  1690
    <none>
e2d4f3e1f805 6735840: Need a type/symbol visitor printer
mcimadamore
parents: 1045
diff changeset
  1691
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1692
compiler.misc.unnamed.package=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1693
    unnamed package
06bc494ca11e Initial load
duke
parents:
diff changeset
  1694
06bc494ca11e Initial load
duke
parents:
diff changeset
  1695
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
  1696
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1697
# 0: symbol, 1: message segment
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1698
compiler.err.cant.access=\
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1699
    cannot access {0}\n\
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1700
    {1}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1701
06bc494ca11e Initial load
duke
parents:
diff changeset
  1702
compiler.misc.bad.class.file.header=\
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1703
    bad class file: {0}\n\
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1704
    {1}\n\
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1705
    Please remove or make sure it appears in the correct subdirectory of the classpath.
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1706
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1707
# 0: file name, 1: message segment
169
ff76730e430e 6668794: javac puts localized text in raw diagnostics
jjg
parents: 10
diff changeset
  1708
compiler.misc.bad.source.file.header=\
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1709
    bad source file: {0}\n\
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1710
    {1}\n\
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1711
    Please remove or make sure it appears in the correct subdirectory of the sourcepath.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1712
06bc494ca11e Initial load
duke
parents:
diff changeset
  1713
## The following are all possible strings for the second argument ({1}) of the
06bc494ca11e Initial load
duke
parents:
diff changeset
  1714
## above strings.
06bc494ca11e Initial load
duke
parents:
diff changeset
  1715
compiler.misc.bad.class.signature=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1716
    bad class signature: {0}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1717
9077
6ee59e40b258 7031108: NPE in javac.jvm.ClassReader.findMethod in PackageElement.enclosedElements from AP in incr build
jjg
parents: 9076
diff changeset
  1718
#0: symbol, 1: symbol
6ee59e40b258 7031108: NPE in javac.jvm.ClassReader.findMethod in PackageElement.enclosedElements from AP in incr build
jjg
parents: 9076
diff changeset
  1719
compiler.misc.bad.enclosing.class=\
6ee59e40b258 7031108: NPE in javac.jvm.ClassReader.findMethod in PackageElement.enclosedElements from AP in incr build
jjg
parents: 9076
diff changeset
  1720
    bad enclosing class for {0}: {1}
6ee59e40b258 7031108: NPE in javac.jvm.ClassReader.findMethod in PackageElement.enclosedElements from AP in incr build
jjg
parents: 9076
diff changeset
  1721
6ee59e40b258 7031108: NPE in javac.jvm.ClassReader.findMethod in PackageElement.enclosedElements from AP in incr build
jjg
parents: 9076
diff changeset
  1722
# 0: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1723
compiler.misc.bad.enclosing.method=\
9077
6ee59e40b258 7031108: NPE in javac.jvm.ClassReader.findMethod in PackageElement.enclosedElements from AP in incr build
jjg
parents: 9076
diff changeset
  1724
    bad enclosing method attribute for class {0}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1725
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1726
compiler.misc.bad.runtime.invisible.param.annotations=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1727
    bad RuntimeInvisibleParameterAnnotations attribute: {0}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1728
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1729
compiler.misc.bad.const.pool.tag=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1730
    bad constant pool tag: {0}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1731
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1732
compiler.misc.bad.const.pool.tag.at=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1733
    bad constant pool tag: {0} at {1}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1734
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1735
compiler.misc.bad.signature=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1736
    bad signature: {0}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1737
15385
ee1eebe7e210 8006775: JSR 308: Compiler changes in JDK8
jjg
parents: 15377
diff changeset
  1738
compiler.misc.bad.type.annotation.value=\
ee1eebe7e210 8006775: JSR 308: Compiler changes in JDK8
jjg
parents: 15377
diff changeset
  1739
    bad type annotation target type value: {0}
ee1eebe7e210 8006775: JSR 308: Compiler changes in JDK8
jjg
parents: 15377
diff changeset
  1740
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1741
compiler.misc.class.file.wrong.class=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1742
    class file contains wrong class: {0}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1743
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1744
compiler.misc.class.file.not.found=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1745
    class file for {0} not found
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1746
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1747
# 0: name
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1748
compiler.misc.file.doesnt.contain.class=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1749
    file does not contain class {0}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1750
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1751
compiler.misc.file.does.not.contain.package=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1752
    file does not contain package {0}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1753
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1754
compiler.misc.illegal.start.of.class.file=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1755
    illegal start of class file
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1756
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1757
compiler.misc.unable.to.access.file=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1758
    unable to access file: {0}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1759
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1760
compiler.misc.unicode.str.not.supported=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1761
    unicode string in class file not supported
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1762
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1763
compiler.misc.undecl.type.var=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1764
    undeclared type variable: {0}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1765
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1766
compiler.misc.wrong.version=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1767
    class file has wrong version {0}.{1}, should be {2}.{3}
06bc494ca11e Initial load
duke
parents:
diff changeset
  1768
06bc494ca11e Initial load
duke
parents:
diff changeset
  1769
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
  1770
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1771
# 0: type, 1: type or symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1772
compiler.err.not.within.bounds=\
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 8038
diff changeset
  1773
    type argument {0} is not within bounds of type-variable {1}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1774
06bc494ca11e Initial load
duke
parents:
diff changeset
  1775
## The following are all possible strings for the second argument ({1}) of the
06bc494ca11e Initial load
duke
parents:
diff changeset
  1776
## above string.
06bc494ca11e Initial load
duke
parents:
diff changeset
  1777
06bc494ca11e Initial load
duke
parents:
diff changeset
  1778
## none yet...
06bc494ca11e Initial load
duke
parents:
diff changeset
  1779
06bc494ca11e Initial load
duke
parents:
diff changeset
  1780
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
  1781
13438
83729994273a 7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents: 12915
diff changeset
  1782
# 0: message segment
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1783
compiler.err.prob.found.req=\
12334
29e1bfdcba4e 7151492: Encapsulate check logic into Attr.ResultInfo
mcimadamore
parents: 11707
diff changeset
  1784
    incompatible types: {0}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1785
17582
4079713129dd 8012003: Method diagnostics resolution need to be simplified in some cases
mcimadamore
parents: 17578
diff changeset
  1786
# 0: message segment
4079713129dd 8012003: Method diagnostics resolution need to be simplified in some cases
mcimadamore
parents: 17578
diff changeset
  1787
compiler.misc.prob.found.req=\
4079713129dd 8012003: Method diagnostics resolution need to be simplified in some cases
mcimadamore
parents: 17578
diff changeset
  1788
    incompatible types: {0}
4079713129dd 8012003: Method diagnostics resolution need to be simplified in some cases
mcimadamore
parents: 17578
diff changeset
  1789
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1790
# 0: message segment, 1: type, 2: type
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1791
compiler.warn.prob.found.req=\
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1792
    {0}\n\
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1793
    required: {2}\n\
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1794
    found:    {1}
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1795
12334
29e1bfdcba4e 7151492: Encapsulate check logic into Attr.ResultInfo
mcimadamore
parents: 11707
diff changeset
  1796
# 0: type, 1: type
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1797
compiler.misc.inconvertible.types=\
12334
29e1bfdcba4e 7151492: Encapsulate check logic into Attr.ResultInfo
mcimadamore
parents: 11707
diff changeset
  1798
    {0} cannot be converted to {1}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1799
13438
83729994273a 7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents: 12915
diff changeset
  1800
# 0: type, 1: type
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1801
compiler.misc.possible.loss.of.precision=\
13438
83729994273a 7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents: 12915
diff changeset
  1802
    possible lossy conversion from {0} to {1}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1803
06bc494ca11e Initial load
duke
parents:
diff changeset
  1804
compiler.misc.unchecked.assign=\
6151
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  1805
    unchecked conversion
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1806
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1807
# compiler.misc.storecheck=\
6151
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  1808
#     assignment might cause later store checks to fail
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1809
# compiler.misc.unchecked=\
6151
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  1810
#     assigned array cannot dynamically check its stores
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1811
compiler.misc.unchecked.cast.to.type=\
6151
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  1812
    unchecked cast
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1813
06bc494ca11e Initial load
duke
parents:
diff changeset
  1814
# compiler.err.star.expected=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1815
#     ''*'' expected
06bc494ca11e Initial load
duke
parents:
diff changeset
  1816
# compiler.err.no.elem.type=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1817
#     \[\*\] cannot have a type
06bc494ca11e Initial load
duke
parents:
diff changeset
  1818
12334
29e1bfdcba4e 7151492: Encapsulate check logic into Attr.ResultInfo
mcimadamore
parents: 11707
diff changeset
  1819
# 0: type
7211
163fe60f63de 6970016: Clean up ARM/try-with-resources implementation
mcimadamore
parents: 7203
diff changeset
  1820
compiler.misc.try.not.applicable.to.type=\
13438
83729994273a 7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents: 12915
diff changeset
  1821
    try-with-resources not applicable to variable type\n\
83729994273a 7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents: 12915
diff changeset
  1822
    ({0})
7211
163fe60f63de 6970016: Clean up ARM/try-with-resources implementation
mcimadamore
parents: 7203
diff changeset
  1823
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1824
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
  1825
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1826
# 0: message segment or type, 1: message segment
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1827
compiler.err.type.found.req=\
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1828
    unexpected type\n\
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1829
    required: {1}\n\
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1830
    found:    {0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1831
06bc494ca11e Initial load
duke
parents:
diff changeset
  1832
## The following are all possible strings for the first argument ({0}) of the
06bc494ca11e Initial load
duke
parents:
diff changeset
  1833
## above string.
06bc494ca11e Initial load
duke
parents:
diff changeset
  1834
compiler.misc.type.req.class=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1835
    class
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1836
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1837
compiler.misc.type.req.class.array=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1838
    class or array
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1839
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 8038
diff changeset
  1840
compiler.misc.type.req.array.or.iterable=\
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 8038
diff changeset
  1841
    array or java.lang.Iterable
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1842
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1843
compiler.misc.type.req.ref=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1844
    reference
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1845
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1846
compiler.misc.type.req.exact=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1847
    class or interface without bounds
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1848
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1849
# 0: type
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1850
compiler.misc.type.parameter=\
939
38e24969c7e9 6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents: 735
diff changeset
  1851
    type parameter {0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1852
06bc494ca11e Initial load
duke
parents:
diff changeset
  1853
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
  1854
06bc494ca11e Initial load
duke
parents:
diff changeset
  1855
## The following are all possible strings for the last argument of all those
06bc494ca11e Initial load
duke
parents:
diff changeset
  1856
## diagnostics whose key ends in ".1"
12334
29e1bfdcba4e 7151492: Encapsulate check logic into Attr.ResultInfo
mcimadamore
parents: 11707
diff changeset
  1857
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1858
# 0: type, 1: list of type
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1859
compiler.misc.no.unique.maximal.instance.exists=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1860
    no unique maximal instance exists for type variable {0} with upper bounds {1}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1861
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1862
compiler.misc.no.unique.minimal.instance.exists=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1863
    no unique minimal instance exists for type variable {0} with lower bounds {1}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1864
10628
dca7012223bc 7086601: Error message bug: cause for method mismatch is 'null'
mcimadamore
parents: 10626
diff changeset
  1865
# 0: type, 1: list of type
dca7012223bc 7086601: Error message bug: cause for method mismatch is 'null'
mcimadamore
parents: 10626
diff changeset
  1866
compiler.misc.incompatible.upper.bounds=\
dca7012223bc 7086601: Error message bug: cause for method mismatch is 'null'
mcimadamore
parents: 10626
diff changeset
  1867
    inference variable {0} has incompatible upper bounds {1}
dca7012223bc 7086601: Error message bug: cause for method mismatch is 'null'
mcimadamore
parents: 10626
diff changeset
  1868
14048
308d1cf8fe46 7177306: Regression: unchecked method call does not erase return type
mcimadamore
parents: 13689
diff changeset
  1869
# 0: type, 1: list of type, 2: list of type
308d1cf8fe46 7177306: Regression: unchecked method call does not erase return type
mcimadamore
parents: 13689
diff changeset
  1870
compiler.misc.incompatible.eq.upper.bounds=\
308d1cf8fe46 7177306: Regression: unchecked method call does not erase return type
mcimadamore
parents: 13689
diff changeset
  1871
    inference variable {0} has incompatible bounds\n\
308d1cf8fe46 7177306: Regression: unchecked method call does not erase return type
mcimadamore
parents: 13689
diff changeset
  1872
    equality constraints: {1}\n\
308d1cf8fe46 7177306: Regression: unchecked method call does not erase return type
mcimadamore
parents: 13689
diff changeset
  1873
    upper bounds: {2}
308d1cf8fe46 7177306: Regression: unchecked method call does not erase return type
mcimadamore
parents: 13689
diff changeset
  1874
308d1cf8fe46 7177306: Regression: unchecked method call does not erase return type
mcimadamore
parents: 13689
diff changeset
  1875
# 0: type, 1: list of type, 2: list of type
308d1cf8fe46 7177306: Regression: unchecked method call does not erase return type
mcimadamore
parents: 13689
diff changeset
  1876
compiler.misc.incompatible.eq.lower.bounds=\
308d1cf8fe46 7177306: Regression: unchecked method call does not erase return type
mcimadamore
parents: 13689
diff changeset
  1877
    inference variable {0} has incompatible bounds\n\
308d1cf8fe46 7177306: Regression: unchecked method call does not erase return type
mcimadamore
parents: 13689
diff changeset
  1878
    equality constraints: {1}\n\
308d1cf8fe46 7177306: Regression: unchecked method call does not erase return type
mcimadamore
parents: 13689
diff changeset
  1879
    lower bounds: {2}
308d1cf8fe46 7177306: Regression: unchecked method call does not erase return type
mcimadamore
parents: 13689
diff changeset
  1880
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1881
# 0: list of type, 1: type, 2: type
6710
b14e6fe7b290 5088624: cannot find symbol message should be more intelligent
mcimadamore
parents: 6592
diff changeset
  1882
compiler.misc.infer.no.conforming.instance.exists=\
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1883
    no instance(s) of type variable(s) {0} exist so that {1} conforms to {2}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1884
13438
83729994273a 7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents: 12915
diff changeset
  1885
# 0: list of type, 1: message segment
6710
b14e6fe7b290 5088624: cannot find symbol message should be more intelligent
mcimadamore
parents: 6592
diff changeset
  1886
compiler.misc.infer.no.conforming.assignment.exists=\
13438
83729994273a 7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents: 12915
diff changeset
  1887
    cannot infer type-variable(s) {0}\n\
83729994273a 7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents: 12915
diff changeset
  1888
    (argument mismatch; {1})
83729994273a 7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents: 12915
diff changeset
  1889
83729994273a 7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents: 12915
diff changeset
  1890
# 0: list of type
6710
b14e6fe7b290 5088624: cannot find symbol message should be more intelligent
mcimadamore
parents: 6592
diff changeset
  1891
compiler.misc.infer.arg.length.mismatch=\
13438
83729994273a 7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents: 12915
diff changeset
  1892
    cannot infer type-variable(s) {0}\n\
83729994273a 7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents: 12915
diff changeset
  1893
    (actual and formal argument lists differ in length)
83729994273a 7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents: 12915
diff changeset
  1894
83729994273a 7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents: 12915
diff changeset
  1895
# 0: list of type, 1: message segment
11707
532f41763bc9 7129801: Merge the two method applicability routines
mcimadamore
parents: 11383
diff changeset
  1896
compiler.misc.infer.varargs.argument.mismatch=\
13438
83729994273a 7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents: 12915
diff changeset
  1897
    cannot infer type-variable(s) {0}\n\
83729994273a 7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents: 12915
diff changeset
  1898
    (varargs mismatch; {1})
11707
532f41763bc9 7129801: Merge the two method applicability routines
mcimadamore
parents: 11383
diff changeset
  1899
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1900
# 0: type, 1: list of type
12468
1100643c0209 7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents: 12466
diff changeset
  1901
compiler.misc.inferred.do.not.conform.to.upper.bounds=\
1100643c0209 7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents: 12466
diff changeset
  1902
    inferred type does not conform to upper bound(s)\n\
3140
15a274b13051 6638712: Inference with wildcard types causes selection of inapplicable method
mcimadamore
parents: 2984
diff changeset
  1903
    inferred: {0}\n\
12468
1100643c0209 7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents: 12466
diff changeset
  1904
    upper bound(s): {1}
1100643c0209 7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents: 12466
diff changeset
  1905
1100643c0209 7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents: 12466
diff changeset
  1906
# 0: type, 1: list of type
1100643c0209 7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents: 12466
diff changeset
  1907
compiler.misc.inferred.do.not.conform.to.lower.bounds=\
1100643c0209 7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents: 12466
diff changeset
  1908
    inferred type does not conform to lower bound(s)\n\
1100643c0209 7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents: 12466
diff changeset
  1909
    inferred: {0}\n\
1100643c0209 7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents: 12466
diff changeset
  1910
    lower bound(s): {1}
1100643c0209 7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents: 12466
diff changeset
  1911
1100643c0209 7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents: 12466
diff changeset
  1912
# 0: type, 1: list of type
1100643c0209 7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents: 12466
diff changeset
  1913
compiler.misc.inferred.do.not.conform.to.eq.bounds=\
1100643c0209 7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents: 12466
diff changeset
  1914
    inferred type does not conform to equality constraint(s)\n\
1100643c0209 7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents: 12466
diff changeset
  1915
    inferred: {0}\n\
1100643c0209 7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents: 12466
diff changeset
  1916
    equality constraints(s): {1}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1917
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1918
# 0: symbol
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents: 5320
diff changeset
  1919
compiler.misc.diamond=\
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents: 5320
diff changeset
  1920
    {0}<>
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1921
8431
21758b2bba40 7020043: Project Coin: diamond allowed on non-generic type
mcimadamore
parents: 8428
diff changeset
  1922
# 0: type
21758b2bba40 7020043: Project Coin: diamond allowed on non-generic type
mcimadamore
parents: 8428
diff changeset
  1923
compiler.misc.diamond.non.generic=\
21758b2bba40 7020043: Project Coin: diamond allowed on non-generic type
mcimadamore
parents: 8428
diff changeset
  1924
    cannot use ''<>'' with non-generic class {0}
21758b2bba40 7020043: Project Coin: diamond allowed on non-generic type
mcimadamore
parents: 8428
diff changeset
  1925
11053
48713f779b1d 7108669: cleanup Log methods for direct printing to streams
jjg
parents: 10816
diff changeset
  1926
# 0: unused
9604
d7152128d22f 7039931: Project Coin: diamond inference fail with generic constructor explicit type-arguments
mcimadamore
parents: 9603
diff changeset
  1927
compiler.misc.diamond.and.explicit.params=\
d7152128d22f 7039931: Project Coin: diamond inference fail with generic constructor explicit type-arguments
mcimadamore
parents: 9603
diff changeset
  1928
    cannot use ''<>'' with explicit type parameters for constructor
d7152128d22f 7039931: Project Coin: diamond inference fail with generic constructor explicit type-arguments
mcimadamore
parents: 9603
diff changeset
  1929
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1930
# 0: type, 1: list of type
6710
b14e6fe7b290 5088624: cannot find symbol message should be more intelligent
mcimadamore
parents: 6592
diff changeset
  1931
compiler.misc.explicit.param.do.not.conform.to.bounds=\
b14e6fe7b290 5088624: cannot find symbol message should be more intelligent
mcimadamore
parents: 6592
diff changeset
  1932
    explicit type argument {0} does not conform to declared bound(s) {1}
b14e6fe7b290 5088624: cannot find symbol message should be more intelligent
mcimadamore
parents: 6592
diff changeset
  1933
b14e6fe7b290 5088624: cannot find symbol message should be more intelligent
mcimadamore
parents: 6592
diff changeset
  1934
compiler.misc.arg.length.mismatch=\
b14e6fe7b290 5088624: cannot find symbol message should be more intelligent
mcimadamore
parents: 6592
diff changeset
  1935
    actual and formal argument lists differ in length
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1936
13438
83729994273a 7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents: 12915
diff changeset
  1937
# 0: message segment
6710
b14e6fe7b290 5088624: cannot find symbol message should be more intelligent
mcimadamore
parents: 6592
diff changeset
  1938
compiler.misc.no.conforming.assignment.exists=\
13438
83729994273a 7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents: 12915
diff changeset
  1939
    argument mismatch; {0}
83729994273a 7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents: 12915
diff changeset
  1940
83729994273a 7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents: 12915
diff changeset
  1941
# 0: message segment
6710
b14e6fe7b290 5088624: cannot find symbol message should be more intelligent
mcimadamore
parents: 6592
diff changeset
  1942
compiler.misc.varargs.argument.mismatch=\
13438
83729994273a 7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents: 12915
diff changeset
  1943
    varargs mismatch; {0}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1944
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1945
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
  1946
17578
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
  1947
# 0: symbol or type, 1: file name
14369
3d660d08d1f7 7153951: Add new lint option -Xlint:auxiliaryclass
ohrstrom
parents: 14267
diff changeset
  1948
compiler.warn.auxiliary.class.accessed.from.outside.of.its.source.file=\
3d660d08d1f7 7153951: Add new lint option -Xlint:auxiliaryclass
ohrstrom
parents: 14267
diff changeset
  1949
    auxiliary class {0} in {1} should not be accessed from outside its own source file
3d660d08d1f7 7153951: Add new lint option -Xlint:auxiliaryclass
ohrstrom
parents: 14267
diff changeset
  1950
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1951
## The first argument ({0}) is a "kindname".
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1952
# 0: symbol kind, 1: symbol, 2: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1953
compiler.err.abstract.cant.be.accessed.directly=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1954
    abstract {0} {1} in {2} cannot be accessed directly
06bc494ca11e Initial load
duke
parents:
diff changeset
  1955
06bc494ca11e Initial load
duke
parents:
diff changeset
  1956
## The first argument ({0}) is a "kindname".
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1957
# 0: symbol kind, 1: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1958
compiler.err.non-static.cant.be.ref=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1959
    non-static {0} {1} cannot be referenced from a static context
06bc494ca11e Initial load
duke
parents:
diff changeset
  1960
14062
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
  1961
# 0: symbol kind, 1: symbol
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
  1962
compiler.misc.non-static.cant.be.ref=\
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
  1963
    non-static {0} {1} cannot be referenced from a static context
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
  1964
16323
c4409c235642 8008537: Missing method reference lookup error when unbound search finds a static method
mcimadamore
parents: 16320
diff changeset
  1965
# 0: symbol kind, 1: symbol
c4409c235642 8008537: Missing method reference lookup error when unbound search finds a static method
mcimadamore
parents: 16320
diff changeset
  1966
compiler.misc.static.method.in.unbound.lookup=\
c4409c235642 8008537: Missing method reference lookup error when unbound search finds a static method
mcimadamore
parents: 16320
diff changeset
  1967
    static {0} {1} found in unbound lookup
c4409c235642 8008537: Missing method reference lookup error when unbound search finds a static method
mcimadamore
parents: 16320
diff changeset
  1968
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1969
## Both arguments ({0}, {1}) are "kindname"s.  {0} is a comma-separated list
06bc494ca11e Initial load
duke
parents:
diff changeset
  1970
## of kindnames (the list should be identical to that provided in source.
06bc494ca11e Initial load
duke
parents:
diff changeset
  1971
compiler.err.unexpected.type=\
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1972
    unexpected type\n\
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1973
    required: {0}\n\
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1974
    found:    {1}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1975
14058
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
  1976
compiler.err.unexpected.lambda=\
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
  1977
   lambda expression not expected here
c7ec7facdd20 7177385: Add attribution support for lambda expressions
mcimadamore
parents: 14057
diff changeset
  1978
14062
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
  1979
compiler.err.unexpected.mref=\
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
  1980
   method reference not expected here
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
  1981
939
38e24969c7e9 6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents: 735
diff changeset
  1982
## The first argument {0} is a "kindname" (e.g. 'constructor', 'field', etc.)
38e24969c7e9 6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents: 735
diff changeset
  1983
## The second argument {1} is the non-resolved symbol
38e24969c7e9 6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents: 735
diff changeset
  1984
## The third argument {2} is a list of type parameters (non-empty if {1} is a method)
38e24969c7e9 6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents: 735
diff changeset
  1985
## The fourth argument {3} is a list of argument types (non-empty if {1} is a method)
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1986
# 0: symbol kind, 1: name, 2: unused, 3: unused
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1987
compiler.err.cant.resolve=\
939
38e24969c7e9 6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents: 735
diff changeset
  1988
    cannot find symbol\n\
38e24969c7e9 6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents: 735
diff changeset
  1989
    symbol: {0} {1}
38e24969c7e9 6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents: 735
diff changeset
  1990
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1991
# 0: symbol kind, 1: name, 2: unused, 3: list of type
939
38e24969c7e9 6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents: 735
diff changeset
  1992
compiler.err.cant.resolve.args=\
38e24969c7e9 6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents: 735
diff changeset
  1993
    cannot find symbol\n\
38e24969c7e9 6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents: 735
diff changeset
  1994
    symbol: {0} {1}({3})
38e24969c7e9 6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents: 735
diff changeset
  1995
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  1996
# 0: symbol kind, 1: name, 2: list of type, 3: list of type
939
38e24969c7e9 6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents: 735
diff changeset
  1997
compiler.err.cant.resolve.args.params=\
38e24969c7e9 6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents: 735
diff changeset
  1998
    cannot find symbol\n\
38e24969c7e9 6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents: 735
diff changeset
  1999
    symbol: {0} <{2}>{1}({3})
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2000
939
38e24969c7e9 6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents: 735
diff changeset
  2001
## arguments from {0} to {3} have the same meaning as above
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 8038
diff changeset
  2002
## The fifth argument {4} is a location subdiagnostic (see below)
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2003
# 0: symbol kind, 1: name, 2: unused, 3: unused, 4: message segment
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2004
compiler.err.cant.resolve.location=\
939
38e24969c7e9 6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents: 735
diff changeset
  2005
    cannot find symbol\n\
2085
4792e12a8ca2 6769027: Source line should be displayed immediately after the first diagnostic line
mcimadamore
parents: 1996
diff changeset
  2006
    symbol:   {0} {1}\n\
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 8038
diff changeset
  2007
    location: {4}
939
38e24969c7e9 6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents: 735
diff changeset
  2008
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2009
# 0: symbol kind, 1: name, 2: unused, 3: list of type, 4: message segment
939
38e24969c7e9 6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents: 735
diff changeset
  2010
compiler.err.cant.resolve.location.args=\
38e24969c7e9 6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents: 735
diff changeset
  2011
    cannot find symbol\n\
2085
4792e12a8ca2 6769027: Source line should be displayed immediately after the first diagnostic line
mcimadamore
parents: 1996
diff changeset
  2012
    symbol:   {0} {1}({3})\n\
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 8038
diff changeset
  2013
    location: {4}
939
38e24969c7e9 6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents: 735
diff changeset
  2014
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2015
# 0: symbol kind, 1: name, 2: list of type, 3: list, 4: message segment
939
38e24969c7e9 6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents: 735
diff changeset
  2016
compiler.err.cant.resolve.location.args.params=\
38e24969c7e9 6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents: 735
diff changeset
  2017
    cannot find symbol\n\
2085
4792e12a8ca2 6769027: Source line should be displayed immediately after the first diagnostic line
mcimadamore
parents: 1996
diff changeset
  2018
    symbol:   {0} <{2}>{1}({3})\n\
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 8038
diff changeset
  2019
    location: {4}
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 8038
diff changeset
  2020
14062
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
  2021
### Following are replicated/used for method reference diagnostics
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
  2022
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
  2023
# 0: symbol kind, 1: name, 2: unused, 3: list of type, 4: message segment
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
  2024
compiler.misc.cant.resolve.location.args=\
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
  2025
    cannot find symbol\n\
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
  2026
    symbol:   {0} {1}({3})\n\
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
  2027
    location: {4}
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
  2028
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
  2029
# 0: symbol kind, 1: name, 2: list of type, 3: list, 4: message segment
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
  2030
compiler.misc.cant.resolve.location.args.params=\
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
  2031
    cannot find symbol\n\
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
  2032
    symbol:   {0} <{2}>{1}({3})\n\
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
  2033
    location: {4}
b7439971a094 7177386: Add attribution support for method references
mcimadamore
parents: 14058
diff changeset
  2034
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 8038
diff changeset
  2035
##a location subdiagnostic is composed as follows:
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 8038
diff changeset
  2036
## The first argument {0} is the location "kindname" (e.g. 'constructor', 'field', etc.)
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 8038
diff changeset
  2037
## The second argument {1} is the location name
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 8038
diff changeset
  2038
## The third argument {2} is the location type (only when {1} is a variable name)
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 8038
diff changeset
  2039
11053
48713f779b1d 7108669: cleanup Log methods for direct printing to streams
jjg
parents: 10816
diff changeset
  2040
# 0: symbol kind, 1: type or symbol, 2: unused
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 8038
diff changeset
  2041
compiler.misc.location=\
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 8038
diff changeset
  2042
    {0} {1}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2043
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2044
# 0: symbol kind, 1: symbol, 2: type
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 8038
diff changeset
  2045
compiler.misc.location.1=\
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 8038
diff changeset
  2046
    {0} {1} of type {2}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2047
06bc494ca11e Initial load
duke
parents:
diff changeset
  2048
## The following are all possible string for "kindname".
06bc494ca11e Initial load
duke
parents:
diff changeset
  2049
## They should be called whatever the JLS calls them after it been translated
06bc494ca11e Initial load
duke
parents:
diff changeset
  2050
## to the appropriate language.
06bc494ca11e Initial load
duke
parents:
diff changeset
  2051
# compiler.misc.kindname.constructor=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  2052
#     static member
06bc494ca11e Initial load
duke
parents:
diff changeset
  2053
compiler.misc.kindname.annotation=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  2054
    @interface
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2055
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2056
compiler.misc.kindname.constructor=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  2057
    constructor
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2058
6031
50004868a787 6964768: need test program to validate javac resource bundles
jjg
parents: 5848
diff changeset
  2059
compiler.misc.kindname.enum=\
50004868a787 6964768: need test program to validate javac resource bundles
jjg
parents: 5848
diff changeset
  2060
    enum
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2061
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2062
compiler.misc.kindname.interface=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  2063
    interface
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2064
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2065
compiler.misc.kindname.static=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  2066
    static
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2067
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2068
compiler.misc.kindname.type.variable=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  2069
    type variable
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2070
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2071
compiler.misc.kindname.type.variable.bound=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  2072
    bound of type variable
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2073
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2074
compiler.misc.kindname.variable=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  2075
    variable
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2076
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2077
compiler.misc.kindname.value=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  2078
    value
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2079
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2080
compiler.misc.kindname.method=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  2081
    method
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2082
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2083
compiler.misc.kindname.class=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  2084
    class
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2085
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2086
compiler.misc.kindname.package=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  2087
    package
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2088
10626
83f0c2860f5b 7086595: Error message bug: name of initializer is 'null'
mcimadamore
parents: 10199
diff changeset
  2089
compiler.misc.kindname.static.init=\
83f0c2860f5b 7086595: Error message bug: name of initializer is 'null'
mcimadamore
parents: 10199
diff changeset
  2090
    static initializer
83f0c2860f5b 7086595: Error message bug: name of initializer is 'null'
mcimadamore
parents: 10199
diff changeset
  2091
83f0c2860f5b 7086595: Error message bug: name of initializer is 'null'
mcimadamore
parents: 10199
diff changeset
  2092
compiler.misc.kindname.instance.init=\
83f0c2860f5b 7086595: Error message bug: name of initializer is 'null'
mcimadamore
parents: 10199
diff changeset
  2093
    instance initializer
83f0c2860f5b 7086595: Error message bug: name of initializer is 'null'
mcimadamore
parents: 10199
diff changeset
  2094
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2095
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
  2096
1534
e923a41e84cc 6758789: Some method resolution diagnostic should be improved
mcimadamore
parents: 1358
diff changeset
  2097
compiler.misc.no.args=\
e923a41e84cc 6758789: Some method resolution diagnostic should be improved
mcimadamore
parents: 1358
diff changeset
  2098
    no arguments
e923a41e84cc 6758789: Some method resolution diagnostic should be improved
mcimadamore
parents: 1358
diff changeset
  2099
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2100
# 0: message segment
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2101
compiler.err.override.static=\
3560
bbfccbd92afe 6199153: Generic throws and overriding
mcimadamore
parents: 3557
diff changeset
  2102
    {0}\n\
bbfccbd92afe 6199153: Generic throws and overriding
mcimadamore
parents: 3557
diff changeset
  2103
    overriding method is static
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2104
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2105
# 0: message segment, 1: set of modifier
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2106
compiler.err.override.meth=\
3560
bbfccbd92afe 6199153: Generic throws and overriding
mcimadamore
parents: 3557
diff changeset
  2107
    {0}\n\
bbfccbd92afe 6199153: Generic throws and overriding
mcimadamore
parents: 3557
diff changeset
  2108
    overridden method is {1}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2109
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2110
# 0: message segment, 1: type
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2111
compiler.err.override.meth.doesnt.throw=\
3560
bbfccbd92afe 6199153: Generic throws and overriding
mcimadamore
parents: 3557
diff changeset
  2112
    {0}\n\
bbfccbd92afe 6199153: Generic throws and overriding
mcimadamore
parents: 3557
diff changeset
  2113
    overridden method does not throw {1}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2114
06bc494ca11e Initial load
duke
parents:
diff changeset
  2115
# In the following string {1} is a space separated list of Java Keywords, as
06bc494ca11e Initial load
duke
parents:
diff changeset
  2116
# they would have been declared in the source code
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2117
# 0: message segment, 1: set of modifier
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2118
compiler.err.override.weaker.access=\
3560
bbfccbd92afe 6199153: Generic throws and overriding
mcimadamore
parents: 3557
diff changeset
  2119
    {0}\n\
bbfccbd92afe 6199153: Generic throws and overriding
mcimadamore
parents: 3557
diff changeset
  2120
    attempting to assign weaker access privileges; was {1}
bbfccbd92afe 6199153: Generic throws and overriding
mcimadamore
parents: 3557
diff changeset
  2121
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2122
# 0: message segment, 1: type, 2: type
3560
bbfccbd92afe 6199153: Generic throws and overriding
mcimadamore
parents: 3557
diff changeset
  2123
compiler.err.override.incompatible.ret=\
bbfccbd92afe 6199153: Generic throws and overriding
mcimadamore
parents: 3557
diff changeset
  2124
    {0}\n\
bbfccbd92afe 6199153: Generic throws and overriding
mcimadamore
parents: 3557
diff changeset
  2125
    return type {1} is not compatible with {2}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2126
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2127
# 0: message segment, 1: type, 2: type
3560
bbfccbd92afe 6199153: Generic throws and overriding
mcimadamore
parents: 3557
diff changeset
  2128
compiler.warn.override.unchecked.ret=\
6151
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  2129
    {0}\n\
3560
bbfccbd92afe 6199153: Generic throws and overriding
mcimadamore
parents: 3557
diff changeset
  2130
    return type requires unchecked conversion from {1} to {2}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2131
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2132
# 0: message segment, 1: type
3560
bbfccbd92afe 6199153: Generic throws and overriding
mcimadamore
parents: 3557
diff changeset
  2133
compiler.warn.override.unchecked.thrown=\
6151
dd513881e71d 6957438: improve code for generating warning messages containing option names
jjg
parents: 6148
diff changeset
  2134
    {0}\n\
3560
bbfccbd92afe 6199153: Generic throws and overriding
mcimadamore
parents: 3557
diff changeset
  2135
    overridden method does not throw {1}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2136
16333
a6e1ded87200 8009138: javac, equals-hashCode warning tuning
vromero
parents: 16328
diff changeset
  2137
# 0: symbol
16301
b6fd735ea78e 6563143: javac should issue a warning for overriding equals without hashCode
vromero
parents: 16294
diff changeset
  2138
compiler.warn.override.equals.but.not.hashcode=\
16320
92ba27b7aaf3 8008436: javac should not issue a warning for overriding equals without hasCode if hashCode has been overriden by a superclass
vromero
parents: 16316
diff changeset
  2139
    Class {0} overrides equals, but neither it nor any superclass overrides hashCode method
16301
b6fd735ea78e 6563143: javac should issue a warning for overriding equals without hashCode
vromero
parents: 16294
diff changeset
  2140
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2141
## The following are all possible strings for the first argument ({0}) of the
06bc494ca11e Initial load
duke
parents:
diff changeset
  2142
## above strings.
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2143
# 0: symbol, 1: symbol, 2: symbol, 3: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2144
compiler.misc.cant.override=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  2145
    {0} in {1} cannot override {2} in {3}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2146
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2147
# 0: symbol, 1: symbol, 2: symbol, 3: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2148
compiler.misc.cant.implement=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  2149
    {0} in {1} cannot implement {2} in {3}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2150
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2151
# 0: symbol, 1: symbol, 2: symbol, 3: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2152
compiler.misc.clashes.with=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  2153
    {0} in {1} clashes with {2} in {3}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2154
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2155
# 0: symbol, 1: symbol, 2: symbol, 3: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2156
compiler.misc.unchecked.override=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  2157
    {0} in {1} overrides {2} in {3}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2158
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2159
# 0: symbol, 1: symbol, 2: symbol, 3: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2160
compiler.misc.unchecked.implement=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  2161
    {0} in {1} implements {2} in {3}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2162
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2163
# 0: symbol, 1: symbol, 2: symbol, 3: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2164
compiler.misc.unchecked.clash.with=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  2165
    {0} in {1} overrides {2} in {3}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2166
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2167
# 0: symbol, 1: symbol, 2: symbol, 3: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2168
compiler.misc.varargs.override=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  2169
    {0} in {1} overrides {2} in {3}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2170
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2171
# 0: symbol, 1: symbol, 2: symbol, 3: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2172
compiler.misc.varargs.implement=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  2173
    {0} in {1} implements {2} in {3}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2174
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2175
# 0: symbol, 1: symbol, 2: symbol, 3: symbol
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2176
compiler.misc.varargs.clash.with=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  2177
    {0} in {1} overrides {2} in {3}
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2178
11053
48713f779b1d 7108669: cleanup Log methods for direct printing to streams
jjg
parents: 10816
diff changeset
  2179
# 0: unused
8635
383a416a2bdf 7020044: Project Coin: diamond erroneous allowed on some anonymous inner classes
mcimadamore
parents: 8431
diff changeset
  2180
compiler.misc.diamond.and.anon.class=\
383a416a2bdf 7020044: Project Coin: diamond erroneous allowed on some anonymous inner classes
mcimadamore
parents: 8431
diff changeset
  2181
    cannot use ''<>'' with anonymous inner classes
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2182
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2183
# 0: symbol kind, 1: symbol, 2: symbol, 3: message segment
6710
b14e6fe7b290 5088624: cannot find symbol message should be more intelligent
mcimadamore
parents: 6592
diff changeset
  2184
compiler.misc.inapplicable.method=\
b14e6fe7b290 5088624: cannot find symbol message should be more intelligent
mcimadamore
parents: 6592
diff changeset
  2185
    {0} {1}.{2} is not applicable\n\
b14e6fe7b290 5088624: cannot find symbol message should be more intelligent
mcimadamore
parents: 6592
diff changeset
  2186
    ({3})
b14e6fe7b290 5088624: cannot find symbol message should be more intelligent
mcimadamore
parents: 6592
diff changeset
  2187
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2188
########################################
06bc494ca11e Initial load
duke
parents:
diff changeset
  2189
# Diagnostics for language feature changes
06bc494ca11e Initial load
duke
parents:
diff changeset
  2190
########################################
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2191
# 0: string
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2192
compiler.err.unsupported.fp.lit=\
3895
3b3c2a1e5e8a 6860965: Project Coin: binary literals
jjg
parents: 3765
diff changeset
  2193
    hexadecimal floating point literals are not supported in -source {0}\n\
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2194
    (use -source 5 or higher to enable hexadecimal floating point literals)
3895
3b3c2a1e5e8a 6860965: Project Coin: binary literals
jjg
parents: 3765
diff changeset
  2195
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2196
# 0: string
3895
3b3c2a1e5e8a 6860965: Project Coin: binary literals
jjg
parents: 3765
diff changeset
  2197
compiler.err.unsupported.binary.lit=\
3b3c2a1e5e8a 6860965: Project Coin: binary literals
jjg
parents: 3765
diff changeset
  2198
    binary literals are not supported in -source {0}\n\
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2199
    (use -source 7 or higher to enable binary literals)
3895
3b3c2a1e5e8a 6860965: Project Coin: binary literals
jjg
parents: 3765
diff changeset
  2200
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2201
# 0: string
3895
3b3c2a1e5e8a 6860965: Project Coin: binary literals
jjg
parents: 3765
diff changeset
  2202
compiler.err.unsupported.underscore.lit=\
3b3c2a1e5e8a 6860965: Project Coin: binary literals
jjg
parents: 3765
diff changeset
  2203
    underscores in literals are not supported in -source {0}\n\
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2204
    (use -source 7 or higher to enable underscores in literals)
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2205
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2206
# 0: string
7211
163fe60f63de 6970016: Clean up ARM/try-with-resources implementation
mcimadamore
parents: 7203
diff changeset
  2207
compiler.err.try.with.resources.not.supported.in.source=\
163fe60f63de 6970016: Clean up ARM/try-with-resources implementation
mcimadamore
parents: 7203
diff changeset
  2208
    try-with-resources is not supported in -source {0}\n\
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2209
    (use -source 7 or higher to enable try-with-resources)
6148
3a8158299c51 6911256: Project Coin: Support Automatic Resource Management (ARM) blocks in the compiler
darcy
parents: 6145
diff changeset
  2210
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2211
compiler.warn.enum.as.identifier=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  2212
    as of release 5, ''enum'' is a keyword, and may not be used as an identifier\n\
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2213
    (use -source 5 or higher to use ''enum'' as a keyword)
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2214
06bc494ca11e Initial load
duke
parents:
diff changeset
  2215
compiler.warn.assert.as.identifier=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  2216
    as of release 1.4, ''assert'' is a keyword, and may not be used as an identifier\n\
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2217
    (use -source 1.4 or higher to use ''assert'' as a keyword)
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2218
15367
31b57f2b8d0b 8005852: Treatment of '_' as identifier
mcimadamore
parents: 15361
diff changeset
  2219
compiler.warn.underscore.as.identifier=\
31b57f2b8d0b 8005852: Treatment of '_' as identifier
mcimadamore
parents: 15361
diff changeset
  2220
    ''_'' used as an identifier\n\
18387
35919f2f7a9c 8008547: javac, warning message: use of ''_'' as an identifier might not be supported in future releases, should be more especific
vromero
parents: 18386
diff changeset
  2221
    (use of ''_'' as an identifier might not be supported in releases after Java SE 8)
15367
31b57f2b8d0b 8005852: Treatment of '_' as identifier
mcimadamore
parents: 15361
diff changeset
  2222
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2223
compiler.err.enum.as.identifier=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  2224
    as of release 5, ''enum'' is a keyword, and may not be used as an identifier\n\
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2225
    (use -source 1.4 or lower to use ''enum'' as an identifier)
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2226
06bc494ca11e Initial load
duke
parents:
diff changeset
  2227
compiler.err.assert.as.identifier=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  2228
    as of release 1.4, ''assert'' is a keyword, and may not be used as an identifier\n\
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2229
    (use -source 1.3 or lower to use ''assert'' as an identifier)
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2230
15385
ee1eebe7e210 8006775: JSR 308: Compiler changes in JDK8
jjg
parents: 15377
diff changeset
  2231
# TODO 308: make a better error message
ee1eebe7e210 8006775: JSR 308: Compiler changes in JDK8
jjg
parents: 15377
diff changeset
  2232
compiler.err.this.as.identifier=\
ee1eebe7e210 8006775: JSR 308: Compiler changes in JDK8
jjg
parents: 15377
diff changeset
  2233
    as of release 8, ''this'' is allowed as the parameter name for the receiver type only, which has to be the first parameter
ee1eebe7e210 8006775: JSR 308: Compiler changes in JDK8
jjg
parents: 15377
diff changeset
  2234
17578
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
  2235
# 0: symbol
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
  2236
compiler.err.receiver.parameter.not.applicable.constructor.toplevel.class=\
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
  2237
    receiver parameter not applicable for constructor of top-level class
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
  2238
15385
ee1eebe7e210 8006775: JSR 308: Compiler changes in JDK8
jjg
parents: 15377
diff changeset
  2239
# TODO 308: make a better error message
ee1eebe7e210 8006775: JSR 308: Compiler changes in JDK8
jjg
parents: 15377
diff changeset
  2240
compiler.err.cant.annotate.static.class=\
ee1eebe7e210 8006775: JSR 308: Compiler changes in JDK8
jjg
parents: 15377
diff changeset
  2241
    enclosing static nested class cannot be annotated
17578
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
  2242
15385
ee1eebe7e210 8006775: JSR 308: Compiler changes in JDK8
jjg
parents: 15377
diff changeset
  2243
# TODO 308: make a better error message
17578
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
  2244
# 0: unused
15385
ee1eebe7e210 8006775: JSR 308: Compiler changes in JDK8
jjg
parents: 15377
diff changeset
  2245
compiler.err.cant.annotate.nested.type=\
19651
b1aa46cc2198 8023515: import type-annotations updates
jjg
parents: 19508
diff changeset
  2246
    scoping construct for static nested type cannot be annotated
15385
ee1eebe7e210 8006775: JSR 308: Compiler changes in JDK8
jjg
parents: 15377
diff changeset
  2247
17578
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
  2248
# 0: type, 1: type
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
  2249
compiler.err.incorrect.receiver.name=\
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
  2250
    the receiver name does not match the enclosing class type\n\
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
  2251
    required: {0}\n\
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
  2252
    found: {1}
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
  2253
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
  2254
# 0: type, 1: type
15385
ee1eebe7e210 8006775: JSR 308: Compiler changes in JDK8
jjg
parents: 15377
diff changeset
  2255
compiler.err.incorrect.receiver.type=\
17578
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
  2256
    the receiver type does not match the enclosing class type\n\
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
  2257
    required: {0}\n\
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
  2258
    found: {1}
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
  2259
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
  2260
# 0: type, 1: type
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
  2261
compiler.err.incorrect.constructor.receiver.type=\
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
  2262
    the receiver type does not match the enclosing outer class type\n\
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
  2263
    required: {0}\n\
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
  2264
    found: {1}
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
  2265
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
  2266
# 0: type, 1: type
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
  2267
compiler.err.incorrect.constructor.receiver.name=\
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
  2268
    the receiver name does not match the enclosing outer class type\n\
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
  2269
    required: {0}\n\
46ac954e4a84 8013852: update reference impl for type-annotations
jjg
parents: 16809
diff changeset
  2270
    found: {1}
15385
ee1eebe7e210 8006775: JSR 308: Compiler changes in JDK8
jjg
parents: 15377
diff changeset
  2271
ee1eebe7e210 8006775: JSR 308: Compiler changes in JDK8
jjg
parents: 15377
diff changeset
  2272
compiler.err.no.annotations.on.dot.class=\
ee1eebe7e210 8006775: JSR 308: Compiler changes in JDK8
jjg
parents: 15377
diff changeset
  2273
    no annotations are allowed in the type of a class literal
ee1eebe7e210 8006775: JSR 308: Compiler changes in JDK8
jjg
parents: 15377
diff changeset
  2274
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2275
# 0: string
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2276
compiler.err.generics.not.supported.in.source=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  2277
    generics are not supported in -source {0}\n\
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2278
    (use -source 5 or higher to enable generics)
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2279
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2280
# 0: string
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2281
compiler.err.varargs.not.supported.in.source=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  2282
    variable-arity methods are not supported in -source {0}\n\
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2283
    (use -source 5 or higher to enable variable-arity methods)
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2284
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2285
# 0: string
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2286
compiler.err.annotations.not.supported.in.source=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  2287
    annotations are not supported in -source {0}\n\
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2288
    (use -source 5 or higher to enable annotations)
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2289
15385
ee1eebe7e210 8006775: JSR 308: Compiler changes in JDK8
jjg
parents: 15377
diff changeset
  2290
# 0: string
ee1eebe7e210 8006775: JSR 308: Compiler changes in JDK8
jjg
parents: 15377
diff changeset
  2291
compiler.err.type.annotations.not.supported.in.source=\
ee1eebe7e210 8006775: JSR 308: Compiler changes in JDK8
jjg
parents: 15377
diff changeset
  2292
    type annotations are not supported in -source {0}\n\
ee1eebe7e210 8006775: JSR 308: Compiler changes in JDK8
jjg
parents: 15377
diff changeset
  2293
(use -source 8 or higher to enable type annotations)
3149
0cd06d598d6f 6843077: JSR 308: Annotations on types
jjg
parents: 3140
diff changeset
  2294
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2295
# 0: string
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2296
compiler.err.foreach.not.supported.in.source=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  2297
    for-each loops are not supported in -source {0}\n\
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2298
    (use -source 5 or higher to enable for-each loops)
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2299
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2300
# 0: string
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2301
compiler.err.static.import.not.supported.in.source=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  2302
    static import declarations are not supported in -source {0}\n\
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2303
    (use -source 5 or higher to enable static import declarations)
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2304
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2305
# 0: string
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  2306
compiler.err.enums.not.supported.in.source=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  2307
    enums are not supported in -source {0}\n\
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2308
    (use -source 5 or higher to enable enums)
2984
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2309
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2310
# 0: string
6031
50004868a787 6964768: need test program to validate javac resource bundles
jjg
parents: 5848
diff changeset
  2311
compiler.err.diamond.not.supported.in.source=\
50004868a787 6964768: need test program to validate javac resource bundles
jjg
parents: 5848
diff changeset
  2312
    diamond operator is not supported in -source {0}\n\
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2313
    (use -source 7 or higher to enable diamond operator)
6031
50004868a787 6964768: need test program to validate javac resource bundles
jjg
parents: 5848
diff changeset
  2314
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2315
# 0: string
5492
515e4b33b335 6943289: Project Coin: Improved Exception Handling for Java (aka 'multicatch')
mcimadamore
parents: 5321
diff changeset
  2316
compiler.err.multicatch.not.supported.in.source=\
515e4b33b335 6943289: Project Coin: Improved Exception Handling for Java (aka 'multicatch')
mcimadamore
parents: 5321
diff changeset
  2317
    multi-catch statement is not supported in -source {0}\n\
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2318
    (use -source 7 or higher to enable multi-catch statement)
5492
515e4b33b335 6943289: Project Coin: Improved Exception Handling for Java (aka 'multicatch')
mcimadamore
parents: 5321
diff changeset
  2319
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2320
# 0: string
4142
bd950c8f4fb3 6827009: Project Coin: Strings in Switch
darcy
parents: 4072
diff changeset
  2321
compiler.err.string.switch.not.supported.in.source=\
bd950c8f4fb3 6827009: Project Coin: Strings in Switch
darcy
parents: 4072
diff changeset
  2322
    strings in switch are not supported in -source {0}\n\
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2323
    (use -source 7 or higher to enable strings in switch)
4142
bd950c8f4fb3 6827009: Project Coin: Strings in Switch
darcy
parents: 4072
diff changeset
  2324
11143
9dbe313bfb74 7115050: Add parser support for lambda expressions
mcimadamore
parents: 11053
diff changeset
  2325
# 0: string
9dbe313bfb74 7115050: Add parser support for lambda expressions
mcimadamore
parents: 11053
diff changeset
  2326
compiler.err.lambda.not.supported.in.source=\
9dbe313bfb74 7115050: Add parser support for lambda expressions
mcimadamore
parents: 11053
diff changeset
  2327
    lambda expressions are not supported in -source {0}\n\
9dbe313bfb74 7115050: Add parser support for lambda expressions
mcimadamore
parents: 11053
diff changeset
  2328
    (use -source 8 or higher to enable lambda expressions)
9dbe313bfb74 7115050: Add parser support for lambda expressions
mcimadamore
parents: 11053
diff changeset
  2329
11144
8a4ae514eedf 7115052: Add parser support for method references
mcimadamore
parents: 11143
diff changeset
  2330
# 0: string
8a4ae514eedf 7115052: Add parser support for method references
mcimadamore
parents: 11143
diff changeset
  2331
compiler.err.method.references.not.supported.in.source=\
8a4ae514eedf 7115052: Add parser support for method references
mcimadamore
parents: 11143
diff changeset
  2332
    method references are not supported in -source {0}\n\
8a4ae514eedf 7115052: Add parser support for method references
mcimadamore
parents: 11143
diff changeset
  2333
    (use -source 8 or higher to enable method references)
8a4ae514eedf 7115052: Add parser support for method references
mcimadamore
parents: 11143
diff changeset
  2334
14267
6321fbe0cf50 7192245: Add parser support for default methods
mcimadamore
parents: 14062
diff changeset
  2335
# 0: string
6321fbe0cf50 7192245: Add parser support for default methods
mcimadamore
parents: 14062
diff changeset
  2336
compiler.err.default.methods.not.supported.in.source=\
6321fbe0cf50 7192245: Add parser support for default methods
mcimadamore
parents: 14062
diff changeset
  2337
    default methods are not supported in -source {0}\n\
6321fbe0cf50 7192245: Add parser support for default methods
mcimadamore
parents: 14062
diff changeset
  2338
    (use -source 8 or higher to enable default methods)
6321fbe0cf50 7192245: Add parser support for default methods
mcimadamore
parents: 14062
diff changeset
  2339
14725
65836e833f59 8002099: Add support for intersection types in cast expression
mcimadamore
parents: 14724
diff changeset
  2340
# 0: string
65836e833f59 8002099: Add support for intersection types in cast expression
mcimadamore
parents: 14724
diff changeset
  2341
compiler.err.intersection.types.in.cast.not.supported.in.source=\
65836e833f59 8002099: Add support for intersection types in cast expression
mcimadamore
parents: 14724
diff changeset
  2342
    intersection types in cast are not supported in -source {0}\n\
65836e833f59 8002099: Add support for intersection types in cast expression
mcimadamore
parents: 14724
diff changeset
  2343
    (use -source 8 or higher to enable default methods)
65836e833f59 8002099: Add support for intersection types in cast expression
mcimadamore
parents: 14724
diff changeset
  2344
15377
515846bb6637 8005166: Add support for static interface methods
mcimadamore
parents: 15367
diff changeset
  2345
# 0: string
515846bb6637 8005166: Add support for static interface methods
mcimadamore
parents: 15367
diff changeset
  2346
compiler.err.static.intf.methods.not.supported.in.source=\
515846bb6637 8005166: Add support for static interface methods
mcimadamore
parents: 15367
diff changeset
  2347
    static interface methods are not supported in -source {0}\n\
515846bb6637 8005166: Add support for static interface methods
mcimadamore
parents: 15367
diff changeset
  2348
    (use -source 8 or higher to enable static interface methods)
515846bb6637 8005166: Add support for static interface methods
mcimadamore
parents: 15367
diff changeset
  2349
2984
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2350
########################################
10816
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2351
# Diagnostics for verbose resolution
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2352
# used by Resolve (debug only)
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2353
########################################
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2354
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2355
# 0: number, 1: symbol, 2: unused
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2356
compiler.misc.applicable.method.found=\
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2357
    #{0} applicable method found: {1}
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2358
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2359
# 0: number, 1: symbol, 2: message segment
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2360
compiler.misc.applicable.method.found.1=\
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2361
    #{0} applicable method found: {1}\n\
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2362
    ({2})
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2363
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2364
# 0: number, 1: symbol, 2: message segment
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2365
compiler.misc.not.applicable.method.found=\
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2366
    #{0} not applicable method found: {1}\n\
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2367
    ({2})
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2368
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2369
# 0: type
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2370
compiler.misc.partial.inst.sig=\
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2371
    partially instantiated to: {0}
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2372
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2373
# 0: name, 1: symbol, 2: number, 3: MethodResolutionPhase, 4: list of type or message segment, 5: list of type or message segment
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2374
compiler.note.verbose.resolve.multi=\
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2375
    resolving method {0} in type {1} to candidate {2}\n\
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2376
    phase: {3}\n\
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2377
    with actuals: {4}\n\
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2378
    with type-args: {5}\n\
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2379
    candidates:
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2380
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2381
# 0: name, 1: symbol, 2: unused, 3: MethodResolutionPhase, 4: list of type or message segment, 5: list of type or message segment
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2382
compiler.note.verbose.resolve.multi.1=\
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2383
    erroneous resolution for method {0} in type {1}\n\
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2384
    phase: {3}\n\
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2385
    with actuals: {4}\n\
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2386
    with type-args: {5}\n\
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2387
    candidates:
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2388
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2389
# 0: symbol, 1: type, 2: type
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2390
compiler.note.deferred.method.inst=\
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2391
    Deferred instantiation of method {0}\n\
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2392
    instantiated signature: {1}\n\
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2393
    target-type: {2}
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2394
ce8a7e9d8882 7098660: Write better overload resolution/inference tests
mcimadamore
parents: 10637
diff changeset
  2395
########################################
2984
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2396
# Diagnostics for where clause implementation
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2397
# used by the RichDiagnosticFormatter.
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2398
########################################
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2399
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2400
compiler.misc.type.null=\
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2401
    <null>
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2402
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2403
# X#n (where n is an int id) is disambiguated tvar name
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2404
# 0: name, 1: number
2984
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2405
compiler.misc.type.var=\
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2406
    {0}#{1}
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2407
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2408
# CAP#n (where n is an int id) is an abbreviation for 'captured type'
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2409
# 0: number
2984
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2410
compiler.misc.captured.type=\
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2411
    CAP#{0}
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2412
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2413
# <INT#n> (where n is an int id) is an abbreviation for 'intersection type'
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2414
# 0: number
2984
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2415
compiler.misc.intersection.type=\
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2416
    INT#{0}
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2417
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2418
# where clause for captured type: contains upper ('extends {1}') and lower
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2419
# ('super {2}') bound along with the wildcard that generated this captured type ({3})
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2420
# 0: type, 1: type, 2: type, 3: type
2984
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2421
compiler.misc.where.captured=\
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2422
    {0} extends {1} super: {2} from capture of {3}
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2423
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2424
# compact where clause for captured type: contains upper ('extends {1}') along
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2425
# with the wildcard that generated this captured type ({3})
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2426
# 0: type, 1: type, 2: unused, 3: type
2984
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2427
compiler.misc.where.captured.1=\
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2428
    {0} extends {1} from capture of {3}
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2429
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2430
# where clause for type variable: contains upper bound(s) ('extends {1}') along with
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2431
# the kindname ({2}) and location ({3}) in which the typevar has been declared
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2432
# 0: type, 1: list of type, 2: symbol kind, 3: symbol
2984
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2433
compiler.misc.where.typevar=\
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2434
    {0} extends {1} declared in {2} {3}
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2435
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2436
# compact where clause for type variable: contains the kindname ({2}) and location ({3})
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2437
# in which the typevar has been declared
12468
1100643c0209 7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents: 12466
diff changeset
  2438
# 0: type, 1: list of type, 2: symbol kind, 3: symbol
2984
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2439
compiler.misc.where.typevar.1=\
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2440
    {0} declared in {2} {3}
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2441
12468
1100643c0209 7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents: 12466
diff changeset
  2442
# where clause for fresh type variable: contains upper bound(s) ('extends {1}').
1100643c0209 7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents: 12466
diff changeset
  2443
# Since a fresh type-variable is synthetic - there's no location/kindname here.
1100643c0209 7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents: 12466
diff changeset
  2444
# 0: type, 1: list of type
1100643c0209 7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents: 12466
diff changeset
  2445
compiler.misc.where.fresh.typevar=\
1100643c0209 7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents: 12466
diff changeset
  2446
    {0} extends {1}
1100643c0209 7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents: 12466
diff changeset
  2447
2984
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2448
# where clause for type variable: contains all the upper bound(s) ('extends {1}')
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2449
# of this intersection type
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2450
# 0: type, 1: list of type
2984
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2451
compiler.misc.where.intersection=\
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2452
    {0} extends {1}
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2453
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2454
### Where clause headers ###
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2455
compiler.misc.where.description.captured=\
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2456
    where {0} is a fresh type-variable:
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2457
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2458
# 0: set of type
2984
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2459
compiler.misc.where.description.typevar=\
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2460
    where {0} is a type-variable:
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2461
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2462
# 0: set of type
2984
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2463
compiler.misc.where.description.intersection=\
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2464
    where {0} is an intersection type:
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2465
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2466
# 0: set of type
2984
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2467
compiler.misc.where.description.captured.1=\
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2468
    where {0} are fresh type-variables:
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2469
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2470
# 0: set of type
2984
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2471
compiler.misc.where.description.typevar.1=\
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2472
    where {0} are type-variables:
8226
8c2fd7e7bcf3 7013272: Automatically generate info about how compiler resource keys are used
jjg
parents: 8224
diff changeset
  2473
2984
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2474
compiler.misc.where.description.intersection.1=\
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2475
    where {0} are intersection types:
e15ff3a34054 6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents: 2723
diff changeset
  2476
14541
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2477
###
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2478
# errors related to doc comments
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2479
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2480
compiler.err.dc.bad.entity=\
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2481
    bad HTML entity
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2482
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2483
compiler.err.dc.bad.gt=\
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2484
    bad use of ''>''
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2485
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2486
compiler.err.dc.bad.inline.tag=\
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2487
    incorrect use of inline tag
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2488
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2489
compiler.err.dc.identifier.expected=\
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2490
    identifier expected
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2491
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2492
compiler.err.dc.malformed.html=\
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2493
    malformed HTML
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2494
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2495
compiler.err.dc.missing.semicolon=\
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2496
    semicolon missing
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2497
14952
d0022ae20516 8004832: Add new doclint package
jjg
parents: 14804
diff changeset
  2498
compiler.err.dc.no.content=\
d0022ae20516 8004832: Add new doclint package
jjg
parents: 14804
diff changeset
  2499
    no content
d0022ae20516 8004832: Add new doclint package
jjg
parents: 14804
diff changeset
  2500
14541
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2501
compiler.err.dc.no.tag.name=\
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2502
    no tag name after '@'
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2503
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2504
compiler.err.dc.gt.expected=\
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2505
    ''>'' expected
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2506
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2507
compiler.err.dc.ref.bad.parens=\
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2508
    '')'' missing in reference
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2509
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2510
compiler.err.dc.ref.syntax.error=\
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2511
    syntax error in reference
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2512
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2513
compiler.err.dc.ref.unexpected.input=\
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2514
    unexpected text
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2515
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2516
compiler.err.dc.unexpected.content=\
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2517
    unexpected content
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2518
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2519
compiler.err.dc.unterminated.inline.tag=\
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2520
    unterminated inline tag
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2521
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2522
compiler.err.dc.unterminated.signature=\
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2523
    unterminated signature
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2524
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2525
compiler.err.dc.unterminated.string=\
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2526
    unterminated string
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2527
36f9d11fc9aa 7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents: 14443
diff changeset
  2528