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 145813 - TagInfo.getTagVariableInfos() returns no result
Summary: TagInfo.getTagVariableInfos() returns no result
Status: VERIFIED INVALID
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP Parser (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on: 141287
Blocks:
  Show dependency tree
 
Reported: 2008-09-01 14:57 UTC by Tomasz Slota
Modified: 2008-09-09 16:46 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 Tomasz Slota 2008-09-01 14:57:30 UTC
It looks like the TagInfo.getTagVariableInfos() method is not properly implemented. 

See issue 141287 for a sample project and more details.
Comment 1 Tomas Mysik 2008-09-05 17:31:39 UTC
I will look at it.
Comment 2 Tomas Mysik 2008-09-05 18:27:26 UTC
Tomasz, are you sure that you are calling the right method? I think that TagInfo.getVariableInfo(TagData) method is 
the right one for this case...
Anyway, I'm not 100% sure, I will investigate more on Monday.
Comment 3 Tomasz Slota 2008-09-08 14:54:15 UTC
How would I obtain the TagData instance?
Comment 4 Tomas Mysik 2008-09-09 15:50:56 UTC
TagInfo.getVariableInfo(TagData) is the right method to be called.
Comment 5 Tomasz Slota 2008-09-09 16:46:34 UTC
confirmed