hirondelle.web4jtools.metrics.tabs
Class TabsListAction
Object
ActionImpl
hirondelle.web4jtools.metrics.base.MetricsAction
hirondelle.web4jtools.metrics.tabs.TabsListAction
- All Implemented Interfaces:
- Action
public class TabsListAction
- extends MetricsAction
List source files containing at least one tab character.
Since tools often display tabs with excessively large indentation, tab characters
are usually undesirable in code.
Method Summary |
protected void |
calculateMetric()
List source files containing one or more TAB characters. |
Methods inherited from class ActionImpl |
addError, addError, addError, addMessage, addMessage, addToRequest, addToSession, copyFromSessionToRequest, createSessionAndCsrfToken, endSession, getErrors, getExistingSession, getFromSession, getIdParam, getIdParams, getLocale, getLoggedInUserName, getMessages, getOperation, getOrderBy, getParam, getParamUnsafe, getRequestParser, getResponsePage, getTimeZone, getUserId, hasErrors, removeFromSession, setResponsePage |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TabsListAction
public TabsListAction(RequestParser aRequestParser)
- Full constructor.
calculateMetric
protected void calculateMetric()
- List source files containing one or more TAB characters.
In addition, show these stats :
- total number of tab characters in source code
- total number of source code files containing at least one tab character
- Specified by:
calculateMetric
in class MetricsAction
Copyright Hirondelle Systems - Generated 2013Oct19.12.26