CMS Snapshot Analysis - Run Analyzer - JSP - Information - Links from the text embedded inside the custom JSP tags are not interpreted by java analyzer

Purpose

This page is to explain that the links from custom JSP tags are not expected as they are not analyzed by the Java analyzer.

Applicable in CAST Version
Release
Yes/No
8.3.x(tick)
Applicable RDBMS
RDBMS
Yes/No
CSS(tick)
Details

If there are some Custom JSP tags in your code with some text embedded in that and you are expecting a link from this text to some other part of your code then the text embedded inside the custom tag will not be interpreted. You need to find those links using the Reference Finder.


For example : If you have a SQL query in the custom tag and you are expecting a link to the table you are calling in the tag then you cannot achieve the link using the Java Analyzer alone.

Notes/comments


Related Pages