Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 3.0.0 Beta 1
-
Fix Version/s: 3.0.0 Beta 1
-
Component/s: Core
-
Labels:None
-
Environment:
Plataform-Independent
-
Acceptance Test - Add?:No
-
Acceptance Test - Entry:
Description
IQ type property is being initialized with null value. It will cause an unhandled exception in the method.
Initialising it with a blank String solves the issue, as it throws an IllegalArgumentException if no value is found in the IQ.
A simple fix.