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 61589 - Go to Declaration doesn't work in JSP editor
Summary: Go to Declaration doesn't work in JSP editor
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-01 11:33 UTC by Marian Mirilovic
Modified: 2016-07-07 08:53 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 Marian Mirilovic 2005-08-01 11:33:05 UTC
NB.dev(built from sources 1.8.2005-10.30)

I have a web project. When I open the jsp file, which contains code
---------
System.out.println("= BEFORE FINDSUITES =====================");
    Suite suites[] =
Report.findSuites(buildNumber,suite.getSuites(),osVersions,allStatements,
allResultsets);
System.out.println("= AFTER FINDSUITES =====================");
---------
and I move cursor to the suite.getSuites|(), you can invoke code completion as
well as show javadoc, but you can't used Go To Declaration action, because it's
disabled.
Comment 1 Marek Fukala 2005-08-01 12:00:28 UTC
AFAIK we have never had this => changing to feature.
Comment 2 Martin Balin 2016-07-07 08:53:31 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss