You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/changes/changes.xml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,14 @@ The <action> type attribute can be add,update,fix,remove.
68
68
<!-- FIX -->
69
69
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Replace internal use of StringBuffer with StringBuilder.</action>
70
70
<actionissue="BCEL-370"type="fix"dev="ggregory"due-to="Gary Gregory">CONSTANT_Dynamic is not handled in LDC #254.</action>
71
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">BCELComparator now uses generics.</action>
72
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Avoid NullPointerException in ClassGen.BCELComparator#equals() and ClassGen.BCELComparator#hashCode().</action>
73
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Avoid NullPointerException in Constant.BCELComparator#equals() and Constant.BCELComparator#hashCode().</action>
74
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Avoid NullPointerException in Field.BCELComparator#equals() and Field.BCELComparator#hashCode().</action>
75
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Avoid NullPointerException in FieldGen.BCELComparator#equals() and FieldGen.BCELComparator#hashCode().</action>
76
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Avoid NullPointerException in JavaClass.BCELComparator#equals() and JavaClass.BCELComparator#hashCode().</action>
77
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Avoid NullPointerException in Method.BCELComparator#equals() and Method.BCELComparator#hashCode().</action>
78
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Avoid NullPointerException in MethodGen.BCELComparator#equals() and MethodGen.BCELComparator#hashCode().</action>
71
79
<!-- UPDATE -->
72
80
<actiontype="update"dev="ggregory"due-to="Dependabot">Bump GitHub various actions for CI builds.</action>
73
81
<actiontype="update"dev="ggregory"due-to="Dependabot">Bump jna.version from 5.13.0 to 5.14.0 #250.</action>
0 commit comments