apache / commons-csv
File Size

The distribution of size of files (measured in lines of code).

Intro
Learn more...
File Size Overall
38% | 0% | 29% | 14% | 17%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: grouped by folders | grouped by size | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
java48% | 0% | 37% | 11% | 3%
xml0% | 0% | 0% | 26% | 73%
cgi0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src38% | 0% | 29% | 14% | 17%
Longest Files (Top 23)
File# lines# units
CSVFormat.java
in src/main/java/org/apache/commons/csv
1120 142
CSVParser.java
in src/main/java/org/apache/commons/csv
343 41
Lexer.java
in src/main/java/org/apache/commons/csv
301 22
CSVPrinter.java
in src/main/java/org/apache/commons/csv
214 22
mail-lists.xml
in src/site/xdoc
160 -
ExtendedBufferedReader.java
in src/main/java/org/apache/commons/csv
140 11
CSVRecord.java
in src/main/java/org/apache/commons/csv
122 20
download_csv.xml
in src/site/xdoc
98 -
index.xml
in src/site/xdoc
93 -
issue-tracking.xml
in src/site/xdoc
56 -
pmd-ruleset.xml
in src/site/resources/pmd
53 -
bin.xml
in src/assembly
39 -
security.xml
in src/site/xdoc
33 -
spotbugs-exclude-filter.xml
in src/site/resources/spotbugs
30 -
Constants.java
in src/main/java/org/apache/commons/csv
26 1
Token.java
in src/main/java/org/apache/commons/csv
26 2
site.xml
in src/site
25 -
CSVException.java
in src/main/java/org/apache/commons/csv
10 1
user-guide.xml
in src/site/xdoc
10 -
QuoteMode.java
in src/main/java/org/apache/commons/csv
8 -
DuplicateHeaderMode.java
in src/main/java/org/apache/commons/csv
6 -
cgi
download_csv.cgi
in src/site/resources
4 -
package-info.java
in src/main/java/org/apache/commons/csv
1 -
Files With Most Units (Top 9)
File# lines# units
CSVFormat.java
in src/main/java/org/apache/commons/csv
1120 142
CSVParser.java
in src/main/java/org/apache/commons/csv
343 41
Lexer.java
in src/main/java/org/apache/commons/csv
301 22
CSVPrinter.java
in src/main/java/org/apache/commons/csv
214 22
CSVRecord.java
in src/main/java/org/apache/commons/csv
122 20
ExtendedBufferedReader.java
in src/main/java/org/apache/commons/csv
140 11
Token.java
in src/main/java/org/apache/commons/csv
26 2
Constants.java
in src/main/java/org/apache/commons/csv
26 1
CSVException.java
in src/main/java/org/apache/commons/csv
10 1
Files With Long Lines (Top 10)

There are 10 files with lines longer than 120 characters. In total, there are 59 long lines.

File# lines# units# long lines
CSVFormat.java
in src/main/java/org/apache/commons/csv
1120 142 18
download_csv.xml
in src/site/xdoc
98 - 12
index.xml
in src/site/xdoc
93 - 8
issue-tracking.xml
in src/site/xdoc
56 - 8
CSVParser.java
in src/main/java/org/apache/commons/csv
343 41 5
security.xml
in src/site/xdoc
33 - 3
Lexer.java
in src/main/java/org/apache/commons/csv
301 22 2
CSVPrinter.java
in src/main/java/org/apache/commons/csv
214 22 1
spotbugs-exclude-filter.xml
in src/site/resources/spotbugs
30 - 1
pmd-ruleset.xml
in src/site/resources/pmd
53 - 1
Correlations

File Size vs. Commits (all time): 23 points

