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

changeset 1114
05814303a056
parent 1096
b0d5f00e69f7
child 1136
ae361e7f435a
     1.1 --- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Mon Oct 24 13:00:20 2011 +0100
     1.2 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Mon Oct 24 13:00:30 2011 +0100
     1.3 @@ -1944,6 +1944,55 @@
     1.4      (use -source 7 or higher to enable strings in switch)
     1.5  
     1.6  ########################################
     1.7 +# Diagnostics for verbose resolution
     1.8 +# used by Resolve (debug only)
     1.9 +########################################
    1.10 +
    1.11 +# 0: number, 1: symbol, 2: unused
    1.12 +compiler.misc.applicable.method.found=\
    1.13 +    #{0} applicable method found: {1}
    1.14 +
    1.15 +# 0: number, 1: symbol, 2: message segment
    1.16 +compiler.misc.applicable.method.found.1=\
    1.17 +    #{0} applicable method found: {1}\n\
    1.18 +    ({2})
    1.19 +
    1.20 +# 0: number, 1: symbol, 2: message segment
    1.21 +compiler.misc.not.applicable.method.found=\
    1.22 +    #{0} not applicable method found: {1}\n\
    1.23 +    ({2})
    1.24 +
    1.25 +# 0: type
    1.26 +compiler.misc.full.inst.sig=\
    1.27 +    fully instantiated to: {0}
    1.28 +
    1.29 +# 0: type
    1.30 +compiler.misc.partial.inst.sig=\
    1.31 +    partially instantiated to: {0}
    1.32 +
    1.33 +# 0: name, 1: symbol, 2: number, 3: MethodResolutionPhase, 4: list of type or message segment, 5: list of type or message segment
    1.34 +compiler.note.verbose.resolve.multi=\
    1.35 +    resolving method {0} in type {1} to candidate {2}\n\
    1.36 +    phase: {3}\n\
    1.37 +    with actuals: {4}\n\
    1.38 +    with type-args: {5}\n\
    1.39 +    candidates:
    1.40 +
    1.41 +# 0: name, 1: symbol, 2: unused, 3: MethodResolutionPhase, 4: list of type or message segment, 5: list of type or message segment
    1.42 +compiler.note.verbose.resolve.multi.1=\
    1.43 +    erroneous resolution for method {0} in type {1}\n\
    1.44 +    phase: {3}\n\
    1.45 +    with actuals: {4}\n\
    1.46 +    with type-args: {5}\n\
    1.47 +    candidates:
    1.48 +
    1.49 +# 0: symbol, 1: type, 2: type
    1.50 +compiler.note.deferred.method.inst=\
    1.51 +    Deferred instantiation of method {0}\n\
    1.52 +    instantiated signature: {1}\n\
    1.53 +    target-type: {2}
    1.54 +
    1.55 +########################################
    1.56  # Diagnostics for where clause implementation
    1.57  # used by the RichDiagnosticFormatter.
    1.58  ########################################

mercurial