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 76714 - Source code linking shoule be through "Right click > Go to source"
Summary: Source code linking shoule be through "Right click > Go to source"
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ bhavanishankar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-23 05:17 UTC by _ bhavanishankar
Modified: 2006-06-04 23:44 UTC (History)
0 users

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 _ bhavanishankar 2006-05-23 05:17:20 UTC
Sub component : AVK5 Plugin

AVK5 plugin provides a new swing based UI to display the dynamic verification
results. This new UI also has a source code linking feature wherein the user can
click "Servlet name" or "EJB Method name" to go the appropriate source code. But
the problem with the new UI is that the source code gets opened whenever the
user makes a single click (either left/middle/right click) on the "Servlet name"
or "EJB method name". It is pretty much irritating. Rather, it is recommended to
have "Right click" > "Go to source".
Comment 1 _ bhavanishankar 2006-05-23 05:36:08 UTC
Fixed.

Code changes:

Checking in nbproject/project.xml;
/cvs/serverplugins/sun/avk/nbproject/project.xml,v  <--  project.xml
new revision: 1.1.6.1.10.2; previous revision: 1.1.6.1.10.1
done
Checking in src/org/netbeans/modules/j2ee/sun/ide/avk/AddAVKSupport.java;
/cvs/serverplugins/sun/avk/src/org/netbeans/modules/j2ee/sun/ide/avk/AddAVKSupport.java,v
 <--  AddAVKSupport.java
new revision: 1.1.6.1.10.2; previous revision: 1.1.6.1.10.1
done
Checking in src/org/netbeans/modules/j2ee/sun/ide/avk/actions/AdminTasks.java;
/cvs/serverplugins/sun/avk/src/org/netbeans/modules/j2ee/sun/ide/avk/actions/Attic/AdminTasks.java,v
 <--  AdminTasks.java
new revision: 1.1.2.2; previous revision: 1.1.2.1
done
Checking in
src/org/netbeans/modules/j2ee/sun/ide/avk/report/view/ReportTopComponent.java;
/cvs/serverplugins/sun/avk/src/org/netbeans/modules/j2ee/sun/ide/avk/report/view/Attic/ReportTopComponent.java,v
 <--  ReportTopComponent.java
new revision: 1.1.2.2; previous revision: 1.1.2.1
done