Review of a fix for the issue #177382
Alex Petrov <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
A review of a fix for the issue #177382
* Description of the bug #177382 (https://netbeans.org/bugzilla/show_bug.cgi?id=177382)
IllegalStateException: multiple instances of shared class
org.netbeans.modules.xml.actions.CollectXMLAction created.
* Impact assessment i.e. why it is a showstopper?
Pop-up menu items, required for XML files, "Check XML", "Validate XML", "Generate DTD", "XSL
Transformation" are not visible.
* Risk assessment i.e. why is it safe?
Pop-up menu items, required for XML files, "Check XML", "Validate XML", "Generate DTD", "XSL
Transformation" are visible now and work properly.
* Confirmation of peer code review and QE verification of fix
* Changeset info (for reviewing diffs)
http://hg.netbeans.org/main/rev/c7be2e3fa280
Thanks.
Alex Petrov ([email protected])