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 47833 - NPE in web project from a user
Summary: NPE in web project from a user
Status: CLOSED DUPLICATE of bug 46744
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-24 19:41 UTC by Petr Jiricka
Modified: 2008-12-22 23:47 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception stack trace (4.68 KB, text/plain)
2004-08-24 19:43 UTC, Petr Jiricka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2004-08-24 19:41:51 UTC
From a user:

"I'm having an issue with setting up dependency
projects. I can create projects, both libraries
and webapps, but when I try to have a webapp rely
on a lib for compilation I can only get the the
file selector window. If I try to navigate any
dirs, I get the following:"

(see attachment)

I'm using OSX 10.3.4 with the latest java version
(1.4.2). Also, if there is an alias that I can
subscribe to that would be a good resource for
people testing out netbean 4.0, particularly on a
mac, I would appreciate a pointer.

Thanks,
Comment 1 Petr Jiricka 2004-08-24 19:43:11 UTC
Created attachment 17091 [details]
Exception stack trace
Comment 2 Pavel Buzek 2004-08-27 18:25:27 UTC
Looks like a problem in FileUtil. The web/project code has a test for
null:

dir == null ? null : getProject(FileUtil.normalizeFile(dir))

Radku, please take a look. Thanks.
Comment 3 rmatous 2004-08-31 11:04:57 UTC
Probably no bug in FileUtil but seems to me like a duplicate of
#46744. Moreover method normalizeFile for MacOS was radically rewritten.

Please reopen if you can still reproduce.

*** This issue has been marked as a duplicate of 46744 ***
Comment 4 Marian Mirilovic 2005-07-12 10:14:03 UTC
closed