apache / maven-pdf-plugin
File Size

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

Intro
Learn more...
File Size Overall
60% | 18% | 0% | 7% | 13%
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
xml90% | 0% | 0% | 0% | 9%
java0% | 57% | 0% | 23% | 18%
cgi0% | 0% | 0% | 0% | 100%
xhtml0% | 0% | 0% | 0% | 100%
groovy0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src60% | 18% | 0% | 7% | 13%
Longest Files (Top 28)
File# lines# units
entities.xml
in src/it/fop-basic/src/site/xdoc
2312 -
PdfMojo.java
in src/main/java/org/apache/maven/plugins/pdf
696 34
PdfAggregateMojo.java
in src/main/java/org/apache/maven/plugins/pdf
151 12
DocumentModelBuilder.java
in src/main/java/org/apache/maven/plugins/pdf
140 12
DateBean.java
in src/main/java/org/apache/maven/plugins/pdf
90 14
DocumentDescriptorReader.java
in src/main/java/org/apache/maven/plugins/pdf
84 4
settings.xml
in src/it
35 -
TocFileHelper.java
in src/main/java/org/apache/maven/plugins/pdf
35 3
pdf.xml
in src/site
27 -
cgi
download.cgi
in src/site/resources
22 -
site.xml
in src/site
21 -
pdf.xml
in src/it/descriptor/src/site
20 -
pdf_fr.xml
in src/it/descriptor/src/site
20 -
AbstractPdfMojo.java
in src/main/java/org/apache/maven/plugins/pdf
19 1
site.xml
in src/it/pdf-with-reporting-section/src/site
16 -
xdoc.xml
in src/it/pdf-with-reporting-section/src/site/xdoc
14 -
help.xml
in src/it/descriptor/src/site/xdoc
14 -
foo.xml
in src/it/descriptor/src/site/xdoc
14 -
help.xml
in src/it/descriptor/src/site/fr/xdoc
14 -
foo.xml
in src/it/descriptor/src/site/fr/xdoc
14 -
xhtml.xhtml
in src/it/pdf-with-reporting-section/src/site/xhtml
12 -
site.xml
in src/it/fop-basic/src/site
10 -
pdf-config.xml
in src/site/resources
9 -
site.xml
in src/it/pdf-aggregate/mod-b/src/site
8 -
site.xml
in src/it/pdf-aggregate/mod-a/src/site
8 -
site.xml
in src/it/pdf-aggregate/src/site
8 -
verify.groovy
in src/it/pdf-aggregate
4 -
verify.groovy
in src/it/descriptor
3 -
Files With Most Units (Top 7)
File# lines# units
PdfMojo.java
in src/main/java/org/apache/maven/plugins/pdf
696 34
DateBean.java
in src/main/java/org/apache/maven/plugins/pdf
90 14
PdfAggregateMojo.java
in src/main/java/org/apache/maven/plugins/pdf
151 12
DocumentModelBuilder.java
in src/main/java/org/apache/maven/plugins/pdf
140 12
DocumentDescriptorReader.java
in src/main/java/org/apache/maven/plugins/pdf
84 4
TocFileHelper.java
in src/main/java/org/apache/maven/plugins/pdf
35 3
AbstractPdfMojo.java
in src/main/java/org/apache/maven/plugins/pdf
19 1
Files With Long Lines (Top 2)

There are 2 files with lines longer than 120 characters. In total, there are 3 long lines.

File# lines# units# long lines
entities.xml
in src/it/fop-basic/src/site/xdoc
2312 - 2
xhtml.xhtml
in src/it/pdf-with-reporting-section/src/site/xhtml
12 - 1
Correlations

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

