On Thu, Dec 23, 2010 at 9:30 PM, Niall Pemberton
<niall.pember...@gmail.com> wrote:
> On Thu, Dec 23, 2010 at 7:50 PM, Oliver Heger
> <oliver.he...@oliver-heger.de> wrote:
>> Build (Maven and ant) works fine with Sun JDK 1.5 on Windows 7. Site and
>> artifacts look good.
>>
>> +1
>>
>> Just one minor note: I noticed that the Findbugs report looks a bit strange.
>> There is one error, but you do not see any details.
>
> Yes, not sure what that is - it was on the 2.0 release's FindBugs
> report, but along with other issues (which are now excluded via a
> filter).

I switched the findbugs plugin back from 2.3.1 to 2.1 and the bug
details appeared on the report - it was  DeferredFileOutputStream's
thresholdReached() method highlighting the FileOutputStream not being
closed, which is a false positive. I have added this to the findbugs
excludes filter and the report is now empty:

http://svn.apache.org/viewvc?view=revision&revision=1052391

Niall

> Niall
>
>
>>
>> Am 23.12.2010 05:15, schrieb Niall Pemberton:
>>>
>>> There have been a couple of bugs fixed since the IO 2.0 release, so I
>>> would like to release IO 2.0.1
>>>
>>> [ ] +1 Yes go ahead an release based on RC1
>>> [ ] -1 No, because...
>>>
>>> IO 2.0.1 RC1 is available for review here:
>>>  http://people.apache.org/~niallp/io-2.01.-rc1/
>>>
>>> Maven artifacts are here:
>>>  http://people.apache.org/~niallp//io-2.0.1-rc1/maven/
>>>
>>> Details of changes since 2.0 are in the release notes:
>>>  http://people.apache.org/~niallp/io-2.0.1-rc1/RELEASE-NOTES.txt
>>>
>>> I have tested this with JDK 1.5&  1.6 using maven2.
>>>
>>> The tag is here:
>>>  http://svn.apache.org/viewvc/commons/proper/io/tags/commons-io-2.0.1-rc1/
>>>
>>> Site:
>>>  http://people.apache.org/~niallp/io-2.0.1-rc1/site/
>>> (note some *relative* links are broken and the 2.0.1 directories are
>>> not yet created - these will be OK once the site is deployed)
>>>
>>> Clirr Report (compared to 2.0):
>>>  http://people.apache.org/~niallp/io-2.0.1-rc1/site/clirr-report.html
>>>
>>> RAT Report:
>>>  http://people.apache.org/~niallp/io-2.0.1-rc1/site/rat-report.html
>>>
>>> tia
>>>
>>> Niall

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to