History log of /openjdk10/langtools/make/tools/crules/AssertCheckAnalyzer.java
Revision Date Author Comments
# 3399:047fbc74ebaa 16-May-2016 jlahoda

8054562: document skip results in RunCodingRules.java
Summary: Documenting when RunCodingRules gets skipped; adding a short description of AssertCheckAnalyzer and MutableFieldsAnalyzer
Reviewed-by: jjg


# 2840:84849fdb360b 05-Mar-2015 mcimadamore

8073645: Add lambda-based lazy eval versions of Assert.check methods
Summary: Enhance Assert so that lazy string computation can occurr where needed; enhance static roding rule checkers to make sure the right version of the method is called.
Reviewed-by: jlahoda


# 2568:d2b75f318fea 01-Aug-2014 jlahoda

8043643: Add an crules analyzer avoiding string concatenation in messages of Assert checks.
Summary: Generalizing the crules infrastructure, adding a new analyzer to check String concatenation in Assert calls.
Reviewed-by: jjg, vromero