Skip to content

Conversation

@handstandsam
Copy link
Collaborator

@handstandsam handstandsam commented Jan 6, 2026

  • Fix NPE Crash: Using default value now if null
  • Also Included In PR: Gradle Task Dependencies fix.

@handstandsam handstandsam force-pushed the samedwards.2026.01.05-fix-ownership-null-crash branch from 2d04920 to 95b37bc Compare January 6, 2026 18:02
val stat: Stat? = statTotalAndMetadata.get(statMetadata.key)
if (stat != null) {
val moduleOwnerName = moduleToOwnerMap[modulePath]!!
val moduleOwnerName = moduleToOwnerMap[modulePath] ?: OwnerInfo.UNOWNED
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the fix!

@handstandsam handstandsam merged commit 7f953b9 into main Jan 6, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants