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 46452 - AssertionError if try to invoke popup menu over the index.jsp
Summary: AssertionError if try to invoke popup menu over the index.jsp
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords: T9Y
Depends on:
Blocks:
 
Reported: 2004-07-22 16:04 UTC by Marian Mirilovic
Modified: 2006-03-24 09:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
AssertionError stack trace (3.48 KB, text/plain)
2004-07-22 16:17 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2004-07-22 16:04:34 UTC
[nb_dev](200407220815), [jdk1.5.0](b58)

If I invoke popup menu over the index.jsp file ->
AssertionError rises (see attachment)
Comment 1 Marian Mirilovic 2004-07-22 16:16:40 UTC
for more details see issue 46453
Comment 2 Marian Mirilovic 2004-07-22 16:17:34 UTC
Created attachment 16394 [details]
AssertionError stack trace
Comment 3 Pavel Buzek 2004-07-23 19:32:46 UTC
cvs commit -m "46452 - avoid exception when no target server instance
is selected"
src\org\netbeans\modules\j2ee\deployment\devmodules\api\JSPServletFinder.java
(in directory E:\nb_all\j2eeserver\)
Checking in
src/org/netbeans/modules/j2ee/deployment/devmodules/api/JSPServletFinder.java;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/devmodules/api/JSPServletFinder.java,v
 <--  JSPServletFinder.java
new revision: 1.4; previous revision: 1.3
done
Comment 4 Marian Mirilovic 2004-07-27 09:52:39 UTC
verified in [nb_dev](200407270649)