Inspectopedia Help

JSP

Absolute paths   New in this release

Reports absolute paths in JSP files.

EL deferred expressions inspection   New in this release

Reports dynamic expressions where deferred expressions are expected and vice versa.

EL method function parameters count   New in this release

Reports different number of formal and actual parameters in EL function call.

EL method signature inspection   New in this release

Reports method calls in EL that don't match method-signature constraints in TLD files.

JSP EL specification validation   New in this release

Reports possible problems caused by non-standard EL extensions: JSF EL expressions outside attributes, non-standard EL expressions, and so on.

Jsp directive inspection   New in this release

Reports JSP import directives without a URI or tagdir attributes.

Jsp properties inspection   New in this release

Reports unresolved properties from *.properties files.

References to classes from the default package in JSP files   New in this release

Reports any references to classes from the default package in JSP files.

Self-including JSP files   New in this release

Reports any include directives in a JSP file which refer to the containing JSP file.

Tag body content type   New in this release

Reports JSP tag body content that does not conform to the TLD body-content specification.

Tag library descriptor inspection   New in this release

Reports problems in JSP TLD files.

Unescaped EL Expressions   New in this release

Reports non-safe data in unescaped EL expressions in JSP pages.

Unhandled Exception in JSP   New in this release

Reports exceptions that are thrown by top-level JSP scriptlets.

Last modified: 11 September 2024