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 99321 - Unused imports should be removed in the Page1.java
Summary: Unused imports should be removed in the Page1.java
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ deva
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-28 23:30 UTC by Chary Kanaparthi
Modified: 2007-10-23 18:48 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chary Kanaparthi 2007-03-28 23:30:35 UTC
Build M8 - 200703281830

Unused imports should be removed in the Page1.java
import com.sun.webui.jsf.model.DefaultTableDataProvider;

looks like this import is added when a table component is dropped on to designer
but not removed when it is bound to a data provider.