The following is a list of the report definitions that come back when ParseDog is run:
Custom Tags
The first row in the table lists the tag that was parsed. You may click on this
to obtain the file.
The second row first column displays the name of the custom tag call that was found.
This will also show the case that it is in the file.
The second column displays the status of the custom tag call:
All Systems Go - The file has been found, and the case is correct.
Exception Used - The file has not been found, but an exception has been used.
Case Difference - The file has been found but the case is different. The correct case will be displayed in red.
Custom Tag Not found! - There is a call to a custom tag that was not found.
-------------------------------------------------------
Includes, Hrefs, Form Actions
The first row in the table lists the tag that was parsed. You may click on this
to obtain the file.
Link Type-This is the link type ie..template, form, cfform, href
File-This is the target file.
Status-This is the status regarding the target file. Note ParseDog searches in a list of all the files from the root of your application. It will find
the first occurance of the target file name. If you have files of the same name such as index.cfm, it will only
find the first occurance in the list. It is a loose confirm. The real confirm will be in the path box. Possible status messages are shown below:
File Found- Found the file (loose confirm)
404 file not found- The file was not found.
Case Error!!!- The file was found but the case is different the correct case is given.
Path-This is the path to the referenced file. Possible path messages are below:
Confirmed- The path is confirmed.
Path is wrong!- The path appears to be wrong
Path Case Error!!!- The file was found but the path case is different. The correct case is given.
Path recurses too far!- The path recurses too far too many ../../
(note: some paths may appear wrong however they are resolved at runtime by the produced html!!)
|