apache / fineract-cn-crypto
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 110 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)
    • 0 files changed 6-20 times (0 lines of code)
    • 4 files changed 1-5 times (110 lines of code)
0% | 0% | 0% | 0% | 100%
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 110 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)
    • 0 files changed by 2-5 contributors (0 lines of code)
    • 4 files changed by 1 contributor (110 lines of code)
0% | 0% | 0% | 0% | 100%
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, gradle, txt, gitignore, bat, xml, md, json, properties
File Change Frequency per Extension
The number of recorded file updates
101+
51-100
21-50
6-20
1-5
java0% | 0% | 0% | 0% | 100%
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% | 0% | 100%
Most Frequently Changed Files (Top 4)

See data for all files...

File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
EnableCrypto.java
in src/main/java/org/apache/fineract/cn/crypto/config
17 - 2018-04-12 2018-04-16 2 1 myrle@apache.org myrle@apache.org
CryptoSpringConfiguration.java
in src/main/java/org/apache/fineract/cn/crypto/config
20 - 2018-04-12 2018-04-16 2 1 myrle@apache.org myrle@apache.org
SaltGenerator.java
in src/main/java/org/apache/fineract/cn/crypto
23 1 2018-04-12 2018-04-16 2 1 myrle@apache.org myrle@apache.org
HashGenerator.java
in src/main/java/org/apache/fineract/cn/crypto
50 2 2018-04-12 2018-04-16 2 1 myrle@apache.org myrle@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
EnableCrypto.java
in src/main/java/org/apache/fineract/cn/crypto/config
17 - 2018-04-12 2018-04-16 2 1 myrle@apache.org myrle@apache.org
CryptoSpringConfiguration.java
in src/main/java/org/apache/fineract/cn/crypto/config
20 - 2018-04-12 2018-04-16 2 1 myrle@apache.org myrle@apache.org
HashGenerator.java
in src/main/java/org/apache/fineract/cn/crypto
50 2 2018-04-12 2018-04-16 2 1 myrle@apache.org myrle@apache.org
SaltGenerator.java
in src/main/java/org/apache/fineract/cn/crypto
23 1 2018-04-12 2018-04-16 2 1 myrle@apache.org myrle@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
HashGenerator.java
in src/main/java/org/apache/fineract/cn/crypto
50 2 2018-04-12 2018-04-16 2 1 myrle@apache.org myrle@apache.org
SaltGenerator.java
in src/main/java/org/apache/fineract/cn/crypto
23 1 2018-04-12 2018-04-16 2 1 myrle@apache.org myrle@apache.org
CryptoSpringConfiguration.java
in src/main/java/org/apache/fineract/cn/crypto/config
20 - 2018-04-12 2018-04-16 2 1 myrle@apache.org myrle@apache.org
EnableCrypto.java
in src/main/java/org/apache/fineract/cn/crypto/config
17 - 2018-04-12 2018-04-16 2 1 myrle@apache.org myrle@apache.org
Correlations

File Size vs. Number of Changes: 4 points

src/main/java/org/apache/fineract/cn/crypto/HashGenerator.java x: 50 lines of code y: 2 # changes src/main/java/org/apache/fineract/cn/crypto/SaltGenerator.java x: 23 lines of code y: 2 # changes src/main/java/org/apache/fineract/cn/crypto/config/CryptoSpringConfiguration.java x: 20 lines of code y: 2 # changes src/main/java/org/apache/fineract/cn/crypto/config/EnableCrypto.java x: 17 lines of code y: 2 # changes
2.0
# changes
  min: 2.0
  average: 2.0
  25th percentile: 2.0
  median: 2.0
  75th percentile: 2.0
  max: 2.0
0 50.0
lines of code
min: 17.0 | average: 27.5 | 25th percentile: 17.75 | median: 21.5 | 75th percentile: 43.25 | max: 50.0

Number of Contributors vs. Number of Changes: 4 points

src/main/java/org/apache/fineract/cn/crypto/HashGenerator.java x: 1 # contributors y: 2 # changes
2.0
# changes
  min: 2.0
  average: 2.0
  25th percentile: 2.0
  median: 2.0
  75th percentile: 2.0
  max: 2.0
0 1.0
# contributors
min: 1.0 | average: 1.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 1.0

Number of Contributors vs. File Size: 4 points

src/main/java/org/apache/fineract/cn/crypto/HashGenerator.java x: 1 # contributors y: 50 lines of code src/main/java/org/apache/fineract/cn/crypto/SaltGenerator.java x: 1 # contributors y: 23 lines of code src/main/java/org/apache/fineract/cn/crypto/config/CryptoSpringConfiguration.java x: 1 # contributors y: 20 lines of code src/main/java/org/apache/fineract/cn/crypto/config/EnableCrypto.java x: 1 # contributors y: 17 lines of code
50.0
lines of code
  min: 17.0
  average: 27.5
  25th percentile: 17.75
  median: 21.5
  75th percentile: 43.25
  max: 50.0
0 1.0
# contributors
min: 1.0 | average: 1.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 1.0