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 165291 - problems with java embedding in the jsp:useBean directive
Summary: problems with java embedding in the jsp:useBean directive
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2009-05-15 15:44 UTC by Tomasz Slota
Modified: 2009-07-30 13:31 UTC (History)
6 users (show)

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 Tomasz Slota 2009-05-15 15:44:16 UTC
E.g. code completion fails in the following situation:

<jsp:useBean class="java.util.|"/>

See issue 161246, which describes a very similar problem for the 'page import' directive
Comment 1 Tomasz Slota 2009-05-15 15:48:46 UTC
This is a regression introduced with migration to CSL
Comment 2 Quality Engineering 2009-05-22 07:15:07 UTC
Integrated into 'main-golden', will be available in build *200905220201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/52f8f3c3b44a
User: Tomasz Slota <tslota@netbeans.org>
Log: #165291: problems with java embedding in the jsp:useBean directive (part I)
Comment 3 Marek Fukala 2009-05-26 09:17:23 UTC
Tomasz, I talked to Jan Jancura yesterday about the order of the embedded to original source mapping and he confirms the
crossed mappings as we discussed should be working, api allows this but he is not sure if it actually works, not tests
for it. So this may be the reason why the problems with java completion item exists.
Comment 4 Tomasz Slota 2009-05-26 13:09:00 UTC
Dusane this is the issue we discussed
Comment 5 Marian Mirilovic 2009-05-27 12:15:49 UTC
Tomas, do you plan to fix this into 6.7 ?
Comment 6 Tomasz Slota 2009-05-27 13:09:49 UTC
guess not, it is not a showstopper
Comment 7 Jan Jancura 2009-05-28 13:39:40 UTC
Looks like this issue is caused by Parsing API.
I will look at it.
Comment 8 Jan Jancura 2009-07-30 13:31:12 UTC
crossed mapping is fixed in trunk