To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109942


User mhu changed the following:

                What    |Old value                 |New value
================================================================================
          Ever confirmed|                          |1
--------------------------------------------------------------------------------
                  Status|UNCONFIRMED               |NEW
--------------------------------------------------------------------------------
              Issue type|PATCH                     |DEFECT
--------------------------------------------------------------------------------




------- Additional comments from [email protected] Tue Apr  6 08:23:28 +0000 
2010 -------
Confirming issue, the control flow in method "edit()"

<quote>
if (rhinoWindow != null)
{
   ...
   rhinoWindow.showScriptWindow(...);
   ...
}
else
{
   ...
}
rhinoWindow.toFront(); <===
</quote>

leads to the assumption of a possible Null Pointer dereference.

On the other hand, "rhinoWindow" is a static (i.e. class) member, and may be 
constructed through the side effect of constructing another instance during the 
above control flow.

Changing issue type from "patch" to "defect", as there is no patch attached.




---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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

Reply via email to