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 250841 - NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)
Summary: NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: I18N (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-02 20:31 UTC by rafaeldev
Modified: 2015-04-03 03:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215779


Attachments
stacktrace (7.45 KB, text/plain)
2015-03-02 20:31 UTC, rafaeldev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rafaeldev 2015-03-02 20:31:35 UTC
This bug was originally marked as duplicate of bug 175881, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 8

User Comments:
rafaeldev: The problem occured when I was using internationalization wizard.




Stacktrace: 
java.lang.NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)
   at org.netbeans.api.project.FileOwnerQuery.getOwner(FileOwnerQuery.java:95)
   at org.netbeans.modules.i18n.SelectorUtils.bundlesNode(SelectorUtils.java:181)
   at org.netbeans.modules.i18n.SelectorUtils.selectOrCreateBundle(SelectorUtils.java:374)
   at org.netbeans.modules.i18n.PropertyPanel.browseButtonActionPerformed(PropertyPanel.java:571)
   at org.netbeans.modules.i18n.PropertyPanel.access$700(PropertyPanel.java:94)
   at org.netbeans.modules.i18n.PropertyPanel$8.actionPerformed(PropertyPanel.java:428)
Comment 1 rafaeldev 2015-03-02 20:31:37 UTC
Created attachment 152335 [details]
stacktrace
Comment 2 Ralph Ruijs 2015-03-30 12:31:40 UTC
changeset:   d9bb7ea63bea
user:        Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
date:        Mon Mar 30 14:30:49 2015 +0200
summary:     #250841 - NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)
Comment 3 Quality Engineering 2015-04-03 03:07:12 UTC
Integrated into 'main-silver', will be available in build *201504030001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/d9bb7ea63bea
User: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Log: #250841 - NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)