apache / sling-org-apache-sling-auth-saml2
File Size

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

Intro
Learn more...
File Size Overall
0% | 36% | 16% | 17% | 30%
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% | 36% | 16% | 17% | 30%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src0% | 36% | 16% | 17% | 30%
Longest Files (Top 20)
File# lines# units
AuthenticationHandlerSAML2Impl.java
in src/main/java/org/apache/sling/auth/saml2/impl
547 40
TokenStore.java
in src/main/java/org/apache/sling/auth/saml2/impl
245 8
Saml2UserMgtServiceImpl.java
in src/main/java/org/apache/sling/auth/saml2/impl
149 9
AbstractSamlHandler.java
in src/main/java/org/apache/sling/auth/saml2/impl
113 19
Activator.java
in src/main/java/org/apache/sling/auth/saml2
79 7
Saml2LoginModule.java
in src/main/java/org/apache/sling/auth/saml2/sp
69 7
AuthenticationHandlerSAML2Config.java
in src/main/java/org/apache/sling/auth/saml2
67 -
Saml2User.java
in src/main/java/org/apache/sling/auth/saml2
38 8
Helpers.java
in src/main/java/org/apache/sling/auth/saml2
31 4
SessionStorage.java
in src/main/java/org/apache/sling/auth/saml2/sp
30 4
KeyPairCredentials.java
in src/main/java/org/apache/sling/auth/saml2/sp
27 2
SimplePrincipal.java
in src/main/java/org/apache/sling/auth/saml2/impl
26 4
VerifySignatureCredentials.java
in src/main/java/org/apache/sling/auth/saml2/sp
23 2
JksCredentials.java
in src/main/java/org/apache/sling/auth/saml2/sp
21 2
SamlReason.java
in src/main/java/org/apache/sling/auth/saml2/sp
13 2
Saml2Credentials.java
in src/main/java/org/apache/sling/auth/saml2/impl
12 2
SAML2RuntimeException.java
in src/main/java/org/apache/sling/auth/saml2
12 3
Saml2UserMgtService.java
in src/main/java/org/apache/sling/auth/saml2
10 -
AuthenticationHandlerSAML2.java
in src/main/java/org/apache/sling/auth/saml2
4 -
package-info.java
in src/main/java/org/apache/sling/auth/saml2
2 -
Files With Most Units (Top 16)
File# lines# units
AuthenticationHandlerSAML2Impl.java
in src/main/java/org/apache/sling/auth/saml2/impl
547 40
AbstractSamlHandler.java
in src/main/java/org/apache/sling/auth/saml2/impl
113 19
Saml2UserMgtServiceImpl.java
in src/main/java/org/apache/sling/auth/saml2/impl
149 9
TokenStore.java
in src/main/java/org/apache/sling/auth/saml2/impl
245 8
Saml2User.java
in src/main/java/org/apache/sling/auth/saml2
38 8
Saml2LoginModule.java
in src/main/java/org/apache/sling/auth/saml2/sp
69 7
Activator.java
in src/main/java/org/apache/sling/auth/saml2
79 7
SimplePrincipal.java
in src/main/java/org/apache/sling/auth/saml2/impl
26 4
SessionStorage.java
in src/main/java/org/apache/sling/auth/saml2/sp
30 4
Helpers.java
in src/main/java/org/apache/sling/auth/saml2
31 4
SAML2RuntimeException.java
in src/main/java/org/apache/sling/auth/saml2
12 3
Saml2Credentials.java
in src/main/java/org/apache/sling/auth/saml2/impl
12 2
SamlReason.java
in src/main/java/org/apache/sling/auth/saml2/sp
13 2
KeyPairCredentials.java
in src/main/java/org/apache/sling/auth/saml2/sp
27 2
JksCredentials.java
in src/main/java/org/apache/sling/auth/saml2/sp
21 2
VerifySignatureCredentials.java
in src/main/java/org/apache/sling/auth/saml2/sp
23 2
Files With Long Lines (Top 5)

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

File# lines# units# long lines
AuthenticationHandlerSAML2Impl.java
in src/main/java/org/apache/sling/auth/saml2/impl
547 40 7
TokenStore.java
in src/main/java/org/apache/sling/auth/saml2/impl
245 8 2
Activator.java
in src/main/java/org/apache/sling/auth/saml2
79 7 2
AuthenticationHandlerSAML2Config.java
in src/main/java/org/apache/sling/auth/saml2
67 - 2
Saml2LoginModule.java
in src/main/java/org/apache/sling/auth/saml2/sp
69 7 1
Correlations

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

