https://issues.apache.org/bugzilla/show_bug.cgi?id=51488

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #3 from [email protected] 2011-07-21 13:24:02 UTC ---
This introduces a problem (Nullpointerexception) in case variableName is null
(enableVariableButton = false in constructor).

This is the case for example with durationAssertion. 
We need to add
 if (variableName != null)
to setScope...

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to