Skip to content

Commit b06091d

Browse files
committed
[CLI-231] removed DoubleCheckedLocking test in checkstyle config.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1447004 13f79535-47bb-0310-9956-ffa450edef68
1 parent 4616826 commit b06091d

4 files changed

Lines changed: 8 additions & 2 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,6 @@ CHANGES:
8888
* Corrected javadoc for return type of MissingOptionException.getMissingOptions(). Thanks to Joe Casadonte. (CLI-220)
8989

9090
* Improve description of parameter "stopAtNonOption" in method
91-
CommandLine.parse(Options, String[], boolean). Thanks to Anders Larsson. (CLI-197)
91+
CommandLine.parse(Options, String[], boolean). Thanks to Anders Larsson. (CLI-197)
92+
93+
* Removed DoubleCheckedLocking test from checkstyle configuration. Thanks to Duncan Jones. (CLI-231)

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
<body>
2424

2525
<release version="1.3" date="in SVN" description="This is a maintenance release containing bug fixes.">
26+
<action type="update" dev="tn" issue="CLI-231" due-to="Duncan Jones">
27+
Removed DoubleCheckedLocking test from checkstyle configuration.
28+
</action>
2629
<action type="update" dev="tn" issue="CLI-230">
2730
Options.getRequiredOptions() now returns an unmodifiable list.
2831
</action>

src/conf/checkstyle.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ limitations under the License.
135135
<!-- Checks for common coding problems -->
136136
<!-- See http://checkstyle.sf.net/config_coding.html -->
137137
<module name="CovariantEquals"/>
138-
<module name="DoubleCheckedLocking"/>
139138
<module name="EqualsHashCode"/>
140139
<module name="IllegalInstantiation"/>
141140
<module name="InnerAssignment"/>

src/site/xdoc/release_1_3.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ CHANGES:
111111

112112
* Improve description of parameter "stopAtNonOption" in method
113113
CommandLine.parse(Options, String[], boolean). Thanks to Anders Larsson. (CLI-197)
114+
115+
* Removed DoubleCheckedLocking test from checkstyle configuration. Thanks to Duncan Jones. (CLI-231)
114116
</source>
115117

116118
</section>

0 commit comments

Comments
 (0)