core: skip annotations parsing if error occurs (#57)
This commit is contained in:
@@ -152,7 +152,7 @@ public class ClassNode extends LineAttrNode implements ILoadable {
|
||||
if (offset != 0) {
|
||||
try {
|
||||
new AnnotationsParser(this).parse(offset);
|
||||
} catch (DecodeException e) {
|
||||
} catch (Exception e) {
|
||||
LOG.error("Error parsing annotations in {}", this, e);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user