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 92669 - import generating in jsp
Summary: import generating in jsp
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Tomasz Slota
URL:
Keywords:
: 152159 (view as bug list)
Depends on: 179508
Blocks:
  Show dependency tree
 
Reported: 2007-01-17 09:32 UTC by Jindrich Sedek
Modified: 2016-03-29 10:52 UTC (History)
2 users (show)

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 Jindrich Sedek 2007-01-17 09:32:53 UTC
IDE could generate imports in scriptlets in the same manner as it is in java
classes. When typing <% LinkedLi| %> and pressing Cltr+Space
LinkedList<E>(java.util) is invoked. Pressing enter LinkedList is completed.
It will be good if <%@ page import="java.util.LinkedList" %> is generated
automatically after using cc.
Comment 1 Tomasz Slota 2010-01-14 08:32:10 UTC
*** Bug 152159 has been marked as a duplicate of this bug. ***
Comment 2 Tomasz Slota 2010-01-14 08:35:00 UTC
It's a simple functionality that has been requested for a long time, upgrading to P1 Enhancement. The implementation is ready, but we need API review
Comment 3 Tomasz Slota 2010-01-14 08:38:56 UTC
Note: this should also work in TAG files
Comment 4 Quality Engineering 2010-01-24 08:49:29 UTC
Integrated into 'main-golden', will be available in build *201001240200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/d205b55b0baa
User: Tomasz Slota <tslota@netbeans.org>
Log: #92669: import generating in jsp
Comment 5 Jindrich Sedek 2010-02-10 07:48:13 UTC
should be marked as fixed
Comment 6 Jindrich Sedek 2010-02-10 07:49:12 UTC
verified.
NetBeans IDE Dev (Build 201002100200)
Comment 7 Rourke 2016-03-29 10:49:33 UTC
Sorry, but I have still having this issue in my Netbeans, and I cannot see the "Fix Imports" option as with the normal classes. Is there any additional thing that has to be configured?

Product Version: NetBeans IDE 8.0.2 (Build 201411181905)
Updates: NetBeans IDE is updated to version NetBeans 8.0.2 Patch 2
Java: 1.8.0_11; Java HotSpot(TM) 64-Bit Server VM 25.11-b03
Runtime: Java(TM) SE Runtime Environment 1.8.0_11-b12
Comment 8 Rourke 2016-03-29 10:52:27 UTC
Also, I think the refactor of Classes (rename) does not work on JSP imports?