[
https://issues.apache.org/jira/browse/CODEC-78?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12732746#action_12732746
]
Gary Gregory commented on CODEC-78:
-----------------------------------
I usually just do "mvn site". I just retired from scatch with "mvn clean site"
and got better results. Maven must have not detected some changes. Now:
Base64 (98%, 91%); same
Base64InputStream (100%, 100%);
Base64OutputStream (100%, 95%) better
java -version && mvn -version
java version "1.6.0_14"
Java(TM) SE Runtime Environment (build 1.6.0_14-b08)
Java HotSpot(TM) Client VM (build 14.0-b16, mixed mode, sharing)
Apache Maven 2.2.0 (r788681; 2009-06-26 06:04:01-0700)
Java version: 1.6.0_14
Java home: C:\Java\Sun\1.6.0_14\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
> Base64: Improve Code Coverage
> ------------------------------
>
> Key: CODEC-78
> URL: https://issues.apache.org/jira/browse/CODEC-78
> Project: Commons Codec
> Issue Type: Test
> Affects Versions: Nightly Builds
> Reporter: Julius Davies
> Priority: Minor
> Fix For: 1.4
>
> Attachments: codec78-moreCoverage.patch, codec78.patch
>
>
> Base64: Improve Code Coverage
> As Gary noted:
> On Wed, Jul 15, 2009 at 12:59 PM, Gary Gregory<[email protected]>
> wrote:
> > Taking a quick look at the Cobertura coverage line/branch reports:
> >
> > Base64InputStream 85%/76%
> > Base64OutputStream 88%/70%
> >
> > Gary
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.