cowwoc commented on code in PR #389:
URL:
https://github.com/apache/maven-build-cache-extension/pull/389#discussion_r3611461063
##########
src/main/java/org/apache/maven/buildcache/BuildCacheMojosExecutionStrategy.java:
##########
@@ -401,6 +401,14 @@ boolean isParamsMatched(
CompletedExecution completedExecution) {
List<TrackedProperty> tracked =
cacheConfig.getTrackedProperties(mojoExecution);
Review Comment:
Addressed in ea9634b by removing the redundant null check. The generated
`GoalReconciliation#getReconciles()` initializes the list when null; the cache
configuration accessor is already non-null.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]