-
Bug
-
Resolution: Duplicate
-
Low
-
3.6.2
-
None
When adding a changeset to a review, if the changeset has no commit message then a NullPointerException is received;
Steps to reproduce;
- Perform a commit without a message
- Create a Review
- Try to add the changeset that contains no commit message
- NullPointerException error retrieved.
Tested and confirmed with subversion.
The workaround is simply to add a message when performing the commit.
- duplicates
-
CRUC-7259 NullPointerException When Creating a Review Where Latest Changeset Has No Commit Message
-
- Closed
-
[CRUC-7113] NPE when adding a changest to a review with no commit message from a SVN Repo
Workflow | Original: FE-CRUC Bug Workflow [ 2940094 ] | New: JAC Bug Workflow v3 [ 2955482 ] |
Workflow | Original: FECRU Development Workflow - Triage - Restricted [ 1513115 ] | New: FE-CRUC Bug Workflow [ 2940094 ] |
Workflow | Original: FECRU Development Workflow - Triage [ 940601 ] | New: FECRU Development Workflow - Triage - Restricted [ 1513115 ] |
Workflow | Original: FECRU Development Workflow (Triage) [ 796894 ] | New: FECRU Development Workflow - Triage [ 940601 ] |
Fix Version/s | New: 3.9.0 [ 53798 ] | |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Summary | Original: NPE when adding a changest to a review with no commit message from a SVN Repe | New: NPE when adding a changest to a review with no commit message from a SVN Repo |
Epic Link | New: FECRU-3483 [ 280433 ] |
This is fixed in
CRUC-7259.Another workaround is to set a review title before adding the changeset to the review. As discussed in
CRUC-7259, this happens due to an NPE while trying to extract a review title from the commit message.