Directory src/java/org/apache/commons/lang/math/

Directory Created:
2002-12-22 16:20
Total Files:
11
Deleted Files:
0
Lines of Code:
5053

Browse with ViewVC

[root]/src/java/org/apache/commons/lang/math

Lines of Code

src/java/org/apache/commons/lang/math/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 166 (100.0%) 6656 (100.0%) 40.0
scolebourne 39 (23.5%) 4723 (71.0%) 121.1
bayard 47 (28.3%) 993 (14.9%) 21.1
psteitz 6 (3.6%) 451 (6.8%) 75.1
ggregory 56 (33.7%) 376 (5.6%) 6.7
fredrik 3 (1.8%) 83 (1.2%) 27.6
stevencaswell 4 (2.4%) 20 (0.3%) 5.0
dirkv 11 (6.6%) 10 (0.2%) 0.9

Most Recent Commits

bayard 2006-12-29 18:48

Rolling back r467482 as the methods are already in java.util.Arrays. These were added as a part of #LANG-238.

0 lines of code changed in:

bayard 2006-12-22 19:29

Removing the Serializable implements. As far as I can tell, Number has been serializable since at the least Java 1.2. (Reported by FindBugs)

1 lines of code changed in:

bayard 2006-12-19 21:50

Fixing LANG-300 (reported by Jeremy Lemaire) - 1L to 9L incorrectly throw exceptions when passed into NumberUtils.createNumber. Fixed in both the math.NumbersUtils and the deprecated NumberUtils classes.

1 lines of code changed in:

bayard 2006-11-06 04:02

Removing my @author tags

0 lines of code changed in:

bayard 2006-10-24 21:02

Adding equals(int[], int[]) style methods to NumberUtils as requested by Paul Benedict in LANG-238

164 lines of code changed in:

bayard 2006-10-24 20:51

Adding NumberUtils.max(byte[]) and NumberUtils.min(byte[]) as noted in LANG-289

54 lines of code changed in:

bayard 2006-08-28 06:21

Fixing the ASF copyright and placing it in the NOTICE file

86 lines of code changed in:

ggregory 2006-08-26 21:52

Change "Copyright ....-2005" to "Copyright ....-2006"

9 lines of code changed in:

ggregory 2006-08-07 19:14

Javadoc comments for serialVersionUID.

35 lines of code changed in:

ggregory 2006-08-07 17:57

Adds missing serialVersionUID to Serializable classes.



A note from http://wiki.eclipse.org/index.php/FAQ_Why_does_the_Eclipse_compiler_create_a_different_serialVersionUID_from_javac%3F:



If you don’t explicitly define a serialVersionUID, the language requires that the VM generate one, using some function of all field and method names in the class. The problem is, the compiler generates some synthetic methods that you never see in your source file, and there is no clear specification for how these synthetic method names are generated. Any two compilers are likely to generate different method names, and so the serialVersionUID will be different. Bottom line: Always define the serialVersionUID explicitly in your source files.

2 lines of code changed in:

bayard 2006-03-06 07:29

Fixing -1/1 bug as per #37661

2 lines of code changed in:

scolebourne 2005-09-10 09:55

Document and fix fraction reduction

12 lines of code changed in:

  • src/java/org/apache/commons/lang/math: Fraction.java (+12 -3)
scolebourne 2005-09-06 21:57

Add javadoc, in line with Comparable, to indicate '1/2'.compareTo('2/4') = 0

bug 36527

4 lines of code changed in:

stevencaswell 2005-07-06 01:15

removed empty statement from catch block that takes no action, using comment only to denote no action;

added super to empty constructors

9 lines of code changed in:

stevencaswell 2005-06-27 20:24

added empty statement to empty catch blocks

1 lines of code changed in:

stevencaswell 2005-06-26 17:45

corrected style issues (mostly empty blocks and missing javadocs)

8 lines of code changed in:

ggregory 2005-04-14 04:30

Updated copyright statements for 2005.

9 lines of code changed in:

ggregory 2005-04-13 22:36

Removed extra C style parens in return statements (as discussed on commons-dev).

12 lines of code changed in:

dirkv 2005-02-26 13:08

svn:keywords correction

10 lines of code changed in:

ggregory 2004-10-21 01:18

Javadoc only.

15 lines of code changed in:

(46 more)

Generated by StatSVN 0.3.2-SNAPSHOT