langtools/make/tools/crules/resources/crules.properties
changeset 29294 376a915b4ff0
parent 26266 2d24bda701dc
child 45504 ea7475564d07
--- a/langtools/make/tools/crules/resources/crules.properties	Mon Mar 02 10:41:08 2015 +0530
+++ b/langtools/make/tools/crules/resources/crules.properties	Thu Mar 05 13:10:49 2015 +0000
@@ -26,8 +26,10 @@
 # 0: symbol
 crules.err.var.must.be.final=\
     Static variable {0} must be final
-crules.should.not.use.string.concatenation=\
-    Should not use string concatenation.
+crules.should.not.use.eager.string.evaluation=\
+    Should not use eager string evaluation. Use lazy version instead.
+crules.should.not.use.lazy.string.evaluation=\
+    Should not use eager lazy evaluation. Use eager version instead.
 crules.no.defined.by=\
     This method implements a public API method, and should be marked with @DefinedBy.
 crules.wrong.defined.by=\