apache / maven-ejb-plugin
File Size

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

Intro
Learn more...
File Size Overall
0% | 0% | 30% | 0% | 69%
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
java0% | 0% | 63% | 0% | 36%
xml0% | 0% | 0% | 0% | 100%
groovy0% | 0% | 0% | 0% | 100%
cgi0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src0% | 0% | 30% | 0% | 69%
Longest Files (Top 22)
File# lines# units
EjbMojo.java
in src/main/java/org/apache/maven/plugins/ejb
238 15
components.xml
in src/main/filtered-resources/META-INF/plexus
67 -
verify.groovy
in src/it/mejb-34-not-filtered
48 -
verify.groovy
in src/it/mejb-34-filtered
48 -
IncludesExcludes.java
in src/main/java/org/apache/maven/plugins/ejb
36 2
settings.xml
in src/it
35 -
verify.groovy
in src/it/mejb-93
35 1
EjbHelper.java
in src/main/java/org/apache/maven/plugins/ejb
34 4
ejb-jar.xml
in src/it/mejb-34-not-filtered/src/main/resources/META-INF
28 -
ejb-jar.xml
in src/it/mejb-34-filtered/src/main/resources/META-INF
28 -
ejb-jar.xml
in src/it/default/src/main/resources/META-INF
22 -
ejb-jar.xml
in src/it/mejb-93/src/main/resources/META-INF
22 -
ejb-jar.xml
in src/it/reactor/sub/src/main/resources/META-INF
22 -
cgi
download.cgi
in src/site/resources
22 -
site.xml
in src/site
18 -
Person.java
in src/it/mejb-34-not-filtered/src/main/java/org/apache/maven/mejb34
13 2
Person.java
in src/it/default/src/main/java/org/apache/maven/it0017
13 2
Person.java
in src/it/mejb-93/src/main/java/org/apache/maven/it0017
13 2
Person.java
in src/it/mejb-34-filtered/src/main/java/org/apache/maven/mejb34
13 2
Person.java
in src/it/reactor/sub/src/main/java/org/apache/maven
13 2
A.java
in src/it/MEJB-72/src/main/java
4 1
ejb-jar.xml
in src/it/exclude-ejb-jar-xml/src/main/resources/META-INF
3 -
Files With Most Units (Top 10)
File# lines# units
EjbMojo.java
in src/main/java/org/apache/maven/plugins/ejb
238 15
EjbHelper.java
in src/main/java/org/apache/maven/plugins/ejb
34 4
Person.java
in src/it/mejb-34-not-filtered/src/main/java/org/apache/maven/mejb34
13 2
Person.java
in src/it/default/src/main/java/org/apache/maven/it0017
13 2
Person.java
in src/it/mejb-93/src/main/java/org/apache/maven/it0017
13 2
Person.java
in src/it/mejb-34-filtered/src/main/java/org/apache/maven/mejb34
13 2
Person.java
in src/it/reactor/sub/src/main/java/org/apache/maven
13 2
IncludesExcludes.java
in src/main/java/org/apache/maven/plugins/ejb
36 2
verify.groovy
in src/it/mejb-93
35 1
A.java
in src/it/MEJB-72/src/main/java
4 1
Files With Long Lines (Top 2)

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

File# lines# units# long lines
verify.groovy
in src/it/mejb-93
35 1 1
site.xml
in src/site
18 - 1
Correlations

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

src/main/java/org/apache/maven/plugins/ejb/EjbHelper.java x: 5 commits (all time) y: 34 lines of code src/main/java/org/apache/maven/plugins/ejb/EjbMojo.java x: 17 commits (all time) y: 238 lines of code src/main/java/org/apache/maven/plugins/ejb/IncludesExcludes.java x: 5 commits (all time) y: 36 lines of code src/it/mejb-34-filtered/verify.groovy x: 1 commits (all time) y: 48 lines of code src/main/filtered-resources/META-INF/plexus/components.xml x: 1 commits (all time) y: 67 lines of code src/site/site.xml x: 15 commits (all time) y: 18 lines of code src/it/MEJB-72/src/main/java/A.java x: 1 commits (all time) y: 4 lines of code src/it/mejb-93/src/main/java/org/apache/maven/it0017/Person.java x: 1 commits (all time) y: 13 lines of code src/it/mejb-93/src/main/resources/META-INF/ejb-jar.xml x: 1 commits (all time) y: 22 lines of code src/it/mejb-93/verify.groovy x: 1 commits (all time) y: 35 lines of code src/site/resources/download.cgi x: 2 commits (all time) y: 22 lines of code src/it/default/src/main/java/org/apache/maven/it0017/Person.java x: 2 commits (all time) y: 13 lines of code src/it/exclude-ejb-jar-xml/src/main/resources/META-INF/ejb-jar.xml x: 2 commits (all time) y: 3 lines of code src/it/mejb-34-filtered/src/main/resources/META-INF/ejb-jar.xml x: 2 commits (all time) y: 28 lines of code src/it/settings.xml x: 3 commits (all time) y: 35 lines of code
238.0
lines of code
  min: 3.0
  average: 35.23
  25th percentile: 13.0
  median: 22.0
  75th percentile: 35.25
  max: 238.0
0 17.0
commits (all time)
min: 1.0 | average: 3.27 | 25th percentile: 1.0 | median: 2.0 | 75th percentile: 2.25 | max: 17.0

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

src/main/java/org/apache/maven/plugins/ejb/EjbHelper.java x: 2 contributors (all time) y: 34 lines of code src/main/java/org/apache/maven/plugins/ejb/EjbMojo.java x: 7 contributors (all time) y: 238 lines of code src/main/java/org/apache/maven/plugins/ejb/IncludesExcludes.java x: 3 contributors (all time) y: 36 lines of code src/it/mejb-34-filtered/verify.groovy x: 1 contributors (all time) y: 48 lines of code src/main/filtered-resources/META-INF/plexus/components.xml x: 1 contributors (all time) y: 67 lines of code src/site/site.xml x: 6 contributors (all time) y: 18 lines of code src/it/MEJB-72/src/main/java/A.java x: 1 contributors (all time) y: 4 lines of code src/it/mejb-93/src/main/java/org/apache/maven/it0017/Person.java x: 1 contributors (all time) y: 13 lines of code src/it/mejb-93/src/main/resources/META-INF/ejb-jar.xml x: 1 contributors (all time) y: 22 lines of code src/it/mejb-93/verify.groovy x: 1 contributors (all time) y: 35 lines of code src/site/resources/download.cgi x: 2 contributors (all time) y: 22 lines of code src/it/default/src/main/java/org/apache/maven/it0017/Person.java x: 2 contributors (all time) y: 13 lines of code src/it/exclude-ejb-jar-xml/src/main/resources/META-INF/ejb-jar.xml x: 2 contributors (all time) y: 3 lines of code src/it/mejb-34-filtered/src/main/resources/META-INF/ejb-jar.xml x: 1 contributors (all time) y: 28 lines of code
238.0
lines of code
  min: 3.0
  average: 35.23
  25th percentile: 13.0
  median: 22.0
  75th percentile: 35.25
  max: 238.0
0 7.0
contributors (all time)
min: 1.0 | average: 1.91 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 2.0 | max: 7.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): 0 points

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

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

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