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 95930 - Exception in messages.log after field renaming
Summary: Exception in messages.log after field renaming
Status: VERIFIED DUPLICATE of bug 86527
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@xml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-19 13:59 UTC by Mikhail Matveev
Modified: 2007-02-27 15:12 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 Mikhail Matveev 2007-02-19 13:59:13 UTC
1. Open some schema.
2. Choose some complex type field.
3. Refactor -> Rename from popup menu.
4. Do Refactor.
Result: succesful, but exception comes to messages.log:

java.lang.NullPointerException
        at prefuse.util.DataLib.ordinalMap(DataLib.java:196)
        at prefuse.util.DataLib.ordinalMap(DataLib.java:177)
        at
prefuse.action.assignment.DataColorAction.getDistribution(DataColorAction.java:268)
        at prefuse.action.assignment.DataColorAction.setup(DataColorAction.java:225)
        at prefuse.action.EncoderAction.run(EncoderAction.java:139)
        at prefuse.action.ActionList.run(ActionList.java:79)
        at prefuse.action.Action.run(Action.java:122)
        at prefuse.activity.Activity.runActivity(Activity.java:152)
        at prefuse.activity.ActivityManager.run(ActivityManager.java:327)
Comment 1 Samaresh Panda 2007-02-26 21:38:12 UTC
This is a known issue (see 86527) and will not be fixed for gavotte.

*** This issue has been marked as a duplicate of 86527 ***
Comment 2 Mikhail Matveev 2007-02-27 15:12:51 UTC
Verified duplicate