langtools/make/tools/crules/resources/crules.properties
changeset 45504 ea7475564d07
parent 29294 376a915b4ff0
--- a/langtools/make/tools/crules/resources/crules.properties	Wed Jun 14 20:05:01 2017 +0000
+++ b/langtools/make/tools/crules/resources/crules.properties	Thu Jun 15 13:44:42 2017 +0200
@@ -36,3 +36,5 @@
     This method implements a public API method, and is marked with incorrect @DefinedBy.
 crules.defined.by.no.api=\
     This method does not implement a public API method, and should not be marked with @DefinedBy.
+crules.use.of.legacy.log.method=\
+    Should not use legacy Log or JCDiagnostic.Factory methods when methods accepting an Error/Warning/Note/Fragment key can be used.