Issue Details (XML | Word | Printable)

Key: LANG-380
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Niall Pemberton
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Commons Lang

infinite loop in Fraction.reduce when numerator == 0

Created: 29/Nov/07 04:24 PM   Updated: 03/Dec/07 06:51 AM
Return to search
Component/s: None
Affects Version/s: 2.3
Fix Version/s: 2.4

Time Tracking:
Not Specified

Resolution Date: 29/Nov/07 04:34 PM


 Description  « Hide
Summary pretty much says it all.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #598705 Tue Nov 27 17:24:59 UTC 2007 mbenson [LANG-380] return when either arg == 0 plus early return when either == 1
Files Changed
MODIFY /commons/proper/lang/trunk/src/java/org/apache/commons/lang/math/Fraction.java

Repository Revision Date User Message
ASF #599499 Thu Nov 29 16:25:30 UTC 2007 mbenson [LANG-380] tests
Files Changed
MODIFY /commons/proper/lang/trunk/src/test/org/apache/commons/lang/math/FractionTest.java

Repository Revision Date User Message
ASF #599500 Thu Nov 29 16:25:54 UTC 2007 mbenson [LANG-380]
Files Changed
MODIFY /commons/proper/lang/trunk/src/java/org/apache/commons/lang/math/Fraction.java