[ http://issues.apache.org/jira/browse/HARMONY-2383?page=all ]
Sian January updated HARMONY-2383:
----------------------------------
Attachment: Formatter_toString_patch.txt
Formatter_OR_patch.txt
Formatter_Long_patch.txt
I have attached three patches for java.util.Formatter.
Formatter_toString_patch.txt changes calls to toString() on Strings to just use the String
itself.
Formatter_OR_patch.txt changes some logic to use the short-circuit version of OR (|| instead
of |).
Formatter_Long_patch.txt changes some integer multipliction to long multiplication in order
to avoid an overflow.
> [classlib] [luni] Fixes for some minor issues in the java.util package found by Melody
> --------------------------------------------------------------------------------------
>
> Key: HARMONY-2383
> URL: http://issues.apache.org/jira/browse/HARMONY-2383
> Project: Harmony
> Issue Type: Bug
> Components: Classlib
> Reporter: Sian January
> Priority: Minor
> Attachments: findbugspatch.txt, Formatter_Long_patch.txt, Formatter_OR_patch.txt,
Formatter_toString_patch.txt
>
>
> I have looked through the issues found by findbugs and have fixed all of the ones in
the java.util package that seemed to be real issues.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|