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 173220 - AssertionError: Literal displayName value should start with 'bundle:'
Summary: AssertionError: Literal displayName value should start with 'bundle:'
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: rmichalsky
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-29 00:50 UTC by Jesse Glick
Modified: 2009-10-01 17:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 159191


Attachments
stacktrace (4.28 KB, text/plain)
2009-09-29 00:50 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2009-09-29 00:50:32 UTC
Build: NetBeans IDE Dev (Build 090928)
VM: Java HotSpot(TM) Client VM, 14.1-b02, Java(TM) SE Runtime Environment, 1.6.0_15-b03
OS: Linux, 2.6.28-15-generic, i386

User Comments:
jglick: Expanding layer node for a file in which I used <attr name="displayName" stringvalue="..."/>.



Stacktrace: 
java.lang.AssertionError: Literal displayName value should start with 'bundle:'
        at org.netbeans.modules.apisupport.project.layers.BadgingSupport.annotateNameGeneral(BadgingSupport.java:166)
        at org.netbeans.modules.apisupport.project.layers.BadgingSupport.access$300(BadgingSupport.java:91)
        at org.netbeans.modules.apisupport.project.layers.BadgingSupport$1.run(BadgingSupport.java:146)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:602)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1084)
Comment 1 Jesse Glick 2009-09-29 00:50:43 UTC
Created attachment 88458 [details]
stacktrace
Comment 2 rmichalsky 2009-09-29 10:57:33 UTC
core-main #c21eff420374
Comment 3 Quality Engineering 2009-10-01 17:24:03 UTC
Integrated into 'main-golden', will be available in build *200910010513* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/c21eff420374
User: Richard Michalsky <rmichalsky@netbeans.org>
Log: #173220: correctly showing displayName specified as stringvalue