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 27811 - [welcome_screen] New File action in Welcome panel creates bad java classes
Summary: [welcome_screen] New File action in Welcome panel creates bad java classes
Status: VERIFIED INVALID
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@projects
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-04 08:40 UTC by Milan Kubec
Modified: 2003-07-11 09:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2002-10-04 08:40:05 UTC
New File action in Welcome panel uses roots of
filesystems ('/', '/home/user') as package roots
for created classes, It means if user creates
class Foo in
/space/sources/netbeans/org/netbeans/module then
class has package name
space.sources.netbeans.org.netbeans.module which
is wrong. Please conisder use of such action for user.
Comment 1 David Konecny 2002-10-04 08:59:36 UTC
I'm prefixing title of this issue with "[welcome_screen]" because
there are other two issues related to welcome screen. 
Comment 2 Vitezslav Stejskal 2002-11-27 17:51:09 UTC
welcome screen is not provided by projects modules anymore
Comment 3 Milan Kubec 2003-07-11 09:50:33 UTC
Verified.