src/main/java/org/apache/sling/auth/saml2/impl/Saml2UserMgtServiceImpl.java x: 17 commits (all time) y: 149 lines of code src/main/java/org/apache/sling/auth/saml2/impl/TokenStore.java x: 4 commits (all time) y: 245 lines of code src/main/java/org/apache/sling/auth/saml2/Saml2UserMgtService.java x: 10 commits (all time) y: 10 lines of code src/main/java/org/apache/sling/auth/saml2/sp/KeyPairCredentials.java x: 9 commits (all time) y: 27 lines of code src/main/java/org/apache/sling/auth/saml2/sp/SessionStorage.java x: 9 commits (all time) y: 30 lines of code src/main/java/org/apache/sling/auth/saml2/sp/VerifySignatureCredentials.java x: 11 commits (all time) y: 23 lines of code src/main/java/org/apache/sling/auth/saml2/Activator.java x: 13 commits (all time) y: 79 lines of code src/main/java/org/apache/sling/auth/saml2/AuthenticationHandlerSAML2.java x: 36 commits (all time) y: 4 lines of code src/main/java/org/apache/sling/auth/saml2/AuthenticationHandlerSAML2Config.java x: 18 commits (all time) y: 67 lines of code src/main/java/org/apache/sling/auth/saml2/Helpers.java x: 12 commits (all time) y: 31 lines of code src/main/java/org/apache/sling/auth/saml2/Saml2User.java x: 2 commits (all time) y: 38 lines of code src/main/java/org/apache/sling/auth/saml2/impl/AbstractSamlHandler.java x: 2 commits (all time) y: 113 lines of code src/main/java/org/apache/sling/auth/saml2/impl/AuthenticationHandlerSAML2Impl.java x: 2 commits (all time) y: 547 lines of code src/main/java/org/apache/sling/auth/saml2/package-info.java x: 2 commits (all time) y: 2 lines of code src/main/java/org/apache/sling/auth/saml2/sp/JksCredentials.java x: 9 commits (all time) y: 21 lines of code src/main/java/org/apache/sling/auth/saml2/sp/Saml2LoginModule.java x: 3 commits (all time) y: 69 lines of code src/main/java/org/apache/sling/auth/saml2/SAML2RuntimeException.java x: 3 commits (all time) y: 12 lines of code src/main/java/org/apache/sling/auth/saml2/sp/SamlReason.java x: 1 commits (all time) y: 13 lines of code src/main/java/org/apache/sling/auth/saml2/impl/Saml2Credentials.java x: 1 commits (all time) y: 12 lines of code src/main/java/org/apache/sling/auth/saml2/impl/SimplePrincipal.java x: 1 commits (all time) y: 26 lines of code
547.0
lines of code
  min: 2.0
  average: 75.9
  25th percentile: 12.25
  median: 28.5
  75th percentile: 76.5
  max: 547.0
0 36.0
commits (all time)
min: 1.0 | average: 8.25 | 25th percentile: 2.0 | median: 6.5 | 75th percentile: 11.75 | max: 36.0

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

src/main/java/org/apache/sling/auth/saml2/impl/Saml2UserMgtServiceImpl.java x: 2 contributors (all time) y: 149 lines of code src/main/java/org/apache/sling/auth/saml2/impl/TokenStore.java x: 2 contributors (all time) y: 245 lines of code src/main/java/org/apache/sling/auth/saml2/Saml2UserMgtService.java x: 2 contributors (all time) y: 10 lines of code src/main/java/org/apache/sling/auth/saml2/sp/KeyPairCredentials.java x: 1 contributors (all time) y: 27 lines of code src/main/java/org/apache/sling/auth/saml2/sp/SessionStorage.java x: 1 contributors (all time) y: 30 lines of code src/main/java/org/apache/sling/auth/saml2/sp/VerifySignatureCredentials.java x: 1 contributors (all time) y: 23 lines of code src/main/java/org/apache/sling/auth/saml2/Activator.java x: 2 contributors (all time) y: 79 lines of code src/main/java/org/apache/sling/auth/saml2/AuthenticationHandlerSAML2.java x: 2 contributors (all time) y: 4 lines of code src/main/java/org/apache/sling/auth/saml2/AuthenticationHandlerSAML2Config.java x: 2 contributors (all time) y: 67 lines of code src/main/java/org/apache/sling/auth/saml2/Helpers.java x: 2 contributors (all time) y: 31 lines of code src/main/java/org/apache/sling/auth/saml2/Saml2User.java x: 2 contributors (all time) y: 38 lines of code src/main/java/org/apache/sling/auth/saml2/impl/AbstractSamlHandler.java x: 2 contributors (all time) y: 113 lines of code src/main/java/org/apache/sling/auth/saml2/impl/AuthenticationHandlerSAML2Impl.java x: 2 contributors (all time) y: 547 lines of code src/main/java/org/apache/sling/auth/saml2/package-info.java x: 2 contributors (all time) y: 2 lines of code src/main/java/org/apache/sling/auth/saml2/sp/JksCredentials.java x: 2 contributors (all time) y: 21 lines of code src/main/java/org/apache/sling/auth/saml2/sp/Saml2LoginModule.java x: 2 contributors (all time) y: 69 lines of code src/main/java/org/apache/sling/auth/saml2/SAML2RuntimeException.java x: 1 contributors (all time) y: 12 lines of code src/main/java/org/apache/sling/auth/saml2/sp/SamlReason.java x: 1 contributors (all time) y: 13 lines of code
547.0
lines of code
  min: 2.0
  average: 75.9
  25th percentile: 12.25
  median: 28.5
  75th percentile: 76.5
  max: 547.0
0 2.0
contributors (all time)
min: 1.0 | average: 1.65 | 25th percentile: 1.0 | median: 2.0 | 75th percentile: 2.0 | max: 2.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".