spotify / java-hamcrest
File Age & Freshness

File age measurements show the distribution of file ages (days since the first commit) and the file freshness (days since the latest commit).

Summary
File Change History Overall
File Age Distribution Overall
Days since first update
  • There are 29 files with 1,407 lines of code in files.
    • 29 files that are 366+ days old (1,407 lines of code)
    • 0 files that are 181-365 days old (0 lines of code)
    • 0 files that are 91-180 days old (0 lines of code)
    • 0 files that are 31-90 days old (0 lines of code)
    • 0 files that are 1-30 days old (0 lines of code)
100% | 0% | 0% | 0% | 0%
Legend:
366+
181-365
91-180
31-90
1-30

explore: grouped by folders | grouped by age
File Freshness Distribution Overall
Days since last update
  • There are 29 files with 1,407 lines of code in files.
    • 29 files have been last changed 366+ days ago (1,407 lines of code)
    • 0 files have been last changed 181-365 days ago (0 lines of code)
    • 0 files have been last changed 91-180 days ago (0 lines of code)
    • 0 files have been last changed 31-90 days ago (0 lines of code)
    • 0 files have been last changed 1-30 days ago (0 lines of code)
100% | 0% | 0% | 0% | 0%
Legend:
366+
181-365
91-180
31-90
1-30

