commit | 66ea31ef63cb88ff6fe594b2865e2f7535ce970a | [log] [tgz] |
---|---|---|
author | Jan Lahoda <jlahoda@openjdk.org> | Fri Aug 01 11:09:40 2014 -0700 |
committer | Jan Lahoda <jlahoda@openjdk.org> | Fri Aug 01 11:09:40 2014 -0700 |
tree | 8346ec6a76b24cfc3d62e640c1e490533403c60f | |
parent | 5284120119b8d72df27940486dda00208665fdeb [diff] |
8043643: Add an crules analyzer avoiding string concatenation in messages of Assert checks Generalizing the crules infrastructure, adding a new analyzer to check String concatenation in Assert calls. Reviewed-by: jjg, vromero