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 228195 - Opening file with File > Open File... throws NullPointerException
Summary: Opening file with File > Open File... throws NullPointerException
Status: RESOLVED DUPLICATE of bug 227187
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 7.3
Hardware: Macintosh (x86) Mac OS X
: P1 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-03 11:01 UTC by ionuion
Modified: 2013-04-03 13:59 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
log file (65.42 KB, application/octet-stream)
2013-04-03 11:01 UTC, ionuion
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ionuion 2013-04-03 11:01:03 UTC
Created attachment 133274 [details]
log file

Environment:
Product Version: NetBeans IDE 7.3 (Build 201302132200)
Java: 1.7.0_11; Java HotSpot(TM) 64-Bit Server VM 23.6-b04
Runtime: Java(TM) SE Runtime Environment 1.7.0_11-b21
System: Mac OS X version 10.7.5 running on x86_64; US-ASCII; en_US (nb)
User directory: /Users/ionuion/Library/Application Support/NetBeans/7.3
Cache directory: /Users/ionuion/Library/Caches/NetBeans/7.3

Steps to reproduce:
1. Open File from outside of open projects (e.g. file.txt somewhere on the disk)
Expected Results:
The file is opened.

Actual Results:
No file opened
Error displayed in the notification area. Clicking it renders:
'Unexpected Exception
java.lang.NullPointerException'

It is impossible to submit the issue because NullPointerExceptions are thrown in chain
Comment 1 Vladimir Riha 2013-04-03 13:39:15 UTC
I guess this could belong to Dialogs? If not, please reassign. Thanks
Comment 2 Stanislav Aubrecht 2013-04-03 13:59:49 UTC

*** This bug has been marked as a duplicate of bug 227187 ***