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 230766 - NegativeArraySizeException at java.lang.AbstractStringBuilder.<init>
Summary: NegativeArraySizeException at java.lang.AbstractStringBuilder.<init>
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Options (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-05 08:22 UTC by Exceptions Reporter
Modified: 2013-06-10 02:20 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 158384


Attachments
stacktrace (1.60 KB, text/plain)
2013-06-05 08:22 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-06-05 08:22:42 UTC
Build: NetBeans IDE 7.3 (Build 201302132200)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 7

User Comments:
GUEST: editing the options

GUEST: Options Tab Panel are empty when the Netbeans components is not enabled




Stacktrace: 
java.lang.NegativeArraySizeException
   at java.lang.AbstractStringBuilder.<init>(AbstractStringBuilder.java:64)
   at java.lang.StringBuilder.<init>(StringBuilder.java:97)
   at org.netbeans.modules.options.colors.ColorModel$Preview.loadPreviewExample(ColorModel.java:481)
   at org.netbeans.modules.options.colors.ColorModel$Preview.updateMimeType(ColorModel.java:348)
   at org.netbeans.modules.options.colors.ColorModel$Preview.access$000(ColorModel.java:280)
   at org.netbeans.modules.options.colors.ColorModel$Preview$2.run(ColorModel.java:333)
Comment 1 Exceptions Reporter 2013-06-05 08:22:43 UTC
Created attachment 135362 [details]
stacktrace
Comment 2 Milutin Kristofic 2013-06-06 16:51:02 UTC
http://hg.netbeans.org/jet-main/rev/043133093c32
Comment 3 Quality Engineering 2013-06-10 02:20:56 UTC
Integrated into 'main-golden', will be available in build *201306100004* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/043133093c32
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #230766 - NegativeArraySizeException at java.lang.AbstractStringBuilder.<init>