Details
-
Type:
Task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: POMs 32
-
Fix Version/s: POMs 33
-
Component/s: None
-
Labels:
-
Epic Link:
-
Sprint:Basel 70
-
Story Points:1
Description
When running mvn clirr:clirr directly or when generating the site (which includes the clirr report) one might run into the folloing error:
[INFO] org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 18
Additionally, one might see:
Caused by: java.lang.NullPointerException at org.codehaus.mojo.clirr.ClirrReportGenerator$ApiChangeComparator.compare(ClirrReportGenerator.java:64) at org.codehaus.mojo.clirr.ClirrReportGenerator$ApiChangeComparator.compare(ClirrReportGenerator.java:57)
Which is due to an ApiChange being initialized to null.
Both bugs (see links below) have been fixed in org.codehaus.mojo:clirr-maven-plugin:2.8 and we should therefore update our plugin to this latest version.
Checklists
Acceptance criteria
Attachments
Issue Links
- links to
- mentioned in
-
Page Loading...