Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.3
-
Component/s: API
-
Labels:
-
Attachments:
-
Comments:2
-
Documentation Status:Not Required
Description
RequestItem keeps its "accepted" state in a Boolean object, which has no explicit initializer and thus starts out as a null reference. isAccept_request() returns a boolean primitive. It unconditionally returns the Boolean, which will be auto-unboxed, and if null we get a NullPointerException.