apache / sling-org-apache-sling-models-validation-impl
File Change Frequency

File change frequency (churn) shows the distribution of file updates (days with at least one commit).

Overview
File Change Frequency Overall
  • There are 4 files with 128 lines of code.
    • 0 files changed more than 100 times (0 lines of code)
    • 0 files changed 51-100 times (0 lines of code)
    • 0 files changed 21-50 times (0 lines of code)
    • 1 file changed 6-20 times (85 lines of code)
    • 3 files changed 1-5 times (43 lines of code)
0% | 0% | 0% | 66% | 33%
Legend:
101+
51-100
21-50
6-20
1-5

explore: grouped by folders | grouped by update frequency | data
Contributors Count Frequency Overall
  • There are 4 files with 128 lines of code.
    • 0 files changed by more than 25 contributors (0 lines of code)
    • 0 files changed by 11-25 contributors (0 lines of code)
    • 0 files changed by 6-10 contributors (0 lines of code)
    • 1 file changed by 2-5 contributors (85 lines of code)
    • 3 files changed by 1 contributor (43 lines of code)
0% | 0% | 0% | 66% | 33%
Legend:
26+
11-25
6-10
2-5
1

explore: grouped by folders | grouped by contributors count | data
File Change Frequency per File Extension
java, json, md, txt, xml, gitignore, yaml
File Change Frequency per Extension
The number of recorded file updates
101+
51-100
21-50
6-20
1-5
java0% | 0% | 0% | 66% | 33%
File Change Frequency per Logical Decomposition
primary
primary (file change frequency)
The number of recorded file updates
101+
51-100
21-50
6-20
1-5
src0% | 0% | 0% | 66% | 33%
Most Frequently Changed Files (Top 4)

See data for all files...

File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
ModelValidationImpl.java
in src/main/java/org/apache/sling/models/validation/impl
85 3 2015-06-03 2018-08-13 8 3 kwin@apache.org sseifert@pro-vision.de
InvalidResourceException.java
in src/main/java/org/apache/sling/models/validation
30 4 2015-06-11 2020-06-06 5 1 kwin@apache.org kwin@apache.org
package-info.java
in src/main/java/org/apache/sling/models/validation
3 - 2020-06-06 2020-06-06 1 1 kwin@apache.org kwin@apache.org
ModelValidationConfiguration.java
in src/main/java/org/apache/sling/models/validation/impl
10 - 2017-02-20 2017-02-20 1 1 kwin@apache.org kwin@apache.org
Files With Most Contributors (Top 4)
Based on the number of unique email addresses found in commits.

See data for all files...

File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
ModelValidationImpl.java
in src/main/java/org/apache/sling/models/validation/impl
85 3 2015-06-03 2018-08-13 8 3 kwin@apache.org sseifert@pro-vision.de
InvalidResourceException.java
in src/main/java/org/apache/sling/models/validation
30 4 2015-06-11 2020-06-06 5 1 kwin@apache.org kwin@apache.org
ModelValidationConfiguration.java
in src/main/java/org/apache/sling/models/validation/impl
10 - 2017-02-20 2017-02-20 1 1 kwin@apache.org kwin@apache.org
package-info.java
in src/main/java/org/apache/sling/models/validation
3 - 2020-06-06 2020-06-06 1 1 kwin@apache.org kwin@apache.org
Files With Least Contributors (Top 4)
Based on the number of unique email addresses found in commits.

See data for all files...

File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
InvalidResourceException.java
in src/main/java/org/apache/sling/models/validation
30 4 2015-06-11 2020-06-06 5 1 kwin@apache.org kwin@apache.org
ModelValidationConfiguration.java
in src/main/java/org/apache/sling/models/validation/impl
10 - 2017-02-20 2017-02-20 1 1 kwin@apache.org kwin@apache.org
package-info.java
in src/main/java/org/apache/sling/models/validation
3 - 2020-06-06 2020-06-06 1 1 kwin@apache.org kwin@apache.org
ModelValidationImpl.java
in src/main/java/org/apache/sling/models/validation/impl
85 3 2015-06-03 2018-08-13 8 3 kwin@apache.org sseifert@pro-vision.de
Correlations

File Size vs. Number of Changes: 4 points

src/main/java/org/apache/sling/models/validation/InvalidResourceException.java x: 30 lines of code y: 5 # changes src/main/java/org/apache/sling/models/validation/package-info.java x: 3 lines of code y: 1 # changes src/main/java/org/apache/sling/models/validation/impl/ModelValidationImpl.java x: 85 lines of code y: 8 # changes src/main/java/org/apache/sling/models/validation/impl/ModelValidationConfiguration.java x: 10 lines of code y: 1 # changes
8.0
# changes
  min: 1.0
  average: 3.75
  25th percentile: 1.0
  median: 3.0
  75th percentile: 7.25
  max: 8.0
0 85.0
lines of code
min: 3.0 | average: 32.0 | 25th percentile: 4.75 | median: 20.0 | 75th percentile: 71.25 | max: 85.0

Number of Contributors vs. Number of Changes: 4 points

src/main/java/org/apache/sling/models/validation/InvalidResourceException.java x: 1 # contributors y: 5 # changes src/main/java/org/apache/sling/models/validation/package-info.java x: 1 # contributors y: 1 # changes src/main/java/org/apache/sling/models/validation/impl/ModelValidationImpl.java x: 3 # contributors y: 8 # changes
8.0
# changes
  min: 1.0
  average: 3.75
  25th percentile: 1.0
  median: 3.0
  75th percentile: 7.25
  max: 8.0
0 3.0
# contributors
min: 1.0 | average: 1.5 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 2.5 | max: 3.0

Number of Contributors vs. File Size: 4 points

src/main/java/org/apache/sling/models/validation/InvalidResourceException.java x: 1 # contributors y: 30 lines of code src/main/java/org/apache/sling/models/validation/package-info.java x: 1 # contributors y: 3 lines of code src/main/java/org/apache/sling/models/validation/impl/ModelValidationImpl.java x: 3 # contributors y: 85 lines of code src/main/java/org/apache/sling/models/validation/impl/ModelValidationConfiguration.java x: 1 # contributors y: 10 lines of code
85.0
lines of code
  min: 3.0
  average: 32.0
  25th percentile: 4.75
  median: 20.0
  75th percentile: 71.25
  max: 85.0
0 3.0
# contributors
min: 1.0 | average: 1.5 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 2.5 | max: 3.0