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 90061 - Exception related to opening very big files...
Summary: Exception related to opening very big files...
Status: RESOLVED DUPLICATE of bug 83564
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-27 03:51 UTC by belur_1d
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
log file (97.58 KB, text/plain)
2006-12-01 12:10 UTC, belur_1d
Details

Note You need to log in before you can comment on or make changes to this bug.
Description belur_1d 2006-11-27 03:51:12 UTC
1> Open a very big file
2>ALert comes up...more than 1 mb wud u like to open
3>Click yes...proceed with ur work
4>Finally  before shutting down DONT close this file  tab
5>ide shut down
6>bring up the ide
7>netbeans is not able to open the big file...
[tab name shows file name BUT no contents]
8>Some null pointer exception happened
Comment 1 _ rkubacki 2006-12-01 10:43:23 UTC
Please can you attach messages.log file?
Comment 2 belur_1d 2006-12-01 12:10:24 UTC
Created attachment 36422 [details]
log file
Comment 3 belur_1d 2006-12-01 12:12:44 UTC
Exception 1

java.lang.NullPointerException
	at
org.netbeans.modules.java.navigation.actions.OpenAction.selectElementInPane(OpenAction.java:204)
	at
org.netbeans.modules.java.navigation.actions.OpenAction.access$000(OpenAction.java:62)
[catch] at
org.netbeans.modules.java.navigation.actions.OpenAction$1.run(OpenAction.java:146)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Comment 4 belur_1d 2006-12-01 12:16:19 UTC
Exception window comes up when i clicked on a method from naviagation window
Comment 5 belur_1d 2006-12-01 12:17:28 UTC
Exception window comes up when i clicked on a method from naviagation window
Comment 6 _ rkubacki 2006-12-01 12:34:56 UTC
Somewhere between java, editor and maybe openide/text.
Comment 7 Jan Lahoda 2006-12-18 15:23:05 UTC
Seems to me like a duplicate of issue #83564.

*** This issue has been marked as a duplicate of 83564 ***
Comment 8 Quality Engineering 2007-09-20 12:45:21 UTC
Reorganization of java component