This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 129836 - popping up menu on link returns illegal warning
Summary: popping up menu on link returns illegal warning
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: Diagram Class (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-11 19:54 UTC by Peter Lam
Modified: 2008-06-03 20:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Lam 2008-03-11 19:54:46 UTC
- create a class diagram
- create a class and an interface (or a 2nd class)
- create an implementation link from the class to the interface (or generalization link to the 2nd class)
- right click on the link will log the following in the ide logfile

WARNING [org.openide.util.Utilities]: ContextAwareAction.createContextAwareInstance(context) returns null. That is
illegal! action=org.netbeans.modules.uml.drawingarea.actions.AddLabelsAction@d0d407,
context=org.openide.util.lookup.SimpleProxyLookup@158d371
Comment 1 Trey Spiva 2008-05-22 16:43:13 UTC
Fixed 

http://hg.netbeans.org/uml-main/rev/01e96eaa348d
Comment 2 Peter Lam 2008-06-03 20:58:31 UTC
verified in latest build.