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 172726 - NullPointerException at org.netbeans.modules.masterfs.GlobalVisibilityQueryImpl.isVisible
Summary: NullPointerException at org.netbeans.modules.masterfs.GlobalVisibilityQueryIm...
Status: RESOLVED DUPLICATE of bug 172139
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Mysik
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-22 00:54 UTC by rhysm
Modified: 2009-09-23 11:18 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 158831


Attachments
stacktrace (4.88 KB, text/plain)
2009-09-22 00:54 UTC, rhysm
Details
stacktrace (4.88 KB, text/plain)
2009-09-23 11:14 UTC, jordao
Details
stacktrace (4.88 KB, text/plain)
2009-09-23 11:15 UTC, jordao
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rhysm 2009-09-22 00:54:23 UTC
Build: NetBeans IDE Dev (Build 200909211401)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows XP, 5.1, x86

User Comments:
GUEST: ctrl-S an html file

rhysm: Saved a file using ctrl+s shortcut key.

GUEST: adding directories outside netbeans (directly with windows)



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.masterfs.GlobalVisibilityQueryImpl.isVisible(GlobalVisibilityQueryImpl.java:90)
        at org.netbeans.api.queries.VisibilityQuery.isVisible(VisibilityQuery.java:117)
        at org.netbeans.modules.php.project.PhpProject.isVisible(PhpProject.java:388)
        at org.netbeans.modules.php.project.PhpProject.isVisible(PhpProject.java:392)
        at org.netbeans.modules.php.project.PhpVisibilityQuery$2.isVisible(PhpVisibilityQuery.java:72)
        at org.netbeans.modules.php.project.util.PhpProjectUtils.isVisible(PhpProjectUtils.java:229)
Comment 1 rhysm 2009-09-22 00:54:28 UTC
Created attachment 88061 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-09-22 18:53:22 UTC
This issue already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=158831
Comment 3 jordao 2009-09-23 11:14:01 UTC
Build: NetBeans IDE Dev (Build 200909220201)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_05-b13
OS: Windows XP, 5.1, x86

User Comments: 
Just commented a php function

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.masterfs.GlobalVisibilityQueryImpl.isVisible(GlobalVisibilityQueryImpl.java:90)
        at org.netbeans.api.queries.VisibilityQuery.isVisible(VisibilityQuery.java:117)
        at org.netbeans.modules.php.project.PhpProject.isVisible(PhpProject.java:388)
        at org.netbeans.modules.php.project.PhpProject.isVisible(PhpProject.java:392)
        at org.netbeans.modules.php.project.PhpVisibilityQuery$2.isVisible(PhpVisibilityQuery.java:72)
        at org.netbeans.modules.php.project.util.PhpProjectUtils.isVisible(PhpProjectUtils.java:229)
Comment 4 jordao 2009-09-23 11:14:05 UTC
Created attachment 88175 [details]
stacktrace
Comment 5 Exceptions Reporter 2009-09-23 11:14:10 UTC
This issue already has 6 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=158831
Comment 6 jordao 2009-09-23 11:15:00 UTC
Build: NetBeans IDE Dev (Build 200909220201)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_05-b13
OS: Windows XP, 5.1, x86

User Comments: 
Every time I save a file this happens

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.masterfs.GlobalVisibilityQueryImpl.isVisible(GlobalVisibilityQueryImpl.java:90)
        at org.netbeans.api.queries.VisibilityQuery.isVisible(VisibilityQuery.java:117)
        at org.netbeans.modules.php.project.PhpProject.isVisible(PhpProject.java:388)
        at org.netbeans.modules.php.project.PhpProject.isVisible(PhpProject.java:392)
        at org.netbeans.modules.php.project.PhpVisibilityQuery$2.isVisible(PhpVisibilityQuery.java:72)
        at org.netbeans.modules.php.project.util.PhpProjectUtils.isVisible(PhpProjectUtils.java:229)
Comment 7 jordao 2009-09-23 11:15:04 UTC
Created attachment 88176 [details]
stacktrace
Comment 8 Exceptions Reporter 2009-09-23 11:15:09 UTC
This issue already has 7 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=158831
Comment 9 rmatous 2009-09-23 11:18:48 UTC

*** This issue has been marked as a duplicate of 172139 ***