explore: grouped by folders | grouped by freshness
File Change History per File Extension
java, xml, yaml, txt, gitignore, md, json
File Age Distribution per Extension
Days since first update
366+
181-365
91-180
31-90
1-30
java100% | 0% | 0% | 0% | 0%
yaml100% | 0% | 0% | 0% | 0%
File Freshness Distribution per Extension
Days since last update
366+
181-365
91-180
31-90
1-30
java100% | 0% | 0% | 0% | 0%
yaml100% | 0% | 0% | 0% | 0%
File Change History per Logical Decomposition
primary
primary (file age distribution)
Days since first update
366+
181-365
91-180
31-90
1-30
jackson100% | 0% | 0% | 0% | 0%
future100% | 0% | 0% | 0% | 0%
pojo100% | 0% | 0% | 0% | 0%
util100% | 0% | 0% | 0% | 0%
optional100% | 0% | 0% | 0% | 0%
ROOT100% | 0% | 0% | 0% | 0%
primary (file freshness distribution)
Days since last update
366+
181-365
91-180
31-90
1-30
jackson100% | 0% | 0% | 0% | 0%
future100% | 0% | 0% | 0% | 0%
pojo100% | 0% | 0% | 0% | 0%
util100% | 0% | 0% | 0% | 0%
optional100% | 0% | 0% | 0% | 0%
ROOT100% | 0% | 0% | 0% | 0%
Oldest Files (Top 29)
File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
IsPojo.java
in pojo/src/main/java/com/spotify/hamcrest/pojo
202 15 2017-01-04 2023-07-10 14 11 davidxia@users.noreply.gith... caesarralf@spotify.com
IsJsonObject.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
111 9 2017-01-04 2023-07-10 9 8 davidxia@users.noreply.gith... caesarralf@spotify.com
IsJsonNumber.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
96 17 2017-01-04 2023-07-10 6 7 davidxia@users.noreply.gith... caesarralf@spotify.com
SuccessfullyCompletedCompletionStage.java
in future/src/main/java/com/spotify/hamcrest/future
54 2 2017-01-04 2023-07-10 2 4 davidxia@users.noreply.gith... caesarralf@spotify.com
ExceptionallyCompletedCompletionStage.java
in future/src/main/java/com/spotify/hamcrest/future
53 2 2017-01-04 2023-07-10 2 4 davidxia@users.noreply.gith... caesarralf@spotify.com
ExceptionallyCompletedFuture.java
in future/src/main/java/com/spotify/hamcrest/future
51 2 2017-01-04 2023-07-10 3 5 davidxia@users.noreply.gith... caesarralf@spotify.com
SuccessfullyCompletedFuture.java
in future/src/main/java/com/spotify/hamcrest/future
48 2 2017-01-04 2023-07-10 2 4 davidxia@users.noreply.gith... caesarralf@spotify.com
ExceptionallyCompletedBlockingCompletionStage.java
in future/src/main/java/com/spotify/hamcrest/future
46 2 2017-01-04 2023-07-10 2 4 davidxia@users.noreply.gith... caesarralf@spotify.com
ExceptionallyCompletedBlockingFuture.java
in future/src/main/java/com/spotify/hamcrest/future
44 2 2017-01-04 2023-07-10 2 4 davidxia@users.noreply.gith... caesarralf@spotify.com
IsJsonArray.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
43 6 2017-01-04 2023-07-10 6 7 davidxia@users.noreply.gith... caesarralf@spotify.com
IsJsonText.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
43 7 2017-01-04 2023-07-10 6 7 davidxia@users.noreply.gith... caesarralf@spotify.com
IsJsonBoolean.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
43 7 2017-01-04 2023-07-10 6 7 davidxia@users.noreply.gith... caesarralf@spotify.com
SuccessfullyCompletedBlockingFuture.java
in future/src/main/java/com/spotify/hamcrest/future
42 2 2017-01-04 2023-07-10 2 4 davidxia@users.noreply.gith... caesarralf@spotify.com
SuccessfullyCompletedBlockingCompletionStage.java
in future/src/main/java/com/spotify/hamcrest/future
42 2 2017-01-04 2023-07-10 2 4 davidxia@users.noreply.gith... caesarralf@spotify.com
AbstractJsonNodeMatcher.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
32 1 2017-01-04 2023-07-10 2 4 davidxia@users.noreply.gith... caesarralf@spotify.com
IsJsonStringMatching.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
45 5 2017-02-07 2023-07-10 5 5 eshr@spotify.com caesarralf@spotify.com
DescriptionUtils.java
in util/src/main/java/com/spotify/hamcrest/util
59 4 2017-03-17 2023-07-10 7 7 eshr@spotify.com caesarralf@spotify.com
IsJsonMissing.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
27 5 2017-06-18 2023-07-10 3 4 dflemstr@spotify.com caesarralf@spotify.com
IsJsonNull.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
27 5 2017-06-18 2023-07-10 3 4 dflemstr@spotify.com caesarralf@spotify.com
JsonMatchers.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
113 33 2017-07-29 2023-07-10 3 5 dflemstr@users.noreply.gith... caesarralf@spotify.com
MethodReference.java
in pojo/src/main/java/com/spotify/hamcrest/pojo
6 - 2017-08-03 2023-07-10 2 3 dflemstr@users.noreply.gith... caesarralf@spotify.com
7 - 2022-11-14 2022-11-18 2 2 cirpoc@spotify.com alessandro.cinelli@gmail.com
OptionalMatchers.java
in optional/src/main/java/com/spotify/hamcrest/optional
20 1 2022-11-18 2023-07-10 3 3 marmueller@united-internet.de caesarralf@spotify.com
CompletableFutureMatchers.java
in future/src/main/java/com/spotify/hamcrest/future
37 1 2023-07-10 2023-07-10 1 2 caesar.ralf@gmail.com caesarralf@spotify.com
FutureMatchers.java
in future/src/main/java/com/spotify/hamcrest/future
36 1 2023-07-10 2023-07-10 1 2 caesar.ralf@gmail.com caesarralf@spotify.com
PresentOptional.java
in optional/src/main/java/com/spotify/hamcrest/optional
31 2 2023-07-10 2023-07-10 1 2 caesar.ralf@gmail.com caesarralf@spotify.com
LanguageUtils.java
in util/src/main/java/com/spotify/hamcrest/util
20 2 2023-07-10 2023-07-10 1 2 caesar.ralf@gmail.com caesarralf@spotify.com
EmptyOptional.java
in optional/src/main/java/com/spotify/hamcrest/optional
18 2 2023-07-10 2023-07-10 1 2 caesar.ralf@gmail.com caesarralf@spotify.com
Utils.java
in future/src/main/java/com/spotify/hamcrest/future
11 2 2023-07-10 2023-07-10 1 2 caesar.ralf@gmail.com caesarralf@spotify.com
Files Not Recently Changed (Top 29)
File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
7 - 2022-11-14 2022-11-18 2 2 cirpoc@spotify.com alessandro.cinelli@gmail.com
MethodReference.java
in pojo/src/main/java/com/spotify/hamcrest/pojo
6 - 2017-08-03 2023-07-10 2 3 dflemstr@users.noreply.gith... caesarralf@spotify.com
Utils.java
in future/src/main/java/com/spotify/hamcrest/future
11 2 2023-07-10 2023-07-10 1 2 caesar.ralf@gmail.com caesarralf@spotify.com
EmptyOptional.java
in optional/src/main/java/com/spotify/hamcrest/optional
18 2 2023-07-10 2023-07-10 1 2 caesar.ralf@gmail.com caesarralf@spotify.com
OptionalMatchers.java
in optional/src/main/java/com/spotify/hamcrest/optional
20 1 2022-11-18 2023-07-10 3 3 marmueller@united-internet.de caesarralf@spotify.com
LanguageUtils.java
in util/src/main/java/com/spotify/hamcrest/util
20 2 2023-07-10 2023-07-10 1 2 caesar.ralf@gmail.com caesarralf@spotify.com
IsJsonNull.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
27 5 2017-06-18 2023-07-10 3 4 dflemstr@spotify.com caesarralf@spotify.com
IsJsonMissing.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
27 5 2017-06-18 2023-07-10 3 4 dflemstr@spotify.com caesarralf@spotify.com
PresentOptional.java
in optional/src/main/java/com/spotify/hamcrest/optional
31 2 2023-07-10 2023-07-10 1 2 caesar.ralf@gmail.com caesarralf@spotify.com
AbstractJsonNodeMatcher.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
32 1 2017-01-04 2023-07-10 2 4 davidxia@users.noreply.gith... caesarralf@spotify.com
FutureMatchers.java
in future/src/main/java/com/spotify/hamcrest/future
36 1 2023-07-10 2023-07-10 1 2 caesar.ralf@gmail.com caesarralf@spotify.com
CompletableFutureMatchers.java
in future/src/main/java/com/spotify/hamcrest/future
37 1 2023-07-10 2023-07-10 1 2 caesar.ralf@gmail.com caesarralf@spotify.com
SuccessfullyCompletedBlockingCompletionStage.java
in future/src/main/java/com/spotify/hamcrest/future
42 2 2017-01-04 2023-07-10 2 4 davidxia@users.noreply.gith... caesarralf@spotify.com
SuccessfullyCompletedBlockingFuture.java
in future/src/main/java/com/spotify/hamcrest/future
42 2 2017-01-04 2023-07-10 2 4 davidxia@users.noreply.gith... caesarralf@spotify.com
IsJsonBoolean.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
43 7 2017-01-04 2023-07-10 6 7 davidxia@users.noreply.gith... caesarralf@spotify.com
IsJsonText.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
43 7 2017-01-04 2023-07-10 6 7 davidxia@users.noreply.gith... caesarralf@spotify.com
IsJsonArray.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
43 6 2017-01-04 2023-07-10 6 7 davidxia@users.noreply.gith... caesarralf@spotify.com
ExceptionallyCompletedBlockingFuture.java
in future/src/main/java/com/spotify/hamcrest/future
44 2 2017-01-04 2023-07-10 2 4 davidxia@users.noreply.gith... caesarralf@spotify.com
IsJsonStringMatching.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
45 5 2017-02-07 2023-07-10 5 5 eshr@spotify.com caesarralf@spotify.com
ExceptionallyCompletedBlockingCompletionStage.java
in future/src/main/java/com/spotify/hamcrest/future
46 2 2017-01-04 2023-07-10 2 4 davidxia@users.noreply.gith... caesarralf@spotify.com
SuccessfullyCompletedFuture.java
in future/src/main/java/com/spotify/hamcrest/future
48 2 2017-01-04 2023-07-10 2 4 davidxia@users.noreply.gith... caesarralf@spotify.com
ExceptionallyCompletedFuture.java
in future/src/main/java/com/spotify/hamcrest/future
51 2 2017-01-04 2023-07-10 3 5 davidxia@users.noreply.gith... caesarralf@spotify.com
ExceptionallyCompletedCompletionStage.java
in future/src/main/java/com/spotify/hamcrest/future
53 2 2017-01-04 2023-07-10 2 4 davidxia@users.noreply.gith... caesarralf@spotify.com
SuccessfullyCompletedCompletionStage.java
in future/src/main/java/com/spotify/hamcrest/future
54 2 2017-01-04 2023-07-10 2 4 davidxia@users.noreply.gith... caesarralf@spotify.com
DescriptionUtils.java
in util/src/main/java/com/spotify/hamcrest/util
59 4 2017-03-17 2023-07-10 7 7 eshr@spotify.com caesarralf@spotify.com
IsJsonNumber.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
96 17 2017-01-04 2023-07-10 6 7 davidxia@users.noreply.gith... caesarralf@spotify.com
IsJsonObject.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
111 9 2017-01-04 2023-07-10 9 8 davidxia@users.noreply.gith... caesarralf@spotify.com
JsonMatchers.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
113 33 2017-07-29 2023-07-10 3 5 dflemstr@users.noreply.gith... caesarralf@spotify.com
IsPojo.java
in pojo/src/main/java/com/spotify/hamcrest/pojo
202 15 2017-01-04 2023-07-10 14 11 davidxia@users.noreply.gith... caesarralf@spotify.com
Most Recently Created Files (Top 29)
File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
CompletableFutureMatchers.java
in future/src/main/java/com/spotify/hamcrest/future
37 1 2023-07-10 2023-07-10 1 2 caesar.ralf@gmail.com caesarralf@spotify.com
FutureMatchers.java
in future/src/main/java/com/spotify/hamcrest/future
36 1 2023-07-10 2023-07-10 1 2 caesar.ralf@gmail.com caesarralf@spotify.com
PresentOptional.java
in optional/src/main/java/com/spotify/hamcrest/optional
31 2 2023-07-10 2023-07-10 1 2 caesar.ralf@gmail.com caesarralf@spotify.com
LanguageUtils.java
in util/src/main/java/com/spotify/hamcrest/util
20 2 2023-07-10 2023-07-10 1 2 caesar.ralf@gmail.com caesarralf@spotify.com
EmptyOptional.java
in optional/src/main/java/com/spotify/hamcrest/optional
18 2 2023-07-10 2023-07-10 1 2 caesar.ralf@gmail.com caesarralf@spotify.com
Utils.java
in future/src/main/java/com/spotify/hamcrest/future
11 2 2023-07-10 2023-07-10 1 2 caesar.ralf@gmail.com caesarralf@spotify.com
OptionalMatchers.java
in optional/src/main/java/com/spotify/hamcrest/optional
20 1 2022-11-18 2023-07-10 3 3 marmueller@united-internet.de caesarralf@spotify.com
7 - 2022-11-14 2022-11-18 2 2 cirpoc@spotify.com alessandro.cinelli@gmail.com
MethodReference.java
in pojo/src/main/java/com/spotify/hamcrest/pojo
6 - 2017-08-03 2023-07-10 2 3 dflemstr@users.noreply.gith... caesarralf@spotify.com
JsonMatchers.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
113 33 2017-07-29 2023-07-10 3 5 dflemstr@users.noreply.gith... caesarralf@spotify.com
IsJsonMissing.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
27 5 2017-06-18 2023-07-10 3 4 dflemstr@spotify.com caesarralf@spotify.com
IsJsonNull.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
27 5 2017-06-18 2023-07-10 3 4 dflemstr@spotify.com caesarralf@spotify.com
DescriptionUtils.java
in util/src/main/java/com/spotify/hamcrest/util
59 4 2017-03-17 2023-07-10 7 7 eshr@spotify.com caesarralf@spotify.com
IsJsonStringMatching.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
45 5 2017-02-07 2023-07-10 5 5 eshr@spotify.com caesarralf@spotify.com
IsPojo.java
in pojo/src/main/java/com/spotify/hamcrest/pojo
202 15 2017-01-04 2023-07-10 14 11 davidxia@users.noreply.gith... caesarralf@spotify.com
IsJsonObject.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
111 9 2017-01-04 2023-07-10 9 8 davidxia@users.noreply.gith... caesarralf@spotify.com
IsJsonNumber.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
96 17 2017-01-04 2023-07-10 6 7 davidxia@users.noreply.gith... caesarralf@spotify.com
SuccessfullyCompletedCompletionStage.java
in future/src/main/java/com/spotify/hamcrest/future
54 2 2017-01-04 2023-07-10 2 4 davidxia@users.noreply.gith... caesarralf@spotify.com
ExceptionallyCompletedCompletionStage.java
in future/src/main/java/com/spotify/hamcrest/future
53 2 2017-01-04 2023-07-10 2 4 davidxia@users.noreply.gith... caesarralf@spotify.com
ExceptionallyCompletedFuture.java
in future/src/main/java/com/spotify/hamcrest/future
51 2 2017-01-04 2023-07-10 3 5 davidxia@users.noreply.gith... caesarralf@spotify.com
SuccessfullyCompletedFuture.java
in future/src/main/java/com/spotify/hamcrest/future
48 2 2017-01-04 2023-07-10 2 4 davidxia@users.noreply.gith... caesarralf@spotify.com
ExceptionallyCompletedBlockingCompletionStage.java
in future/src/main/java/com/spotify/hamcrest/future
46 2 2017-01-04 2023-07-10 2 4 davidxia@users.noreply.gith... caesarralf@spotify.com
ExceptionallyCompletedBlockingFuture.java
in future/src/main/java/com/spotify/hamcrest/future
44 2 2017-01-04 2023-07-10 2 4 davidxia@users.noreply.gith... caesarralf@spotify.com
IsJsonArray.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
43 6 2017-01-04 2023-07-10 6 7 davidxia@users.noreply.gith... caesarralf@spotify.com
IsJsonText.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
43 7 2017-01-04 2023-07-10 6 7 davidxia@users.noreply.gith... caesarralf@spotify.com
IsJsonBoolean.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
43 7 2017-01-04 2023-07-10 6 7 davidxia@users.noreply.gith... caesarralf@spotify.com
SuccessfullyCompletedBlockingFuture.java
in future/src/main/java/com/spotify/hamcrest/future
42 2 2017-01-04 2023-07-10 2 4 davidxia@users.noreply.gith... caesarralf@spotify.com
SuccessfullyCompletedBlockingCompletionStage.java
in future/src/main/java/com/spotify/hamcrest/future
42 2 2017-01-04 2023-07-10 2 4 davidxia@users.noreply.gith... caesarralf@spotify.com
AbstractJsonNodeMatcher.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
32 1 2017-01-04 2023-07-10 2 4 davidxia@users.noreply.gith... caesarralf@spotify.com
Most Recently Changed Files (Top 29)
File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
IsPojo.java
in pojo/src/main/java/com/spotify/hamcrest/pojo
202 15 2017-01-04 2023-07-10 14 11 davidxia@users.noreply.gith... caesarralf@spotify.com
JsonMatchers.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
113 33 2017-07-29 2023-07-10 3 5 dflemstr@users.noreply.gith... caesarralf@spotify.com
IsJsonObject.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
111 9 2017-01-04 2023-07-10 9 8 davidxia@users.noreply.gith... caesarralf@spotify.com
IsJsonNumber.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
96 17 2017-01-04 2023-07-10 6 7 davidxia@users.noreply.gith... caesarralf@spotify.com
DescriptionUtils.java
in util/src/main/java/com/spotify/hamcrest/util
59 4 2017-03-17 2023-07-10 7 7 eshr@spotify.com caesarralf@spotify.com
SuccessfullyCompletedCompletionStage.java
in future/src/main/java/com/spotify/hamcrest/future
54 2 2017-01-04 2023-07-10 2 4 davidxia@users.noreply.gith... caesarralf@spotify.com
ExceptionallyCompletedCompletionStage.java
in future/src/main/java/com/spotify/hamcrest/future
53 2 2017-01-04 2023-07-10 2 4 davidxia@users.noreply.gith... caesarralf@spotify.com
ExceptionallyCompletedFuture.java
in future/src/main/java/com/spotify/hamcrest/future
51 2 2017-01-04 2023-07-10 3 5 davidxia@users.noreply.gith... caesarralf@spotify.com
SuccessfullyCompletedFuture.java
in future/src/main/java/com/spotify/hamcrest/future
48 2 2017-01-04 2023-07-10 2 4 davidxia@users.noreply.gith... caesarralf@spotify.com
ExceptionallyCompletedBlockingCompletionStage.java
in future/src/main/java/com/spotify/hamcrest/future
46 2 2017-01-04 2023-07-10 2 4 davidxia@users.noreply.gith... caesarralf@spotify.com
IsJsonStringMatching.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
45 5 2017-02-07 2023-07-10 5 5 eshr@spotify.com caesarralf@spotify.com
ExceptionallyCompletedBlockingFuture.java
in future/src/main/java/com/spotify/hamcrest/future
44 2 2017-01-04 2023-07-10 2 4 davidxia@users.noreply.gith... caesarralf@spotify.com
IsJsonArray.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
43 6 2017-01-04 2023-07-10 6 7 davidxia@users.noreply.gith... caesarralf@spotify.com
IsJsonText.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
43 7 2017-01-04 2023-07-10 6 7 davidxia@users.noreply.gith... caesarralf@spotify.com
IsJsonBoolean.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
43 7 2017-01-04 2023-07-10 6 7 davidxia@users.noreply.gith... caesarralf@spotify.com
SuccessfullyCompletedBlockingFuture.java
in future/src/main/java/com/spotify/hamcrest/future
42 2 2017-01-04 2023-07-10 2 4 davidxia@users.noreply.gith... caesarralf@spotify.com
SuccessfullyCompletedBlockingCompletionStage.java
in future/src/main/java/com/spotify/hamcrest/future
42 2 2017-01-04 2023-07-10 2 4 davidxia@users.noreply.gith... caesarralf@spotify.com
CompletableFutureMatchers.java
in future/src/main/java/com/spotify/hamcrest/future
37 1 2023-07-10 2023-07-10 1 2 caesar.ralf@gmail.com caesarralf@spotify.com
FutureMatchers.java
in future/src/main/java/com/spotify/hamcrest/future
36 1 2023-07-10 2023-07-10 1 2 caesar.ralf@gmail.com caesarralf@spotify.com
AbstractJsonNodeMatcher.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
32 1 2017-01-04 2023-07-10 2 4 davidxia@users.noreply.gith... caesarralf@spotify.com
PresentOptional.java
in optional/src/main/java/com/spotify/hamcrest/optional
31 2 2023-07-10 2023-07-10 1 2 caesar.ralf@gmail.com caesarralf@spotify.com
IsJsonMissing.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
27 5 2017-06-18 2023-07-10 3 4 dflemstr@spotify.com caesarralf@spotify.com
IsJsonNull.java
in jackson/src/main/java/com/spotify/hamcrest/jackson
27 5 2017-06-18 2023-07-10 3 4 dflemstr@spotify.com caesarralf@spotify.com
LanguageUtils.java
in util/src/main/java/com/spotify/hamcrest/util
20 2 2023-07-10 2023-07-10 1 2 caesar.ralf@gmail.com caesarralf@spotify.com
OptionalMatchers.java
in optional/src/main/java/com/spotify/hamcrest/optional
20 1 2022-11-18 2023-07-10 3 3 marmueller@united-internet.de caesarralf@spotify.com
EmptyOptional.java
in optional/src/main/java/com/spotify/hamcrest/optional
18 2 2023-07-10 2023-07-10 1 2 caesar.ralf@gmail.com caesarralf@spotify.com
Utils.java
in future/src/main/java/com/spotify/hamcrest/future
11 2 2023-07-10 2023-07-10 1 2 caesar.ralf@gmail.com caesarralf@spotify.com
MethodReference.java
in pojo/src/main/java/com/spotify/hamcrest/pojo
6 - 2017-08-03 2023-07-10 2 3 dflemstr@users.noreply.gith... caesarralf@spotify.com
7 - 2022-11-14 2022-11-18 2 2 cirpoc@spotify.com alessandro.cinelli@gmail.com