langtools/make/tools/crules/resources/crules.properties
changeset 45504 ea7475564d07
parent 29294 376a915b4ff0
equal deleted inserted replaced
45503:d23ae2d67a5d 45504:ea7475564d07
    34     This method implements a public API method, and should be marked with @DefinedBy.
    34     This method implements a public API method, and should be marked with @DefinedBy.
    35 crules.wrong.defined.by=\
    35 crules.wrong.defined.by=\
    36     This method implements a public API method, and is marked with incorrect @DefinedBy.
    36     This method implements a public API method, and is marked with incorrect @DefinedBy.
    37 crules.defined.by.no.api=\
    37 crules.defined.by.no.api=\
    38     This method does not implement a public API method, and should not be marked with @DefinedBy.
    38     This method does not implement a public API method, and should not be marked with @DefinedBy.
       
    39 crules.use.of.legacy.log.method=\
       
    40     Should not use legacy Log or JCDiagnostic.Factory methods when methods accepting an Error/Warning/Note/Fragment key can be used.