Add license and links to rewritten ASM classes

This commit is contained in:
Denis Zharkov
2016-10-10 12:44:50 +03:00
parent 3a197e8d7e
commit d279ded714
3 changed files with 75 additions and 2 deletions
@@ -68,7 +68,8 @@ class CodeConformanceTest : TestCase() {
"%d source files contain @author javadoc tag.\nPlease remove them or exclude in this test:\n%s",
{ source ->
// substring check is an optimization
"@author" in source && atAuthorPattern.matcher(source).find()
"@author" in source && atAuthorPattern.matcher(source).find() &&
"ASM: a very small and fast Java bytecode manipulation framework" !in source
}
),
TestData(