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 45856 - Watches on EL expressions can be set but do not work
Summary: Watches on EL expressions can be set but do not work
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Maros Sandor
URL:
Keywords:
Depends on: 42456
Blocks:
  Show dependency tree
 
Reported: 2004-07-02 23:43 UTC by Ana.von Klopp
Modified: 2005-12-14 13:49 UTC (History)
1 user (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 Ana.von Klopp 2004-07-02 23:43:30 UTC
You can set a watch on an EL expression and it 
will appear in the watches table. However, it's 
described as unfindeable or something like that. 

Not sure what the right thing to do is.
Comment 1 Martin Grebac 2004-08-06 08:20:14 UTC
I know about the problem - but there was no time to implement it, as
dbg apis do not have a support for two kinds of watches and
reimplementing complete watch support in jsp dbg would not fit into
schedule. Not very nice, I agree, so will try to solve asap - not for
D, though.
Comment 2 Libor Kotouc 2005-02-23 16:16:16 UTC
Maros, please try to look at it. Inspiration could be find in tooltips
implementation.
Comment 3 Maros Sandor 2005-03-01 16:08:04 UTC
Added support for JSP EL watches to JSP debugger.

/cvs/web/jspdebug/src/META-INF/debugger/netbeans-JPDASession/JSP/WatchesView/org.netbeans.spi.viewmodel.NodeActionsProvider,v
 <--  org.netbeans.spi.viewmodel.NodeActionsProvider
initial revision: 1.1
/cvs/web/jspdebug/src/META-INF/debugger/netbeans-JPDASession/JSP/WatchesView/org.netbeans.spi.viewmodel.NodeModel,v
 <--  org.netbeans.spi.viewmodel.NodeModel
initial revision: 1.1
/cvs/web/jspdebug/src/META-INF/debugger/netbeans-JPDASession/JSP/WatchesView/org.netbeans.spi.viewmodel.TableModel,v
 <--  org.netbeans.spi.viewmodel.TableModel
initial revision: 1.1
/cvs/web/jspdebug/src/META-INF/debugger/netbeans-JPDASession/JSP/WatchesView/org.netbeans.spi.viewmodel.TreeModelFilter,v
 <--  org.netbeans.spi.viewmodel.TreeModelFilter
initial revision: 1.1
/cvs/web/jspdebug/src/org/netbeans/modules/web/debug/watchesfiltering/Bundle.properties,v
 <--  Bundle.properties
initial revision: 1.1
/cvs/web/jspdebug/src/org/netbeans/modules/web/debug/watchesfiltering/JspElWatch.java,v
 <--  JspElWatch.java
initial revision: 1.1
/cvs/web/jspdebug/src/org/netbeans/modules/web/debug/watchesfiltering/JspWatchesActionsProvider.java,v
 <--  JspWatchesActionsProvider.java
initial revision: 1.1
/cvs/web/jspdebug/src/org/netbeans/modules/web/debug/watchesfiltering/JspWatchesNodeModel.java,v
 <--  JspWatchesNodeModel.java
initial revision: 1.1
/cvs/web/jspdebug/src/org/netbeans/modules/web/debug/watchesfiltering/JspWatchesTableModel.java,v
 <--  JspWatchesTableModel.java
initial revision: 1.1
/cvs/web/jspdebug/src/org/netbeans/modules/web/debug/watchesfiltering/JspWatchesTreeFilter.java,v
 <--  JspWatchesTreeFilter.java
initial revision: 1.1
/cvs/web/jspdebug/src/org/netbeans/modules/web/debug/watchesfiltering/WatchPanel.java,v
 <--  WatchPanel.java
initial revision: 1.1
Comment 4 Jiri Skrivanek 2005-12-14 13:49:15 UTC
Verified.