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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,7 @@ The <action> type attribute can be add,update,fix,remove.
80
80
<actiontype="fix"dev="ggregory"due-to="Gary Gregory, SpotBugs">Shared primitive variable "page" in one thread may not yield the value of the most recent write from another thread [org.apache.commons.validator.Field] At Field.java:[line 818] AT_STALE_THREAD_WRITE_OF_PRIMITIVE.</action>
81
81
<actiontype="fix"dev="ggregory"due-to="Gary Gregory, SpotBugs">Shared primitive variable "merged" in one thread may not yield the value of the most recent write from another thread [org.apache.commons.validator.FormSet] At FormSet.java:[line 302] AT_STALE_THREAD_WRITE_OF_PRIMITIVE.</action>
82
82
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Pick up exec-maven-plugin version from parent POM.</action>
83
+
<actiontype="fix"dev="ggregory"due-to="Dávid Szigecsán">Use a Calendar constant instead of a magic number in tests. Make the code understandable without comment.</action>
83
84
<!-- ADD -->
84
85
<actiontype="add"issue="VALIDATOR-497"dev="sjaranowski"due-to="Slawomir Jaranowski">IBANValidator: add method validate with validation status</action>
85
86
<actiontype="add"dev="sebb">DomainValidatorTest: added Maven profile to simplfy execution.</action>
0 commit comments