%--
* Copyright by Intland Software
*
* All rights reserved.
*
* This software is the confidential and proprietary information
* of Intland Software. ("Confidential Information"). You
* shall not disclose such Confidential Information and shall use
* it only in accordance with the terms of the license agreement
* you entered into with Intland.
*
* $Revision$ $Date$
--%>
<%@ taglib uri="jstl-c" prefix="c" %>
<%@ taglib uri="jstl-fmt" prefix="fmt" %>
<%@ taglib uri="struts-html" prefix="html" %>
<%@ taglib uri="taglib" prefix="tag" %>
<%@ taglib uri="uitaglib" prefix="ui" %>
<%-- Description of the PMD Plugin. --%>
Scans Java source code and looks for potential problems like:
- Empty try/catch/finally/switch blocks.
- Unused local variables, parameters and private methods.
- Empty if/while statements.
- Overcomplicated expressions - unnecessary if statements, for loops that could be while loops.
- Classes with high Cyclomatic Complexity measurements.
-
and more...
<%-- Summary of the checkstyle
Results. --%>