Skip to content

Commit 6fe0605

Browse files
committed
Use a Calendar constant instead of a magic number
Make the code understandable without comment From sigee (Dávid Szigecsán <>) in PR #301
1 parent 223d0f1 commit 6fe0605

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ The <action> type attribute can be add,update,fix,remove.
8080
<action type="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>
8181
<action type="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>
8282
<action type="fix" dev="ggregory" due-to="Gary Gregory">Pick up exec-maven-plugin version from parent POM.</action>
83+
<action type="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>
8384
<!-- ADD -->
8485
<action type="add" issue="VALIDATOR-497" dev="sjaranowski" due-to="Slawomir Jaranowski">IBANValidator: add method validate with validation status</action>
8586
<action type="add" dev="sebb">DomainValidatorTest: added Maven profile to simplfy execution.</action>

0 commit comments

Comments
 (0)