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 27654 - org.netbeans.beaninfo.editors.DataFolderPanel uses getPackageName
Summary: org.netbeans.beaninfo.editors.DataFolderPanel uses getPackageName
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Property Editors (show other bugs)
Version: 3.x
Hardware: PC All
: P2 blocker (vote)
Assignee: akemr
URL:
Keywords:
Depends on:
Blocks: 27646
  Show dependency tree
 
Reported: 2002-09-27 16:08 UTC by David Strupl
Modified: 2008-12-22 21:49 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Strupl 2002-09-27 16:08:28 UTC
org.netbeans.beaninfo.editors.DataFolderPanel
should not depend
on FileObject.getPackageName - it should not be
java-only.
Comment 1 akemr 2002-10-01 09:52:14 UTC
Fixed in trunk.

DataFolderPanel is now designed generally for folders, not only packages.