Skip to content

Commit 8076962

Browse files
committed
Easier to scan XML in Eclipse outline if issue number appears first
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1300357 13f79535-47bb-0310-9956-ffa450edef68
1 parent 33368e1 commit 8076962

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

src/changes/changes.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -40,52 +40,52 @@ The <action> type attribute can be add,update,fix,remove.
4040

4141
<body>
4242
<release version="2.2" date="TBA">
43-
<action dev="sebb" type="fix" issue="IO-306">
43+
<action issue="IO-306" dev="sebb" type="fix">
4444
ReaderInputStream#read(byte[] b, int off, int len) should always return 0 for length == 0
4545
</action>
46-
<action dev="sebb" type="add" issue="IO-173" due-to="Marcos Vinícius da Silva">
46+
<action issue="IO-173" dev="sebb" type="add" due-to="Marcos Vinícius da Silva">
4747
FileUtils.listFiles() doesn't return directories
4848
</action>
49-
<action dev="sebb" type="fix" issue="IO-276" due-to="nkami">
49+
<action issue="IO-276" dev="sebb" type="fix" due-to="nkami">
5050
"FileUtils#deleteDirectoryOnExit(File)" does not work
5151
</action>
52-
<action dev="sebb" type="fix" issue="IO-273" due-to="sebb">
52+
<action issue="IO-273" dev="sebb" type="fix" due-to="sebb">
5353
BoundedInputStream.read() treats max differently from BoundedInputStream.read(byte[]...)
5454
</action>
55-
<action dev="sebb" type="add" issue="IO-297" due-to="Oleg Kalnichevski">
55+
<action issue="IO-297" dev="sebb" type="add" due-to="Oleg Kalnichevski">
5656
CharSequenceInputStream to efficiently stream content of a CharSequence
5757
</action>
58-
<action dev="sebb" type="update" issue="IO-296" due-to="Oleg Kalnichevski">
58+
<action issue="IO-296" dev="sebb" type="update" due-to="Oleg Kalnichevski">
5959
ReaderInputStream optimization: more efficient reading of small chunks of data
6060
</action>
61-
<action dev="sebb" type="fix" issue="IO-298" due-to="Christian Schulte">
61+
<action issue="IO-298" dev="sebb" type="fix" due-to="Christian Schulte">
6262
Various methods of class 'org.apache.commons.io.FileUtils' incorrectly suppress 'java.io.IOException'
6363
</action>
64-
<action dev="ggregory" type="add" issue="IO-304" due-to="liangly">
64+
<action issue="IO-304" dev="ggregory" type="add" due-to="liangly">
6565
The second constructor of Tailer class does not pass 'delay' to the third one
6666
</action>
67-
<action dev="ggregory" type="add" issue="IO-303" due-to="fabian.barney">
67+
<action issue="IO-303" dev="ggregory" type="add" due-to="fabian.barney">
6868
TeeOutputStream does not call branch.close() when main.close() throws an exception
6969
</action>
70-
<action dev="ggregory" type="add" issue="IO-302" due-to="jsteuerwald, detinho">
70+
<action issue="IO-302" dev="ggregory" type="add" due-to="jsteuerwald, detinho">
7171
ArrayIndexOutOfBoundsException in BOMInputStream when reading a file without BOM multiple times
7272
</action>
73-
<action dev="ggregory" type="add" issue="IO-301" due-to="kaykay.unique">
73+
<action issue="IO-301" dev="ggregory" type="add" due-to="kaykay.unique">
7474
Add IOUtils.closeQuietly(Selector) necessary
7575
</action>
76-
<action dev="sebb" type="add" issue="IO-292" due-to="sebb">
76+
<action issue="IO-292" dev="sebb" type="add" due-to="sebb">
7777
IOUtils.closeQuietly() should take a ServerSocket as a parameter
7878
</action>
79-
<action dev="sebb" type="add" issue="IO-290" due-to="sebb">
79+
<action issue="IO-290" dev="sebb" type="add" due-to="sebb">
8080
Add read/readFully methods to IOUtils
8181
</action>
82-
<action dev="sebb" type="add" issue="IO-288" due-to="Georg Henzler">
82+
<action issue="IO-288" dev="sebb" type="add" due-to="Georg Henzler">
8383
Supply a ReversedLinesFileReader
8484
</action>
85-
<action dev="ggregory" type="add" issue="IO-291" due-to="ggregory">
85+
<action issue="IO-291" dev="ggregory" type="add" due-to="ggregory">
8686
Add new function FileUtils.directoryContains.
8787
</action>
88-
<action dev="sebb" type="add" issue="IO-275" due-to="CJ Aspromgos">
88+
<action issue="IO-275" dev="sebb" type="add" due-to="CJ Aspromgos">
8989
FileUtils.contentEquals and IOUtils.contentEquals - Add option to ignore "line endings"
9090
Added contentEqualsIgnoreEOL methods to both classes
9191
</action>

0 commit comments

Comments
 (0)