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 240893 - NullPointerException at java.util.Arrays$ArrayList.<init>
Summary: NullPointerException at java.util.Arrays$ArrayList.<init>
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: All All
: P2 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
: 240760 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-01-23 15:43 UTC by Vladimir Voskresensky
Modified: 2014-02-19 12:25 UTC (History)
17 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 206897


Attachments
stacktrace (1.49 KB, text/plain)
2014-01-23 15:43 UTC, Vladimir Voskresensky
Details
stacktrace (3.74 KB, text/plain)
2014-01-26 20:10 UTC, everflux
Details
stacktrace (1.49 KB, text/plain)
2014-01-26 20:19 UTC, everflux
Details
stacktrace (1.49 KB, text/plain)
2014-01-27 06:07 UTC, Martin Fousek
Details
stacktrace (1.49 KB, text/plain)
2014-01-27 11:40 UTC, Alexander Simon
Details
stacktrace (1.49 KB, text/plain)
2014-01-27 14:46 UTC, IrianR
Details
stacktrace (1.49 KB, text/plain)
2014-01-28 05:19 UTC, brettryan
Details
stacktrace (1.49 KB, text/plain)
2014-01-28 10:16 UTC, Ondrej Vrabec
Details
stacktrace (1.49 KB, text/plain)
2014-01-29 12:49 UTC, Milos Kleint
Details
stacktrace (1.49 KB, text/plain)
2014-02-01 15:19 UTC, Ralph Ruijs
Details
stacktrace (1.49 KB, text/plain)
2014-02-01 21:31 UTC, alied
Details
stacktrace (1.49 KB, text/plain)
2014-02-02 22:16 UTC, _ tboudreau
Details
stacktrace (1.49 KB, text/plain)
2014-02-03 08:34 UTC, nleck
Details
stacktrace (1.49 KB, text/plain)
2014-02-04 11:28 UTC, Ralph Ruijs
Details
stacktrace (1.49 KB, text/plain)
2014-02-04 14:16 UTC, Alexander Simon
Details
stacktrace (1.49 KB, text/plain)
2014-02-05 14:04 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2014-01-23 15:43:11 UTC
Build: NetBeans IDE Dev (Build 20140123-43f00d564256)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: SunOS

User Comments:
vv159170: switch to empty project group




Stacktrace: 
java.lang.NullPointerException
   at java.util.Arrays$ArrayList.<init>(Arrays.java:2842)
   at java.util.Arrays.asList(Arrays.java:2828)
   at org.netbeans.modules.java.editor.fold.JavaElementFoldManager$CommitFolds.run(JavaElementFoldManager.java:338)
   at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1391)
   at org.netbeans.modules.java.editor.fold.JavaElementFoldManager$CommitFolds.run(JavaElementFoldManager.java:328)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
Comment 1 Vladimir Voskresensky 2014-01-23 15:43:14 UTC
Created attachment 144297 [details]
stacktrace
Comment 2 everflux 2014-01-26 20:10:10 UTC
Created attachment 144382 [details]
stacktrace

viewing a diff from commit dialog
Comment 3 everflux 2014-01-26 20:19:09 UTC
Created attachment 144384 [details]
stacktrace

closing java editor window
Comment 4 Martin Fousek 2014-01-27 06:07:09 UTC
Created attachment 144389 [details]
stacktrace

I switched Group to another one
Comment 5 Exceptions Reporter 2014-01-27 09:22:09 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=206897
Comment 6 Alexander Simon 2014-01-27 11:40:09 UTC
Created attachment 144405 [details]
stacktrace

edit java file
Comment 7 IrianR 2014-01-27 14:46:09 UTC
Created attachment 144418 [details]
stacktrace

Editing a normal java file.
Comment 8 brettryan 2014-01-28 05:19:11 UTC
Created attachment 144434 [details]
stacktrace

Closed an editor window.
Comment 9 Ondrej Vrabec 2014-01-28 10:16:10 UTC
Created attachment 144459 [details]
stacktrace

switching project group => files were closing and other opening
Comment 10 Exceptions Reporter 2014-01-29 10:58:10 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=206897
Comment 11 Milos Kleint 2014-01-29 12:49:10 UTC
Created attachment 144532 [details]
stacktrace

closed a java file in editor
Comment 12 Ralph Ruijs 2014-02-01 15:19:15 UTC
Created attachment 144676 [details]
stacktrace

Committed changes, but diff viewer was still open.
Comment 13 alied 2014-02-01 21:31:15 UTC
Created attachment 144683 [details]
stacktrace

reviweing formatting options.
Java was selected as languge
I guess I was switching category
Comment 14 _ tboudreau 2014-02-02 22:16:15 UTC
Created attachment 144700 [details]
stacktrace

Trying to select some code in the left-hand window of the local-history tab of a Java sourcce.
Comment 15 nleck 2014-02-03 08:34:17 UTC
Created attachment 144705 [details]
stacktrace

Closing windows
Comment 16 Ralph Ruijs 2014-02-04 11:28:16 UTC
Created attachment 144765 [details]
stacktrace

Exception occurs very often
Comment 17 Ralph Ruijs 2014-02-04 11:29:52 UTC
>10 duplicates and happening really often
Comment 18 Alexander Simon 2014-02-04 14:16:16 UTC
Created attachment 144778 [details]
stacktrace

close editors
Comment 19 Exceptions Reporter 2014-02-05 11:22:23 UTC
This bug already has 20 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=206897
Comment 20 Alexander Simon 2014-02-05 14:04:22 UTC
Created attachment 144834 [details]
stacktrace

edit file
Comment 21 Svata Dedic 2014-02-05 15:11:58 UTC
Will be fixed in jet-main#2bc448cc37ff
Comment 22 Quality Engineering 2014-02-14 02:52:48 UTC
Integrated into 'main-silver', will be available in build *201402140001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/2bc448cc37ff
User: Svata Dedic <sdedic@netbeans.org>
Log: #240893: properly handled no opened panes condition
Comment 23 Dusan Balek 2014-02-19 12:25:32 UTC
*** Bug 240760 has been marked as a duplicate of this bug. ***