src/main/java/org/apache/commons/csv/CSVPrinter.java x: 158 commits (all time) y: 214 lines of code src/site/xdoc/download_csv.xml x: 17 commits (all time) y: 98 lines of code src/site/xdoc/issue-tracking.xml x: 13 commits (all time) y: 56 lines of code src/site/xdoc/mail-lists.xml x: 15 commits (all time) y: 160 lines of code src/main/java/org/apache/commons/csv/CSVFormat.java x: 433 commits (all time) y: 1120 lines of code src/main/java/org/apache/commons/csv/Token.java x: 26 commits (all time) y: 26 lines of code src/main/java/org/apache/commons/csv/CSVRecord.java x: 114 commits (all time) y: 122 lines of code src/main/java/org/apache/commons/csv/CSVParser.java x: 287 commits (all time) y: 343 lines of code src/main/java/org/apache/commons/csv/Constants.java x: 35 commits (all time) y: 26 lines of code src/site/xdoc/index.xml x: 63 commits (all time) y: 93 lines of code src/site/xdoc/user-guide.xml x: 26 commits (all time) y: 10 lines of code src/assembly/bin.xml x: 4 commits (all time) y: 39 lines of code src/site/site.xml x: 34 commits (all time) y: 25 lines of code src/site/xdoc/security.xml x: 1 commits (all time) y: 33 lines of code src/site/resources/pmd/pmd-ruleset.xml x: 5 commits (all time) y: 53 lines of code src/main/java/org/apache/commons/csv/package-info.java x: 15 commits (all time) y: 1 lines of code src/main/java/org/apache/commons/csv/Lexer.java x: 121 commits (all time) y: 301 lines of code src/main/java/org/apache/commons/csv/ExtendedBufferedReader.java x: 76 commits (all time) y: 140 lines of code src/main/java/org/apache/commons/csv/CSVException.java x: 3 commits (all time) y: 10 lines of code src/main/java/org/apache/commons/csv/DuplicateHeaderMode.java x: 7 commits (all time) y: 6 lines of code src/main/java/org/apache/commons/csv/QuoteMode.java x: 11 commits (all time) y: 8 lines of code src/site/resources/spotbugs/spotbugs-exclude-filter.xml x: 3 commits (all time) y: 30 lines of code src/site/resources/download_csv.cgi x: 2 commits (all time) y: 4 lines of code
1120.0
lines of code
  min: 1.0
  average: 126.87
  25th percentile: 10.0
  median: 39.0
  75th percentile: 140.0
  max: 1120.0
0 433.0
commits (all time)
min: 1.0 | average: 63.87 | 25th percentile: 5.0 | median: 17.0 | 75th percentile: 76.0 | max: 433.0

File Size vs. Contributors (all time): 23 points

src/main/java/org/apache/commons/csv/CSVPrinter.java x: 10 contributors (all time) y: 214 lines of code src/site/xdoc/download_csv.xml x: 5 contributors (all time) y: 98 lines of code src/site/xdoc/issue-tracking.xml x: 6 contributors (all time) y: 56 lines of code src/site/xdoc/mail-lists.xml x: 8 contributors (all time) y: 160 lines of code src/main/java/org/apache/commons/csv/CSVFormat.java x: 26 contributors (all time) y: 1120 lines of code src/main/java/org/apache/commons/csv/Token.java x: 7 contributors (all time) y: 26 lines of code src/main/java/org/apache/commons/csv/CSVRecord.java x: 16 contributors (all time) y: 122 lines of code src/main/java/org/apache/commons/csv/CSVParser.java x: 16 contributors (all time) y: 343 lines of code src/main/java/org/apache/commons/csv/Constants.java x: 5 contributors (all time) y: 26 lines of code src/site/xdoc/index.xml x: 12 contributors (all time) y: 93 lines of code src/site/xdoc/user-guide.xml x: 8 contributors (all time) y: 10 lines of code src/assembly/bin.xml x: 3 contributors (all time) y: 39 lines of code src/site/site.xml x: 13 contributors (all time) y: 25 lines of code src/site/xdoc/security.xml x: 1 contributors (all time) y: 33 lines of code src/site/resources/pmd/pmd-ruleset.xml x: 1 contributors (all time) y: 53 lines of code src/main/java/org/apache/commons/csv/package-info.java x: 7 contributors (all time) y: 1 lines of code src/main/java/org/apache/commons/csv/Lexer.java x: 14 contributors (all time) y: 301 lines of code src/main/java/org/apache/commons/csv/ExtendedBufferedReader.java x: 13 contributors (all time) y: 140 lines of code src/main/java/org/apache/commons/csv/CSVException.java x: 2 contributors (all time) y: 10 lines of code src/main/java/org/apache/commons/csv/DuplicateHeaderMode.java x: 3 contributors (all time) y: 6 lines of code src/main/java/org/apache/commons/csv/QuoteMode.java x: 6 contributors (all time) y: 8 lines of code src/site/resources/spotbugs/spotbugs-exclude-filter.xml x: 2 contributors (all time) y: 30 lines of code src/site/resources/download_csv.cgi x: 2 contributors (all time) y: 4 lines of code
1120.0
lines of code
  min: 1.0
  average: 126.87
  25th percentile: 10.0
  median: 39.0
  75th percentile: 140.0
  max: 1120.0
