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

Summary: Unused imports should be removed in the Page1.java
Product: obsolete Reporter: Chary Kanaparthi <charyk>
Component: visualwebAssignee: _ deva <deva>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.