src/share/classes/com/sun/tools/javac/resources/compiler.properties

changeset 1114
05814303a056
parent 1096
b0d5f00e69f7
child 1136
ae361e7f435a
equal deleted inserted replaced
1113:d346ab55031b 1114:05814303a056
1942 compiler.err.string.switch.not.supported.in.source=\ 1942 compiler.err.string.switch.not.supported.in.source=\
1943 strings in switch are not supported in -source {0}\n\ 1943 strings in switch are not supported in -source {0}\n\
1944 (use -source 7 or higher to enable strings in switch) 1944 (use -source 7 or higher to enable strings in switch)
1945 1945
1946 ######################################## 1946 ########################################
1947 # Diagnostics for verbose resolution
1948 # used by Resolve (debug only)
1949 ########################################
1950
1951 # 0: number, 1: symbol, 2: unused
1952 compiler.misc.applicable.method.found=\
1953 #{0} applicable method found: {1}
1954
1955 # 0: number, 1: symbol, 2: message segment
1956 compiler.misc.applicable.method.found.1=\
1957 #{0} applicable method found: {1}\n\
1958 ({2})
1959
1960 # 0: number, 1: symbol, 2: message segment
1961 compiler.misc.not.applicable.method.found=\
1962 #{0} not applicable method found: {1}\n\
1963 ({2})
1964
1965 # 0: type
1966 compiler.misc.full.inst.sig=\
1967 fully instantiated to: {0}
1968
1969 # 0: type
1970 compiler.misc.partial.inst.sig=\
1971 partially instantiated to: {0}
1972
1973 # 0: name, 1: symbol, 2: number, 3: MethodResolutionPhase, 4: list of type or message segment, 5: list of type or message segment
1974 compiler.note.verbose.resolve.multi=\
1975 resolving method {0} in type {1} to candidate {2}\n\
1976 phase: {3}\n\
1977 with actuals: {4}\n\
1978 with type-args: {5}\n\
1979 candidates:
1980
1981 # 0: name, 1: symbol, 2: unused, 3: MethodResolutionPhase, 4: list of type or message segment, 5: list of type or message segment
1982 compiler.note.verbose.resolve.multi.1=\
1983 erroneous resolution for method {0} in type {1}\n\
1984 phase: {3}\n\
1985 with actuals: {4}\n\
1986 with type-args: {5}\n\
1987 candidates:
1988
1989 # 0: symbol, 1: type, 2: type
1990 compiler.note.deferred.method.inst=\
1991 Deferred instantiation of method {0}\n\
1992 instantiated signature: {1}\n\
1993 target-type: {2}
1994
1995 ########################################
1947 # Diagnostics for where clause implementation 1996 # Diagnostics for where clause implementation
1948 # used by the RichDiagnosticFormatter. 1997 # used by the RichDiagnosticFormatter.
1949 ######################################## 1998 ########################################
1950 1999
1951 compiler.misc.type.null=\ 2000 compiler.misc.type.null=\

mercurial