0 26.0
contributors (all time)
min: 1.0 | average: 8.09 | 25th percentile: 3.0 | median: 7.0 | 75th percentile: 13.0 | max: 26.0

File Size vs. Commits (30 days): 1 points

src/main/java/org/apache/commons/csv/CSVPrinter.java x: 5 commits (30d) y: 214 lines of code
214.0
lines of code
  min: 214.0
  average: 214.0
  25th percentile: 214.0
  median: 214.0
  75th percentile: 214.0
  max: 214.0
0 5.0
commits (30d)
min: 5.0 | average: 5.0 | 25th percentile: 5.0 | median: 5.0 | 75th percentile: 5.0 | max: 5.0

File Size vs. Contributors (30 days): 1 points

src/main/java/org/apache/commons/csv/CSVPrinter.java x: 1 contributors (30d) y: 214 lines of code
214.0
lines of code
  min: 214.0
  average: 214.0
  25th percentile: 214.0
  median: 214.0
  75th percentile: 214.0
  max: 214.0
0 1.0
contributors (30d)
min: 1.0 | average: 1.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 1.0

File Size vs. Commits (90 days): 11 points

src/main/java/org/apache/commons/csv/CSVPrinter.java x: 13 commits (90d) y: 214 lines of code src/site/xdoc/download_csv.xml x: 1 commits (90d) y: 98 lines of code src/site/xdoc/issue-tracking.xml x: 1 commits (90d) y: 56 lines of code src/site/xdoc/mail-lists.xml x: 1 commits (90d) y: 160 lines of code src/main/java/org/apache/commons/csv/CSVFormat.java x: 10 commits (90d) y: 1120 lines of code src/main/java/org/apache/commons/csv/Token.java x: 1 commits (90d) y: 26 lines of code src/main/java/org/apache/commons/csv/CSVRecord.java x: 3 commits (90d) y: 122 lines of code src/main/java/org/apache/commons/csv/CSVParser.java x: 15 commits (90d) y: 343 lines of code src/main/java/org/apache/commons/csv/Constants.java x: 3 commits (90d) y: 26 lines of code src/site/xdoc/index.xml x: 1 commits (90d) y: 93 lines of code src/site/xdoc/user-guide.xml x: 1 commits (90d) y: 10 lines of code
1120.0
lines of code
  min: 10.0
  average: 206.18
  25th percentile: 26.0
  median: 98.0
  75th percentile: 214.0
  max: 1120.0
0 15.0
commits (90d)
min: 1.0 | average: 4.55 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 10.0 | max: 15.0

File Size vs. Contributors (90 days): 11 points

src/main/java/org/apache/commons/csv/CSVPrinter.java x: 1 contributors (90d) y: 214 lines of code src/site/xdoc/download_csv.xml x: 1 contributors (90d) y: 98 lines of code src/site/xdoc/issue-tracking.xml x: 1 contributors (90d) y: 56 lines of code src/site/xdoc/mail-lists.xml x: 1 contributors (90d) y: 160 lines of code src/main/java/org/apache/commons/csv/CSVFormat.java x: 1 contributors (90d) y: 1120 lines of code src/main/java/org/apache/commons/csv/Token.java x: 1 contributors (90d) y: 26 lines of code src/main/java/org/apache/commons/csv/CSVRecord.java x: 1 contributors (90d) y: 122 lines of code src/main/java/org/apache/commons/csv/CSVParser.java x: 1 contributors (90d) y: 343 lines of code src/site/xdoc/index.xml x: 1 contributors (90d) y: 93 lines of code src/site/xdoc/user-guide.xml x: 1 contributors (90d) y: 10 lines of code
1120.0
lines of code
  min: 10.0
  average: 206.18
  25th percentile: 26.0
  median: 98.0
  75th percentile: 214.0
  max: 1120.0
0 1.0
contributors (90d)
min: 1.0 | average: 1.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 1.0