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 86527 - NPE in log on refactoring schema
Summary: NPE in log on refactoring schema
Status: RESOLVED WONTFIX
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: Samaresh Panda
URL:
Keywords:
: 95930 122338 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-10-05 00:31 UTC by Ivan Sidorkin
Modified: 2009-02-19 23:31 UTC (History)
3 users (show)

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 Ivan Sidorkin 2006-10-05 00:31:21 UTC
build 21
jdk 1.6

- create Java Application 
- add XML Schema 
- add new Element to created schema
- in context menu for new element select Refactor->Rename
- type new name and press Next button
check IDE log for exceptions:

05.10.2006 3:25:33 prefuse.action.ActionList run
WARNING: null
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 Chris Webster 2006-10-05 00:38:21 UTC
I suspect this is a prefuse issue, so unless this causes a problem we will not
fix this for FCS. 
Comment 2 Samaresh Panda 2007-02-26 21:38:12 UTC
*** Issue 95930 has been marked as a duplicate of this issue. ***
Comment 3 Samaresh Panda 2008-12-04 16:30:51 UTC
Harmless and since we're not going to use a new prefuse, I'll mark it as wontfix.
Comment 4 Samaresh Panda 2008-12-04 22:25:18 UTC
*** Issue 122338 has been marked as a duplicate of this issue. ***