src/main/java/org/apache/maven/plugins/pdf/DocumentModelBuilder.java x: 23 commits (all time) y: 140 lines of code src/main/java/org/apache/maven/plugins/pdf/PdfMojo.java x: 115 commits (all time) y: 696 lines of code src/main/java/org/apache/maven/plugins/pdf/AbstractPdfMojo.java x: 3 commits (all time) y: 19 lines of code src/main/java/org/apache/maven/plugins/pdf/DateBean.java x: 6 commits (all time) y: 90 lines of code src/main/java/org/apache/maven/plugins/pdf/DocumentDescriptorReader.java x: 10 commits (all time) y: 84 lines of code src/main/java/org/apache/maven/plugins/pdf/PdfAggregateMojo.java x: 7 commits (all time) y: 151 lines of code src/main/java/org/apache/maven/plugins/pdf/TocFileHelper.java x: 5 commits (all time) y: 35 lines of code src/it/pdf-aggregate/mod-a/src/site/site.xml x: 1 commits (all time) y: 8 lines of code src/it/descriptor/src/site/fr/xdoc/foo.xml x: 1 commits (all time) y: 14 lines of code src/it/descriptor/src/site/pdf.xml x: 1 commits (all time) y: 20 lines of code src/site/site.xml x: 9 commits (all time) y: 21 lines of code src/it/pdf-with-reporting-section/src/site/site.xml x: 2 commits (all time) y: 16 lines of code src/site/resources/download.cgi x: 2 commits (all time) y: 22 lines of code src/it/fop-basic/src/site/xdoc/entities.xml x: 1 commits (all time) y: 2312 lines of code src/site/pdf.xml x: 13 commits (all time) y: 27 lines of code src/it/settings.xml x: 1 commits (all time) y: 35 lines of code src/site/resources/pdf-config.xml x: 2 commits (all time) y: 9 lines of code
2312.0
lines of code
  min: 3.0
  average: 136.43
  25th percentile: 10.5
  median: 17.5
  75th percentile: 35.0
  max: 2312.0
0 115.0
commits (all time)
min: 1.0 | average: 7.64 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 5.75 | max: 115.0

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

src/main/java/org/apache/maven/plugins/pdf/DocumentModelBuilder.java x: 9 contributors (all time) y: 140 lines of code src/main/java/org/apache/maven/plugins/pdf/PdfMojo.java x: 16 contributors (all time) y: 696 lines of code src/main/java/org/apache/maven/plugins/pdf/AbstractPdfMojo.java x: 2 contributors (all time) y: 19 lines of code src/main/java/org/apache/maven/plugins/pdf/DateBean.java x: 3 contributors (all time) y: 90 lines of code src/main/java/org/apache/maven/plugins/pdf/DocumentDescriptorReader.java x: 5 contributors (all time) y: 84 lines of code src/main/java/org/apache/maven/plugins/pdf/PdfAggregateMojo.java x: 4 contributors (all time) y: 151 lines of code src/main/java/org/apache/maven/plugins/pdf/TocFileHelper.java x: 3 contributors (all time) y: 35 lines of code src/it/pdf-aggregate/mod-a/src/site/site.xml x: 1 contributors (all time) y: 8 lines of code src/it/descriptor/src/site/fr/xdoc/foo.xml x: 1 contributors (all time) y: 14 lines of code src/it/descriptor/src/site/pdf.xml x: 1 contributors (all time) y: 20 lines of code src/site/site.xml x: 4 contributors (all time) y: 21 lines of code src/it/pdf-with-reporting-section/src/site/site.xml x: 2 contributors (all time) y: 16 lines of code src/it/fop-basic/src/site/xdoc/entities.xml x: 1 contributors (all time) y: 2312 lines of code src/it/settings.xml x: 1 contributors (all time) y: 35 lines of code src/site/resources/pdf-config.xml x: 2 contributors (all time) y: 9 lines of code
2312.0
lines of code
  min: 3.0
  average: 136.43
  25th percentile: 10.5
  median: 17.5
  75th percentile: 35.0
  max: 2312.0
0 16.0
contributors (all time)
min: 1.0 | average: 2.54 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 2.75 | max: 16.0

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

No data for "commits (30d)" vs. "lines of code".

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

No data for "contributors (30d)" vs. "lines of code".


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

src/main/java/org/apache/maven/plugins/pdf/DocumentModelBuilder.java x: 1 commits (90d) y: 140 lines of code src/main/java/org/apache/maven/plugins/pdf/PdfMojo.java x: 1 commits (90d) y: 696 lines of code
696.0
lines of code
  min: 140.0
  average: 418.0
  25th percentile: 140.0
  median: 418.0
  75th percentile: 696.0
  max: 696.0
0 1.0
commits (90d)
min: 1.0 | average: 1.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 1.0

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

src/main/java/org/apache/maven/plugins/pdf/DocumentModelBuilder.java x: 1 contributors (90d) y: 140 lines of code src/main/java/org/apache/maven/plugins/pdf/PdfMojo.java x: 1 contributors (90d) y: 696 lines of code
696.0
lines of code
  min: 140.0
  average: 418.0
  25th percentile: 140.0
  median: 418.0
  75th percentile: 696.0
  max: 696.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