A regression from #456 . When projectId is null and the untouched long getProjectId() is called the JVM will throw a NullPointerException because it can't autobox null to any value of long.
This caused a regression in some script and CasC tools.
Testing done
Submitter checklist
[ ] Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
[ ] Ensure that the pull request title represents the desired changelog entry
[ ] Please describe what you did
[ ] Link to relevant issues in GitHub or Jira
[ ] Link to relevant pull requests, esp. upstream and downstream changes
[ ] Ensure you have provided tests - that demonstrates feature works or fixes the issue
A regression from #456 . When
projectId
isnull
and the untouchedlong getProjectId()
is called the JVM will throw aNullPointerException
because it can't autoboxnull
to any value oflong
.This caused a regression in some script and CasC tools.
Testing done
Submitter checklist