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 239320 - 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.4
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-10 15:43 UTC by Tomas Danek
Modified: 2014-01-16 02:44 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 205913


Attachments
stacktrace (1.60 KB, text/plain)
2013-12-10 15:43 UTC, Tomas Danek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Danek 2013-12-10 15:43:01 UTC
This bug was originally marked as duplicate of bug 230766, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Mac OS X

User Comments:
GUEST: Changing colors for new editor built for Julia language using javacc

musilt2: no specific action, just setting up maven opts

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

GUEST: editing the options




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:494)
   at org.netbeans.modules.options.colors.ColorModel$Preview.updateMimeType(ColorModel.java:349)
   at org.netbeans.modules.options.colors.ColorModel$Preview.access$000(ColorModel.java:281)
   at org.netbeans.modules.options.colors.ColorModel$Preview$2.run(ColorModel.java:334)
Comment 1 Tomas Danek 2013-12-10 15:43:03 UTC
Created attachment 143017 [details]
stacktrace
Comment 2 Milutin Kristofic 2014-01-14 15:12:31 UTC
http://hg.netbeans.org/jet-main/rev/940b492ab5cf
Comment 3 Quality Engineering 2014-01-16 02:44:06 UTC
Integrated into 'main-silver', will be available in build *201401160001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/940b492ab5cf
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #239320 - NegativeArraySizeException at java.lang.AbstractStringBuilder.<init>