- AboutDialog - Class in rj.tools.util.ui
-
Generic 'About' dialog
Typical usage:
Object[][] values = {
{"OS Version" , AboutDialog.getOSVersion()},
{"JDK Version", AboutDialog.getJavaVersion()}};
String copyright = "" +
"Copyright (c) 2002-2003, All rights reserved
" +
"Ralph Jocham
" +
"JCSC is released under the GPL
" +
"";
AboutDialog about = new AboutDialog((JFrame) null,
"About JCSC",
"Splash",
values,
copyright);
about.setModal(true);
about.setVisible(true);
- AboutDialog(Frame, String, URL, Object[][], String) - Constructor for class rj.tools.util.ui.AboutDialog
-
Created an AboutDialog
- AboutDialog(JDialog, String, URL, Object[][], String) - Constructor for class rj.tools.util.ui.AboutDialog
-
Created an AboutDialog
- AboutPanel - Class in rj.tools.util.ui
-
Generic 'About' panel to show
image
environment informations (key, value)
owner
- AboutPanel(URL, Object[][], String) - Constructor for class rj.tools.util.ui.AboutPanel
-
Creates a new AboutPanel instance
- ABSTRACT - Static variable in class rj.tools.jcsc.JavaCodingStandardChecker.ModifierSet
-
- ABSTRACT - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- ABSTRACTCLASSNAMEREGEXP - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- AbstractJcscTab - Class in rj.tools.jcsc.ui
-
Abstract implementation for JcscTabs on the RulesPanel.
- AbstractJcscTab() - Constructor for class rj.tools.jcsc.ui.AbstractJcscTab
-
Creates a new Instance
- AbstractJcscTab.ExampleCodeMouseListener - Class in rj.tools.jcsc.ui
-
ExampleCodeMouseListener
Listener to Enter/Exit events on the widgets.
- AbstractResultsFormatter - Class in rj.tools.jcsc.formatter
-
AbstractResultsFormatter
- Shows the results on the console in a compiler
typcial way
- AbstractResultsFormatter() - Constructor for class rj.tools.jcsc.formatter.AbstractResultsFormatter
-
- ACTIVE - Static variable in class rj.tools.ccscrape.Monitor
-
- add_escapes(String) - Method in exception rj.tools.jcsc.ParseException
-
Used to convert raw characters to their escaped version
when these raw version cannot be used as part of an ASCII
string literal.
- addActionListener(ActionListener) - Method in class rj.tools.util.ui.SelectDialog
-
addActionListener
add an ActionListener
- addActionListener(ActionListener) - Method in class rj.tools.util.ui.TextFieldButton
-
addActionListener
- addDependingClasses(String[]) - Method in class rj.tools.skimdeep.ParsedJarFile
-
Add class which depends on this jar file
- addEscapes(String) - Static method in error rj.tools.jcsc.TokenMgrError
-
Replaces unprintable characters by their espaced (or unicode escaped)
equivalents in the given string
- addFileSet(FileSet) - Method in class rj.tools.jcsc.ant.JCSCTask
-
Add a file set include all files to parse
- addFocusListener(FocusListener) - Method in class rj.tools.util.ui.TextFieldButton
-
Passing on the listeneres to the components in the JPanel
- AdditiveExpression() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- addMonitorListener(MonitorListener) - Method in class rj.tools.ccscrape.Monitor
-
- addMouseListener(MouseListener) - Method in class rj.tools.util.ui.TextFieldButton
-
Passing on the listeneres to the components in the JPanel
- addOwningClass(String) - Method in class rj.tools.skimdeep.ParsedJarFile
-
Add class name which is owned by parsed jar file
- addResult(BatchResult) - Method in class rj.tools.jcsc.ant.OverviewStatistics
-
Add the result from a parsed file in batch mode
- addRules(Rule[]) - Method in class rj.tools.jcsc.ui.AbstractJcscTab
-
Add an array of Rules to the Tab
- adjustBeginLineColumn(int, int) - Method in class rj.tools.jcsc.JavaCharStream
-
Method to adjust line and column numbers for the start of a token.
- AdjustBuffSize() - Method in class rj.tools.jcsc.JavaCharStream
-
- alignToMaxWidth(JComponent[]) - Static method in class rj.tools.util.ui.WidgetSizer
-
Takes the width of the component having the biggest one
and applies this widht to all the other components.
- AllocationExpression() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- allOff() - Method in class rj.tools.ccscrape.Monitor
-
switch off all lamps
- allOn() - Method in class rj.tools.ccscrape.Monitor
-
switch on all lamps
- ALLOWDOTSTARIMPORT - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- ALLOWEDCOMPLEXLOOPEXPRESSION - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- ALLOWPACKAGEFIELD - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- ALLOWPROTECTEDFIELD - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- ALLOWPUBLICFIELD - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- ANDASSIGN - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- AndExpression() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- AnimatedLabel - Class in rj.tools.util.ui
-
A JPanel which contains nothing but a JLabel which displays
icons in a round robin fashion in order to create a animation.
- AnimatedLabel(Icon[], int) - Constructor for class rj.tools.util.ui.AnimatedLabel
-
Creates an animated label which shows the icons
in round robin mode with delay ms between each
redraw.
- Annotation() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- AnnotationTypeBody() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- AnnotationTypeDeclaration(JavaCodingStandardChecker.ModifierSet) - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- AnnotationTypeMemberDeclaration() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- ANONYMOUSCLASSMETHODJAVADOC - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- appendComment(String) - Static method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- APPLYJAVADOCRULESININNCERCLASSES - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- ArgProcessor - Class in rj.tools.argumentprocessor
-
ArgProcessor
is a generic argument processor for single character options
to be passed in into a command line program.
- ArgProcessor() - Constructor for class rj.tools.argumentprocessor.ArgProcessor
-
- ArgumentList() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- Arguments() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- ArrayDimsAndInits() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- ArrayInitializer() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- ASSERT - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- assertFalse(boolean) - Static method in class rj.tools.util.Checker
-
assertFalse
- check if the boolean expression returns a true value
- assertFalse(boolean, String) - Static method in class rj.tools.util.Checker
-
assertFalse
- check if the boolean expression returns a true value
- AssertStatement() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- assertTrue(boolean) - Static method in class rj.tools.util.Checker
-
assertTrue
- check if the boolean expression returns a true value
- assertTrue(boolean, String) - Static method in class rj.tools.util.Checker
-
assertTrue
- check if the boolean expression returns a true value
- ASSIGN - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- ASSIGNMENTINCONDITIONALEXPRESSION - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- AssignmentOperator() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- AT - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- AVG_SSPFP - Static variable in class rj.tools.jcsc.ant.PackageStatistics
-
Avg Source Statements per Function Point in Java
- GE - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- generateParseException() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- get(Object) - Method in class rj.tools.jcsc.rules.XMLRulesMap
-
Return the key specified by the key which is the name
of the Rule.
- get(Object) - Method in class rj.tools.jcsc.ui.XMLI18nMap
-
Return the key specified by the key which is the name
of the Rule.
- getArgumentOption(String) - Method in class rj.tools.argumentprocessor.ArgProcessor
-
getArgumentOption
- returns the value or the option
- getArguments() - Method in class rj.tools.argumentprocessor.ArgProcessor
-
getArguments
- returns the real arguments; the command arguments
- getAuthors() - Method in class rj.tools.jcsc.ant.BatchResult
-
the names of the author(s) working on that class
- getAuthors() - Method in class rj.tools.jcsc.ant.WorstElement
-
getAuthors
- getAuthors() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
getAuthors
- get list of all @authors as
a comma separated string
- getAuthorTags() - Method in class rj.tools.util.JavaDocParser
-
getAuthorTags
returns all the author tags
- getBeginColumn() - Method in class rj.tools.jcsc.JavaCharStream
-
- getBeginLine() - Method in class rj.tools.jcsc.JavaCharStream
-
- getCategory() - Method in class rj.tools.jcsc.rules.Rule
-
Return the category of the Rule
- getCategory() - Method in class rj.tools.jcsc.ui.UIString
-
Return the category for the string
- getCCNCount() - Method in class rj.tools.jcsc.MethodMetric
-
getCCNCount
- getChoices() - Method in class rj.tools.jcsc.rules.Rule
-
If the Type is 'multchoice' get all the
possible choices in an array of Strings
- getClassCount() - Method in class rj.tools.jcsc.ant.OverviewStatistics
-
Get the number of classes which have been parsed
- getClassCount() - Method in class rj.tools.jcsc.ant.PackageStatistics
-
Get the class count
- getClassName() - Method in class rj.tools.jcsc.ant.BatchResult
-
the name of the class
- getClassName() - Method in class rj.tools.jcsc.ant.WorstElement
-
getClassName
- getClassName() - Method in class rj.tools.jcsc.Violation
-
getClassName
- getClassNamesOfPackage(String) - Method in class rj.tools.jcsc.ant.OverviewStatistics
-
Get a list of all classes from a package
- getColumn() - Method in class rj.tools.jcsc.JavaCharStream
-
Deprecated.
- getColumn() - Method in class rj.tools.jcsc.MethodMetric
-
getColumn
- getColumn() - Method in class rj.tools.jcsc.Violation
-
getColumn
- getDate() - Method in class rj.tools.ccscrape.MonitorEvent
-
Get the date of the event
- getDependingClasses() - Method in class rj.tools.skimdeep.ParsedJarFile
-
Get classes which depend on this jar file
- getDeprecatedTags() - Method in class rj.tools.util.JavaDocParser
-
getDeprecatedTags
returns all the deprecated tags
- getDestDir() - Method in class rj.tools.jcsc.BatchSummary
-
Get the destination directory where to put the
generated files.
- getDirectories() - Method in class rj.tools.util.FileFinder
-
getDirectories returns a collection of directories found in the
directorie(s) being searched.
- getDocument() - Method in class rj.tools.util.ui.TextFieldButton
-
Return the document used by the underlying JTextField
- getEndColumn() - Method in class rj.tools.jcsc.JavaCharStream
-
- getEndLine() - Method in class rj.tools.jcsc.JavaCharStream
-
- getExamplePane() - Method in class rj.tools.jcsc.ui.AbstractJcscTab
-
Gets the JEditorPane on which the example html is
being displayed.
- getExamplePanel() - Method in class rj.tools.jcsc.ui.RulesPanel
-
Returns the example html JEditorPane on which the
example has to be displayed
- getExamplePath() - Method in class rj.tools.jcsc.rules.Rule
-
Get the path of the example .html String
- getExpressionText() - Method in class rj.tools.util.ui.RegexpDialog.RegTextArea
-
getExpressionText
- getExpressionText() - Method in class rj.tools.util.ui.RegexpDialog.RegTextField
-
getExpressionText
- getExpressionText() - Method in interface rj.tools.util.ui.RegexpDialogTextComponent
-
getComponentText
- getValue the text from the component
- getFailHouseAndUnitCode() - Method in class rj.tools.ccscrape.MonitorEvent
-
Get house and unit code of fail device
- getFile() - Method in class rj.tools.ccscrape.URLCache
-
Returns a 'local' File
- getFiles() - Method in class rj.tools.jcsc.ant.JCSCTask
-
getFiles
transforms FileSet into an File array
- getFiles() - Method in class rj.tools.util.FileFinder
-
getFiles return the collection of files found
- getFunctionPointCount() - Method in class rj.tools.jcsc.ant.OverviewStatistics
-
Get the number of Function Points
- getFunctionPointsCount() - Method in class rj.tools.jcsc.ant.PackageStatistics
-
Get the count of Function Points
- getHighestSeverityLevel() - Method in class rj.tools.jcsc.ant.BatchResult
-
level of highest severity found
- getHighestSeverityLevel() - Method in class rj.tools.jcsc.ant.OverviewStatistics
-
Get the highes found severity level of all violations
- getHighestSeverityLevel() - Method in class rj.tools.jcsc.ant.PackageStatistics
-
Get the max serverity
- GetImage() - Method in class rj.tools.jcsc.JavaCharStream
-
- getInputStreamOfZipRulesFile(String) - Method in class rj.tools.jcsc.rules.RulesHandler
-
Returns the InputStream of a rules files from within the JAR file
- getJarFile() - Method in class rj.tools.skimdeep.ParsedJarFile
-
Get jar file
- getJarFileDependencies() - Method in class rj.tools.skimdeep.ParsedJarFile
-
Get all jar files this jar file depends on
- getJarsLabel() - Static method in class rj.tools.util.ui.AboutDialog
-
Returns a matrix containing the full qualified path
of the .jar file and the label found in the manifest
file.
- getJavaVersion() - Static method in class rj.tools.util.ui.AboutDialog
-
Convenience method to retrieve Jave version and mode
- getLine() - Method in class rj.tools.jcsc.JavaCharStream
-
Deprecated.
- getLine() - Method in class rj.tools.jcsc.MethodMetric
-
getLine
- getLine() - Method in class rj.tools.jcsc.Violation
-
getLine
- getLineCount() - Method in class rj.tools.jcsc.ant.BatchResult
-
count of lines
- getLineCount() - Method in class rj.tools.jcsc.ant.OverviewStatistics
-
Get the number of Lines
- getLineCount() - Method in class rj.tools.jcsc.ant.PackageStatistics
-
Get the count of Line
- getLineCount() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
getLineCount
- get the count of lines
- getMessage() - Method in exception rj.tools.jcsc.ParseException
-
This method has the standard behavior when this object has been
created using the standard constructors.
- getMessage() - Method in error rj.tools.jcsc.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessage() - Method in class rj.tools.jcsc.Violation
-
getMessage
- getMethodCount() - Method in class rj.tools.jcsc.ant.BatchResult
-
the number of methods in taht class
- getMethodCount() - Method in class rj.tools.jcsc.ant.OverviewStatistics
-
Get the number of parsed methods
- getMethodCount() - Method in class rj.tools.jcsc.ant.PackageStatistics
-
Get the count of methods
- getMethodName() - Method in class rj.tools.jcsc.MethodMetric
-
getMethodName
- getMethodName() - Method in class rj.tools.jcsc.Return.MethodDeclaratorReturn
-
getMethodName
- getMethodsCount() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
getMethodsCount
- call this method after a successful
parse to obtain the number of methods
- getName() - Method in class rj.tools.ccscrape.Status
-
Get status as String
- getName() - Method in class rj.tools.jcsc.rules.Rule
-
Returns the name of the Rule
- getName() - Method in interface rj.tools.jcsc.ui.JcscTab
-
getName
returns the name of the tab
- getName() - Method in class rj.tools.jcsc.ui.UIString
-
Return the name for the string
- getName() - Method in class rj.tools.skimdeep.ParsedJarFile
-
Get name of jar file
- getNcssCount() - Method in class rj.tools.jcsc.ant.BatchResult
-
count of none commenting source statements (ncss)
- getNCSSCount() - Method in class rj.tools.jcsc.ant.OverviewStatistics
-
Get the number of NCCS
- getNCSSCount() - Method in class rj.tools.jcsc.ant.PackageStatistics
-
Get the count of NCSS
- getNCSSCount() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
getNCSS
- get the count of NCSS
non commenting source statements
- getNCSSCount() - Method in class rj.tools.jcsc.MethodMetric
-
getNCSSCount
- getNextToken() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- getNextToken() - Method in class rj.tools.jcsc.JavaCodingStandardCheckerTokenManager
-
- getObject() - Method in class rj.tools.util.ui.SelectDialog
-
getObject
- returns the selected object, returns null if
dialog was canceled out
- getObjects() - Method in class rj.tools.util.ui.SelectDialog
-
getObjects
- returns the array of selected objects, returns null if dialog was was
canceled out.
- getOkHoudseAndUnitCode() - Method in class rj.tools.ccscrape.MonitorEvent
-
Get house and unit code of ok device
- getOrder() - Method in class rj.tools.util.JavaDocParser
-
getOrder
returns the tags in the order they appeared
- getOrderConvention() - Static method in class rj.tools.util.JavaDocParser
-
getOrderConvention
return the recomended order of the tags
http://java.sun.com/j2se/javadoc/writingdoccomments/index.html
- getOSVersion() - Static method in class rj.tools.util.ui.AboutDialog
-
Convenience method to retrieve OS name and version
- getOverviewStatistics() - Method in class rj.tools.jcsc.BatchSummary
-
Get the overview staticscs of whole batch run
- getOwningClasses() - Method in class rj.tools.skimdeep.ParsedJarFile
-
Get all class files owned by parsed jar file
- getPackageCount() - Method in class rj.tools.jcsc.ant.OverviewStatistics
-
Get the number of packages which have been parsed
- getPackageMap() - Method in class rj.tools.jcsc.ant.OverviewStatistics
-
Get a Map of all packages
- getPackageName() - Method in class rj.tools.jcsc.ant.BatchResult
-
the name of the package of the class
- getPackageName() - Method in class rj.tools.jcsc.ant.PackageStatistics
-
Get the name of the package
- getPackageName() - Method in class rj.tools.jcsc.Violation
-
getPackageName
- getPackageNames() - Method in class rj.tools.jcsc.ant.OverviewStatistics
-
Get a list of names from all packages
- getParaCount() - Method in class rj.tools.jcsc.Return.MethodDeclaratorReturn
-
getParaCount
- getParameterName() - Method in class rj.tools.jcsc.Return.FormalParameterReturn
-
getParameterName
- getParameterType() - Method in class rj.tools.jcsc.Return.FormalParameterReturn
-
getParameterType
- getParamTags() - Method in class rj.tools.util.JavaDocParser
-
getParamTags
returns all the param tags
- getParsedJarFiles() - Method in class rj.tools.skimdeep.SkimDeep
-
Get all parsed jar files
- getPort() - Method in class rj.tools.ccscrape.MonitorEvent
-
Get port of device communication
- getProperties() - Method in class rj.tools.ccscrape.ui.ScrapePanel
-
Get the properties
- getRegexp() - Method in class rj.tools.util.ui.RegexpDialog
-
getRegexp
- getReturnTags() - Method in class rj.tools.util.JavaDocParser
-
getReturnTags
returns all the return tags
- getRule(String) - Method in class rj.tools.jcsc.ant.OverviewStatistics
-
Get the Rule instance having the name
- getRule() - Method in class rj.tools.jcsc.Violation
-
getRule
- getRuleFromMap(Map, String) - Static method in class rj.tools.jcsc.rules.RulesHandler
-
Get the rule from the map of all rules if the rule was not found
the default rule is being returned.
- getRules() - Method in class rj.tools.jcsc.ui.AbstractJcscTab
-
Get all the Rules from the tab in a Map.
- getRules() - Method in interface rj.tools.jcsc.ui.JcscTab
-
Returns a Map of Rule object from the tab.
- getRules() - Method in class rj.tools.jcsc.ui.RulesPanel
-
Returns the rules map
- getRulesMap() - Method in class rj.tools.jcsc.ant.OverviewStatistics
-
Get a Map of the applied Rules
- getRulesName() - Method in class rj.tools.jcsc.BatchSummary
-
Get the name of rules files which was applied
- getRunStatus() - Method in class rj.tools.ccscrape.Monitor
-
- getSeeTags() - Method in class rj.tools.util.JavaDocParser
-
getSeeTags
returns all the see tags
- getSerialTags() - Method in class rj.tools.util.JavaDocParser
-
getSerialTags
returns all the see tags
- getSeverity() - Method in class rj.tools.jcsc.rules.Rule
-
Get the severity of the Rule
- getSinceTags() - Method in class rj.tools.util.JavaDocParser
-
getSinceTags
returns all the since tags
- getSource() - Method in class rj.tools.jcsc.Violation
-
getSource
- getState() - Method in class rj.tools.jcsc.TriStateBoolean
-
getState
returns the current state
- getString() - Method in class rj.tools.jcsc.ui.UIString
-
Returns the string to be displayed.
- GetSuffix(int) - Method in class rj.tools.jcsc.JavaCharStream
-
- getTabs() - Method in class rj.tools.jcsc.ui.RulesPanel
-
Returns a list of all tabs in the order they appear on the UI
1st = left most, last = right most
- getTestString() - Method in class rj.tools.util.ui.RegexpDialog
-
getTestString
- getText() - Method in class rj.tools.util.ui.TextFieldButton
-
getObject
- getThrowsTags() - Method in class rj.tools.util.JavaDocParser
-
getThrowsTags
returns all the see tags
- getToken(int) - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- getType() - Method in class rj.tools.jcsc.rules.Rule
-
Get the Type of the Rule:
regexp
regexp-multiline
boolean
...
- getUnitTestClassCount() - Method in class rj.tools.jcsc.ant.BatchResult
-
number of unit test classes for that class
- getUnitTestClassCount() - Method in class rj.tools.jcsc.ant.OverviewStatistics
-
Get the number of unit test classes found
- getUnitTestClassCount() - Method in class rj.tools.jcsc.ant.PackageStatistics
-
Get the count of unit test classes
- getUnitTestClassCount() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
getUnitTestClassCount
- call this method after a successful
parse to obtain the number of Unit test classes
- getUnitTestCount() - Method in class rj.tools.jcsc.ant.OverviewStatistics
-
Get the number of unit tests found
- getUnitTestCount() - Method in class rj.tools.jcsc.ant.PackageStatistics
-
Get the count of unit tests
- getUnitTestsCount() - Method in class rj.tools.jcsc.ant.BatchResult
-
number of unit tests for that class
- getUnitTestsCount() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
getUnitTestsCount
- call this method after a successful
parse to obtain the number of Unit tests
- getValue() - Method in class rj.tools.jcsc.rules.Rule
-
Get the value to which the Rule is set
- getVersionTags() - Method in class rj.tools.util.JavaDocParser
-
getVersionTags
returns all the version tags
- getViolatedCategories() - Method in class rj.tools.jcsc.ant.OverviewStatistics
-
Get a list of all violated categories
- getViolatedRules() - Method in class rj.tools.jcsc.ant.OverviewStatistics
-
Get a list of all violated rules
- getViolatedSeverities() - Method in class rj.tools.jcsc.ant.OverviewStatistics
-
Get a list of all violated severity levels
- getViolationByRuleName(String) - Method in class rj.tools.jcsc.ant.OverviewStatistics
-
Get a list of all violations against a specific rule
- getViolationCount() - Method in class rj.tools.jcsc.ant.OverviewStatistics
-
Get the number of found violations
- getViolationCount() - Method in class rj.tools.jcsc.ant.PackageStatistics
-
Get the violations count
- getViolations() - Method in class rj.tools.jcsc.ant.BatchResult
-
array of violations for that class
- getViolations() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
getViolations
- call this method after a successful
parse to obtain a List of violations.
- getViolationsByCategory(String) - Method in class rj.tools.jcsc.ant.OverviewStatistics
-
Get a list of violations against a specific category
- getViolationsBySeverity(int) - Method in class rj.tools.jcsc.ant.OverviewStatistics
-
Get a list of all violations having a certain severity
- getViolationsCount() - Method in class rj.tools.jcsc.ant.WorstElement
-
Returns the number of violations
- getViolationsCount() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
getViolationsCount
- call this method after a successful
parse to obtain the number of violations
- getWorstCount(int) - Method in class rj.tools.jcsc.ant.OverviewStatistics
-
Get a list of worst elements of spefic length from all
classes which have been parsed.
- getWorstCount() - Method in class rj.tools.jcsc.BatchSummary
-
Get the number of worst files to be used in
summary for whole project
- getWorstCountFromPackage(String, int) - Method in class rj.tools.jcsc.ant.OverviewStatistics
-
Get a list of worst elements of spefic length from a
specific package which has been parsed.
- GOTO - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- GT - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- IDENTIFIER - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- IF - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- IFPACREGEXP - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- IFPRIREGEXP - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- IFPROREGEXP - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- IFPUBREGEXP - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- IfStatement() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- image - Variable in class rj.tools.jcsc.Token
-
The string image of the token.
- IMPLEMENTS - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- ImplementsList(boolean) - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- IMPORT - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- ImportDeclaration() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- IN_FORMAL_COMMENT - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- IN_MULTI_LINE_COMMENT - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- IN_SINGLE_LINE_COMMENT - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- INACTIVE - Static variable in class rj.tools.ccscrape.Monitor
-
- inBuf - Variable in class rj.tools.jcsc.JavaCharStream
-
- InclusiveOrExpression() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- INCR - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- incrementClassCount(int) - Method in class rj.tools.jcsc.ant.PackageStatistics
-
Increment class count by count
- incrementLineCount(int) - Method in class rj.tools.jcsc.ant.PackageStatistics
-
Increment the count of Line by count
- incrementLineCount(int) - Static method in class rj.tools.jcsc.JavaCodingStandardChecker
-
incrementLineCount
increments the line count
- incrementMethodCount(int) - Method in class rj.tools.jcsc.ant.PackageStatistics
-
Increment the count of methods by count
- incrementNCSSCount(int) - Method in class rj.tools.jcsc.ant.PackageStatistics
-
Increment the count of NCSS by count
- incrementSpace() - Static method in class rj.tools.jcsc.JavaCodingStandardChecker
-
incrementSpace
is called by the tokenizer when a space is read
- incrementUnitTestClassCount(int) - Method in class rj.tools.jcsc.ant.PackageStatistics
-
Increment the count of unit test classes by count
- incrementUnitTestCount(int) - Method in class rj.tools.jcsc.ant.PackageStatistics
-
Increment the count of unit tests by count
- incrementViolationCount(int) - Method in class rj.tools.jcsc.ant.PackageStatistics
-
Increment the count of violations by count
- init(Icon) - Method in class rj.tools.util.ui.AnimatedLabel
-
Set a initial icon on the label
- Initializer() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- input_stream - Variable in class rj.tools.jcsc.JavaCodingStandardCheckerTokenManager
-
- inputStream - Variable in class rj.tools.jcsc.JavaCharStream
-
- inputStreamToString(InputStream) - Static method in class rj.tools.util.FileIO
-
Read the content of a Stream into a String
- insertString(int, String, AttributeSet) - Method in class rj.tools.util.DecimalNumberDocument
-
insertString
- INSTANCEOF - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- InstanceOfExpression() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- INT - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- INTEGER_LITERAL - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- INTERFACE - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- INTERFACENAMEREGEXP - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- INTERFACENOTABSTRACT - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- isAbstract() - Method in class rj.tools.jcsc.JavaCodingStandardChecker.ModifierSet
-
- isArgValid(boolean) - Static method in class rj.tools.util.Checker
-
argValid
- check if the boolean expression returns a true value
- isArgValid(boolean, String) - Static method in class rj.tools.util.Checker
-
argValid
- check if the boolean expression returns a true value
- isBatchMode() - Method in class rj.tools.jcsc.formatter.AbstractResultsFormatter
-
in batch mode
- isBuildOk() - Method in class rj.tools.ccscrape.CCParser
-
Returns whether
- isBuildOk() - Method in class rj.tools.ccscrape.Monitor
-
Returns whether the current state of the build is ok.
- isEither() - Method in class rj.tools.jcsc.TriStateBoolean
-
isEither
indicates whether the state is either
- isEnabled() - Method in class rj.tools.jcsc.rules.Rule
-
Is the Rule enabled
- isFalse() - Method in class rj.tools.jcsc.TriStateBoolean
-
isFalse
indicates whether the state is false
- isFinal() - Method in class rj.tools.jcsc.JavaCodingStandardChecker.ModifierSet
-
- isJavaDoc() - Method in class rj.tools.util.JavaDocParser
-
isJavaDoc
returns wheter the string is a javadoc.
- isMultiLine() - Method in class rj.tools.util.ui.RegexpDialog.RegTextArea
-
Indicates whether the text component is multiline
and therefore requires a scroll pannel.
- isMultiLine() - Method in class rj.tools.util.ui.RegexpDialog.RegTextField
-
Indicates whether the text component is multiline
and therefore requires a scroll pannel.
- isMultiLine() - Method in interface rj.tools.util.ui.RegexpDialogTextComponent
-
Indicates whether the text component is multiline
and therefore requires a scroll pannel.
- isNative() - Method in class rj.tools.jcsc.JavaCodingStandardChecker.ModifierSet
-
- isNotNull(Object) - Static method in class rj.tools.util.Checker
-
notNull
- check if an object has no null reference
- isNotNull(Object, String) - Static method in class rj.tools.util.Checker
-
notNull
- check if an object has no null reference
- isOrderCorrect() - Method in class rj.tools.util.JavaDocParser
-
isOrderCorrect
returns whether the order of the tags
complies with the order convention.
- isOwningClassRegexp(String) - Method in class rj.tools.skimdeep.ParsedJarFile
-
Does own a class which matched reg exp
- isPrivate() - Method in class rj.tools.jcsc.JavaCodingStandardChecker.ModifierSet
-
- isProtected() - Method in class rj.tools.jcsc.JavaCodingStandardChecker.ModifierSet
-
- isPublic() - Method in class rj.tools.jcsc.JavaCodingStandardChecker.ModifierSet
-
- isRegexpMatch(Object, Object) - Static method in class rj.tools.jcsc.JavaCodingStandardChecker
-
isRegexpMatch
return whether the regexp matches the value.
- isStatic() - Method in class rj.tools.jcsc.JavaCodingStandardChecker.ModifierSet
-
- isStrictfp() - Method in class rj.tools.jcsc.JavaCodingStandardChecker.ModifierSet
-
- isSuccess() - Method in class rj.tools.ccscrape.MonitorEvent
-
Get status of last monitoring
- isSynchronized() - Method in class rj.tools.jcsc.JavaCodingStandardChecker.ModifierSet
-
- isTransient() - Method in class rj.tools.jcsc.JavaCodingStandardChecker.ModifierSet
-
- isTrue() - Method in class rj.tools.jcsc.TriStateBoolean
-
isTrue
indicates whether the state is true
- isVolatile() - Method in class rj.tools.jcsc.JavaCodingStandardChecker.ModifierSet
-
- mActionListener - Variable in class rj.tools.util.ui.SelectDialog
-
- main(String[]) - Static method in class rj.tools.argumentprocessor.ArgProcessor
-
main
for command line testing purpose
- main(String[]) - Static method in class rj.tools.ccscrape.Monitor
-
Run startMonitor from the command line
- main(String[]) - Static method in class rj.tools.ccscrape.ui.CCScrapeFrame
-
Launch the application
- main(String[]) - Static method in class rj.tools.jcsc.JavaCodingStandardChecker
-
Main - The starting point
- main(String[]) - Static method in class rj.tools.jcsc.rules.Properties2Xml
-
The main method
- main(String[]) - Static method in class rj.tools.jcsc.ui.RulesDialog
-
main
brings up the RulesDialog
- main(String[]) - Static method in class rj.tools.skimdeep.ui.SkimDeepFrame
-
Launch the application
- main(String[]) - Static method in class rj.tools.util.ui.SelectDialog
-
- MarkerAnnotation() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- mAuthors - Variable in class rj.tools.jcsc.formatter.AbstractResultsFormatter
-
mAuthors
the authors of that class; if several authors
then names are separated by ','
- maxNextCharInd - Variable in class rj.tools.jcsc.JavaCharStream
-
- MAXNUMBEROFARGUMENTSPERCONSTRUCTOR - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- MAXNUMBEROFARGUMENTSPERMETHOD - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- MAXNUMBEROFCCNPERCONSTRUCTOR - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- MAXNUMBEROFCCNPERMETHOD - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- MAXNUMBEROFNCSSPERCONSTRUCTOR - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- MAXNUMBEROFNCSSPERMETHOD - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- mBatchSummary - Variable in class rj.tools.jcsc.formatter.AbstractResultsFormatter
-
all data from the batchrun
- mClass - Variable in class rj.tools.jcsc.formatter.AbstractResultsFormatter
-
mClass
the name of the class
- MemberSelector() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- MemberValue() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- MemberValueArrayInitializer() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- MemberValuePair() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- MemberValuePairs() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- METHODBLOCKPLACERULE - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- MethodDeclaration(JavaCodingStandardChecker.ModifierSet) - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- METHODDECLARATIONMODIFIERORDER - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- METHODDECLARATIONPARAM - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- METHODDECLARATIONRETURN - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- METHODDECLARATIONTHROWS - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- MethodDeclarator() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- METHODJAVADOCPACKAGE - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- METHODJAVADOCPRIVATE - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- METHODJAVADOCPROTECTED - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- METHODJAVADOCPUBLIC - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- MethodMetric - Class in rj.tools.jcsc
-
MethodMetric
- a metric for a method
- MethodMetric(int, int, String, int, int) - Constructor for class rj.tools.jcsc.MethodMetric
-
Creates a new MethodMetric
instance.
- METHODORDERRULE - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- METHODVOIDNORETURN - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- METPACREGEXP - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- METPRIREGEXP - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- METPROREGEXP - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- METPUBREGEXP - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- mI18nStringsMap - Variable in class rj.tools.jcsc.ui.AbstractJcscTab
-
Map for I18n Strings; key=identifier, value=string in language
- MINUS - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- MINUSASSIGN - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- mLineCount - Variable in class rj.tools.jcsc.formatter.AbstractResultsFormatter
-
mLineCount
the number of Lines
- mMethodMetrics - Variable in class rj.tools.jcsc.formatter.AbstractResultsFormatter
-
mMethodMetrics
the collection of all metrics
- mMethodsCount - Variable in class rj.tools.jcsc.formatter.AbstractResultsFormatter
-
mNCSSCount
the number of methods (non commenting source statements)
- mNCSSCount - Variable in class rj.tools.jcsc.formatter.AbstractResultsFormatter
-
mNCSSCount
the number of NCSS (non commenting source statements)
- mObjects - Variable in class rj.tools.util.ui.SelectDialog
-
- Modifiers() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- mOkedOut - Variable in class rj.tools.util.ui.SelectDialog
-
- Monitor - Class in rj.tools.ccscrape
-
Monitors a URL from a Cruise Control website and switches lamps on or off
depending whether the build is ok or broken.
- Monitor(int, String, String, String, URL, String, String) - Constructor for class rj.tools.ccscrape.Monitor
-
Creates a new instance
- MonitorEvent - Class in rj.tools.ccscrape
-
Event sent to MonitorListeners
- MonitorEvent(boolean, String, String, String, Date) - Constructor for class rj.tools.ccscrape.MonitorEvent
-
Creates a new instance
- MonitorListener - Interface in rj.tools.ccscrape
-
- monitorPerformed(MonitorEvent) - Method in interface rj.tools.ccscrape.MonitorListener
-
Called when after a monitoring was performed
- mouseClicked(MouseEvent) - Method in class rj.tools.jcsc.ui.AbstractJcscTab.ExampleCodeMouseListener
-
mouseClicked
- mouseEntered(MouseEvent) - Method in class rj.tools.jcsc.ui.AbstractJcscTab.ExampleCodeMouseListener
-
mouseEntered
- mouseExited(MouseEvent) - Method in class rj.tools.jcsc.ui.AbstractJcscTab.ExampleCodeMouseListener
-
mouseExited
- mousePressed(MouseEvent) - Method in class rj.tools.jcsc.ui.AbstractJcscTab.ExampleCodeMouseListener
-
mousePressed
- mouseReleased(MouseEvent) - Method in class rj.tools.jcsc.ui.AbstractJcscTab.ExampleCodeMouseListener
-
mouseReleased
- mOutputStream - Variable in class rj.tools.jcsc.formatter.AbstractResultsFormatter
-
mOutputStream
is the stream to write the formated output
- mPackage - Variable in class rj.tools.jcsc.formatter.AbstractResultsFormatter
-
mPackage
the package the class belongs to
- mRuleCount - Variable in class rj.tools.jcsc.ui.AbstractJcscTab
-
The number of rules which have been added
- mRules - Variable in class rj.tools.jcsc.ui.AbstractJcscTab
-
The logical rule objects of a tab
- mTable - Variable in class rj.tools.util.ui.SelectDialog
-
- MULTI_LINE_COMMENT - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- MultiplicativeExpression() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- mUnitTestClassCount - Variable in class rj.tools.jcsc.formatter.AbstractResultsFormatter
-
mUnitTestClassCount
the number of Unit test classes
- mUnitTestsCount - Variable in class rj.tools.jcsc.formatter.AbstractResultsFormatter
-
mUnitTestsCount
the number of Unit tests
- mViolations - Variable in class rj.tools.jcsc.formatter.AbstractResultsFormatter
-
mViolations
the collection of all violations
- mViolationsCount - Variable in class rj.tools.jcsc.formatter.AbstractResultsFormatter
-
mViolationsCount
the number of vioalations
- mViolationsSorter - Variable in class rj.tools.jcsc.formatter.AbstractResultsFormatter
-
Encapsulation of sorting algorithmus for violations
- RBRACE - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- RBRACKET - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- read() - Method in class rj.tools.util.SubstitutionInputStream
-
Reads the next byte of data from this input stream.
- ReadByte() - Method in class rj.tools.jcsc.JavaCharStream
-
- readChar() - Method in class rj.tools.jcsc.JavaCharStream
-
- readerToString(Reader) - Static method in class rj.tools.util.FileIO
-
Read the entire content of a Reader into a String
- readLine(String) - Static method in class rj.tools.util.FileIO
-
Open a File and read first line of it
- readPropertiesRulesFile(String) - Method in class rj.tools.jcsc.rules.RulesHandler
-
Reads a rules .jcsc properties file; only used for conversion
from older JCSC versions
- readRulesFile(String) - Method in class rj.tools.jcsc.rules.RulesHandler
-
Read a rules XML file from the file system
- readZipRulesFile(String) - Method in class rj.tools.jcsc.rules.RulesHandler
-
Read a rules XML file from a zip/jar file (rj/tools/jcsc/rules is path)
- ReferenceType() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- RegexpDialog - Class in rj.tools.util.ui
-
RegexpDialog
is a dialog assisting in regexp creation
- RegexpDialog() - Constructor for class rj.tools.util.ui.RegexpDialog
-
Creates a new RegexpDialog
instance.
- RegexpDialog(Component) - Constructor for class rj.tools.util.ui.RegexpDialog
-
Creates a new RegexpDialog
instance.
- RegexpDialog(Component, RegexpDialogTextComponent, RegexpDialogTextComponent) - Constructor for class rj.tools.util.ui.RegexpDialog
-
Creates a new RegexpDialog
instance.
- RegexpDialog.RegTextArea - Class in rj.tools.util.ui
-
RegTextArea
is a wrapped up JTextArea
- RegexpDialog.RegTextArea() - Constructor for class rj.tools.util.ui.RegexpDialog.RegTextArea
-
RegTextArea
- RegexpDialog.RegTextField - Class in rj.tools.util.ui
-
RegTextField
is a wrapped up JTextField
- RegexpDialog.RegTextField() - Constructor for class rj.tools.util.ui.RegexpDialog.RegTextField
-
RegTextField
- RegexpDialogTextComponent - Interface in rj.tools.util.ui
-
RegexpDialogTextComponent
is a component which can be
used for text input.
- REGEXPPREFIXFORMETHODRETURINGBOOLEAN - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- ReInit(Reader, int, int, int) - Method in class rj.tools.jcsc.JavaCharStream
-
- ReInit(Reader, int, int) - Method in class rj.tools.jcsc.JavaCharStream
-
- ReInit(Reader) - Method in class rj.tools.jcsc.JavaCharStream
-
- ReInit(InputStream, int, int, int) - Method in class rj.tools.jcsc.JavaCharStream
-
- ReInit(InputStream, int, int) - Method in class rj.tools.jcsc.JavaCharStream
-
- ReInit(InputStream) - Method in class rj.tools.jcsc.JavaCharStream
-
- ReInit(InputStream) - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- ReInit(Reader) - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- ReInit(JavaCodingStandardCheckerTokenManager) - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- ReInit(JavaCharStream) - Method in class rj.tools.jcsc.JavaCodingStandardCheckerTokenManager
-
- ReInit(JavaCharStream, int) - Method in class rj.tools.jcsc.JavaCodingStandardCheckerTokenManager
-
- RelationalExpression() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- release() - Method in class rj.tools.ccscrape.URLCache
-
Releases the file from the URL.
- REM - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- REMASSIGN - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- removeActionListener(ActionListener) - Method in class rj.tools.util.ui.SelectDialog
-
removeActionListener
- remove an ActionListener
- removeActionListener(ActionListener) - Method in class rj.tools.util.ui.TextFieldButton
-
removeActionListener
- removeCR(String) - Static method in class rj.tools.util.ui.RegexpDialog
-
removeCR
removes all the CR within a string
- removeFocusListerner(FocusListener) - Method in class rj.tools.util.ui.TextFieldButton
-
Passing on the listeneres to the components in the JPanel
- removeMonitorListener(MonitorListener) - Method in class rj.tools.ccscrape.Monitor
-
- removeMouseListerner(MouseListener) - Method in class rj.tools.util.ui.TextFieldButton
-
Passing on the listeneres to the components in the JPanel
- resetLineCount() - Static method in class rj.tools.jcsc.JavaCodingStandardChecker
-
resetLineCount
resets the line counter to 0
- resetNewLine() - Static method in class rj.tools.jcsc.JavaCodingStandardChecker
-
resetNewLine
resets the new line flag to false
- resetSpaceCount() - Static method in class rj.tools.jcsc.JavaCodingStandardChecker
-
resetSpaceCount
resets the current space count to '0'
- ResultsFormatter - Interface in rj.tools.jcsc
-
ResultsFormatter
- Formatter of the parsing results.
- ResultType() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- RETURN - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- Return - Interface in rj.tools.jcsc
-
Return
Collection of Return classes; used by the grammar to
return complex return values
- Return.FormalParameterReturn - Class in rj.tools.jcsc
-
FormalParameterReturn
- Return.FormalParameterReturn(String, String) - Constructor for class rj.tools.jcsc.Return.FormalParameterReturn
-
Creates a new FormalParameterReturn
instance.
- Return.MethodDeclaratorReturn - Class in rj.tools.jcsc
-
MethodDeclaratorReturn
- Return.MethodDeclaratorReturn(String, int) - Constructor for class rj.tools.jcsc.Return.MethodDeclaratorReturn
-
Creates a new MethodDeclaratorReturn
instance.
- ReturnStatement() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- rj.tools.argumentprocessor - package rj.tools.argumentprocessor
-
- rj.tools.ccscrape - package rj.tools.ccscrape
-
- rj.tools.ccscrape.ui - package rj.tools.ccscrape.ui
-
- rj.tools.jcsc - package rj.tools.jcsc
-
- rj.tools.jcsc.ant - package rj.tools.jcsc.ant
-
- rj.tools.jcsc.formatter - package rj.tools.jcsc.formatter
-
- rj.tools.jcsc.rules - package rj.tools.jcsc.rules
-
- rj.tools.jcsc.sorter - package rj.tools.jcsc.sorter
-
- rj.tools.jcsc.ui - package rj.tools.jcsc.ui
-
- rj.tools.skimdeep - package rj.tools.skimdeep
-
- rj.tools.skimdeep.ui - package rj.tools.skimdeep.ui
-
- rj.tools.util - package rj.tools.util
-
- rj.tools.util.ui - package rj.tools.util.ui
-
- RPAREN - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- RSIGNEDSHIFT() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- RSIGNEDSHIFT - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- RSIGNEDSHIFTASSIGN - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- Rule - Class in rj.tools.jcsc.rules
-
Encapsulates a Rule
- Rule(String, String, String, String, String, String, String[]) - Constructor for class rj.tools.jcsc.rules.Rule
-
Creates a new Rule instance
- RULE - Static variable in class rj.tools.jcsc.rules.RulesHandler
-
rule token
- RuleConstants - Interface in rj.tools.jcsc.rules
-
RuleConstants
contains all the constants which are
used for rule property file.
- RulekeySorter - Class in rj.tools.jcsc.sorter
-
Sorts the list of violations according to the
name (key) of each rule.
- RulekeySorter() - Constructor for class rj.tools.jcsc.sorter.RulekeySorter
-
- RULES - Static variable in class rj.tools.jcsc.rules.RulesHandler
-
rules token
- RulesDialog - Class in rj.tools.jcsc.ui
-
RulesDialog
is the dialog in which the rules for JCSC can be
specified.
- RulesDialog() - Constructor for class rj.tools.jcsc.ui.RulesDialog
-
Creates a new RulesDialog
instance.
- RulesDialog(Component) - Constructor for class rj.tools.jcsc.ui.RulesDialog
-
Creates a new RulesDialog
instance.
- RulesHandler - Class in rj.tools.jcsc.rules
-
RulesHandler
is a helper class which is resoponsibel for saving the
rules properties.
- RulesHandler() - Constructor for class rj.tools.jcsc.rules.RulesHandler
-
- RulesPanel - Class in rj.tools.jcsc.ui
-
RulesPanel
is a Swing UI JPanel to visually set the JCSC properties
- RulesPanel() - Constructor for class rj.tools.jcsc.ui.RulesPanel
-
Creates a new RulesPanel
instance.
- RUNSIGNEDSHIFT() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- RUNSIGNEDSHIFT - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- RUNSIGNEDSHIFTASSIGN - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- sAuthors - Static variable in class rj.tools.jcsc.JavaCodingStandardChecker
-
- SC_AND - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- SC_OR - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- sCCNCount - Static variable in class rj.tools.jcsc.JavaCodingStandardChecker
-
counter to keep track of CCS (cyclomatic complexity number)
- ScrapePanel - Class in rj.tools.ccscrape.ui
-
Panel for a specific CruiseControl URL to be monitored
- ScrapePanel(JFrame) - Constructor for class rj.tools.ccscrape.ui.ScrapePanel
-
Creates a new instance
- sCurrentState - Static variable in class rj.tools.jcsc.JavaCodingStandardChecker
-
State of the current class declaration.
- SelectDialog - Class in rj.tools.util.ui
-
SelectDialog - a general dialog displaying a list of possible selection from which the
user chooses one or more.
- SelectDialog(String, Frame, boolean, Object[][], Object[]) - Constructor for class rj.tools.util.ui.SelectDialog
-
Creates a new SelectDialog
instance.
- SelectDialog(String, Frame, boolean, Object[], Object[][], Object[]) - Constructor for class rj.tools.util.ui.SelectDialog
-
Creates a new SelectDialog
instance.
- SelectDialog(String, Dialog, boolean, Object[][], Object[]) - Constructor for class rj.tools.util.ui.SelectDialog
-
Creates a new SelectDialog
instance.
- SelectDialog(String, Dialog, boolean, Object[], Object[][], Object[]) - Constructor for class rj.tools.util.ui.SelectDialog
-
Creates a new SelectDialog
instance.
- SelectDialog(String, Frame, boolean, Object[][], Object[], boolean) - Constructor for class rj.tools.util.ui.SelectDialog
-
Creates a new SelectDialog
instance.
- SelectDialog(String, Frame, boolean, Object[], Object[][], Object[], boolean) - Constructor for class rj.tools.util.ui.SelectDialog
-
Creates a new SelectDialog
instance.
- SelectDialog(String, Dialog, boolean, Object[][], Object[], boolean) - Constructor for class rj.tools.util.ui.SelectDialog
-
Creates a new SelectDialog
instance.
- SelectDialog(String, Dialog, boolean, Object[], Object[][], Object[], boolean) - Constructor for class rj.tools.util.ui.SelectDialog
-
Creates a new SelectDialog
instance.
- SEMICOLON - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- SEMICOLONAFTERTYPEDECLARATION - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- setAbstract() - Method in class rj.tools.jcsc.JavaCodingStandardChecker.ModifierSet
-
- setAuthors(List) - Method in class rj.tools.jcsc.formatter.AbstractResultsFormatter
-
setAuthors
- setAuthors(List) - Method in interface rj.tools.jcsc.ResultsFormatter
-
setAuthors
- set the values of the @author tags found
- setBatchMode(BatchSummary) - Method in class rj.tools.jcsc.formatter.AbstractResultsFormatter
-
Set that the JCSC was in batch mode and pass in the associated
data
- setBatchMode(BatchSummary) - Method in interface rj.tools.jcsc.ResultsFormatter
-
Set if the JCSC run was in batch mode or single file
and set the associated data.
- setCCNCount(int) - Method in class rj.tools.jcsc.MethodMetric
-
setCCNCount
- setClassName(String) - Method in class rj.tools.jcsc.formatter.AbstractResultsFormatter
-
setClassName
- setClassName(String) - Method in interface rj.tools.jcsc.ResultsFormatter
-
setClass
- the name of the class
- setClassName(String) - Method in class rj.tools.jcsc.Violation
-
setClassName
- setColumn(int) - Method in class rj.tools.jcsc.MethodMetric
-
setColumn
- setColumn(int) - Method in class rj.tools.jcsc.Violation
-
setColumn
- setCopyAssociatedFiles(String) - Method in class rj.tools.jcsc.ant.JCSCTask
-
Copy associated files to destdir
- setDebugStream(PrintStream) - Method in class rj.tools.jcsc.JavaCodingStandardCheckerTokenManager
-
- setDestdir(String) - Method in class rj.tools.jcsc.ant.JCSCTask
-
setDestdir
- the folder into which the output is written to.
- setDocument(Document) - Method in class rj.tools.util.ui.TextFieldButton
-
Set the document for the underlying JTextField
- setEnabled(boolean) - Method in class rj.tools.jcsc.rules.Rule
-
En-/disable the Rule
- setEnabled(boolean) - Method in class rj.tools.util.ui.TextFieldButton
-
Enabling the components in the JPanel
- setExpressionText(String) - Method in class rj.tools.util.ui.RegexpDialog.RegTextArea
-
setExpressionText
- setExpressionText(String) - Method in class rj.tools.util.ui.RegexpDialog.RegTextField
-
setExpressionText
- setExpressionText(String) - Method in interface rj.tools.util.ui.RegexpDialogTextComponent
-
setComponentText
- set the text int the component
- setFailProperty(String) - Method in class rj.tools.jcsc.ant.JCSCTask
-
If this property is set JCSC will not fail directly but will set the
specified property to 'true'.
- setFailSeverity(String) - Method in class rj.tools.jcsc.ant.JCSCTask
-
set the level for a found violation to cause a build fail
- setFailValue(String) - Method in class rj.tools.jcsc.ant.JCSCTask
-
setFailValue
set the fail value which will cause a failure if
the avg violations per ncss is higher.
- setFile(String) - Method in class rj.tools.jcsc.ant.JCSCTask
-
setFile
- the name of the single file to check.
- setFileName(String) - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
setFileName
- set the absolute path of the file
to be parsed
- setFinal() - Method in class rj.tools.jcsc.JavaCodingStandardChecker.ModifierSet
-
- setHighestSeverityLevel(int) - Method in class rj.tools.jcsc.ant.PackageStatistics
-
Set the max severity found so far
- setI18nStrings(Map) - Method in class rj.tools.jcsc.ui.AbstractJcscTab
-
Sets the map for all strings which are displayed on the
tab.
- setI18nStrings(Map) - Method in interface rj.tools.jcsc.ui.JcscTab
-
Sets the map for all strings which are displayed on the
tab.
- setI18nStrings(Map) - Method in class rj.tools.jcsc.ui.RulesPanel
-
Set the map for the internationlized strings
on the UI.
- setIgnoreTestSeverity(String) - Method in class rj.tools.jcsc.ant.JCSCTask
-
set the level for a found violation to cause a build fail
- setIgnoreTestSeverity(int) - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
setIgnoreTestSeveriyt
- can be used to filter violations
up to (including) a specific value on Unit-Test classes.
- setJcscHome(String) - Method in class rj.tools.jcsc.ant.JCSCTask
-
The home of JCSC
- setLastJavaDoc(String) - Static method in class rj.tools.jcsc.JavaCodingStandardChecker
-
setLastJavaDoc
set the last JavaDoc of the current class
- setLine(int) - Method in class rj.tools.jcsc.MethodMetric
-
setLine
- setLine(int) - Method in class rj.tools.jcsc.Violation
-
setLine
- setLineCount(int) - Method in class rj.tools.jcsc.formatter.AbstractResultsFormatter
-
setLineCount
- setLineCount(int) - Method in interface rj.tools.jcsc.ResultsFormatter
-
setLineCount
- the number of Lines
- setMessage(String) - Method in class rj.tools.jcsc.Violation
-
setMessage
- setMethodMetrics(List) - Method in class rj.tools.jcsc.formatter.AbstractResultsFormatter
-
setMethodMetrics
- setMethodMetrics(List) - Method in interface rj.tools.jcsc.ResultsFormatter
-
setMethodMetrics
- set all the method metrics
- setMethodName(String) - Method in class rj.tools.jcsc.MethodMetric
-
setMethodName
- setMethodsCount(int) - Method in class rj.tools.jcsc.formatter.AbstractResultsFormatter
-
setMethodsCount
- setMethodsCount(int) - Method in interface rj.tools.jcsc.ResultsFormatter
-
setMethodsCount
- the number of methods count
- setNative() - Method in class rj.tools.jcsc.JavaCodingStandardChecker.ModifierSet
-
- setNCSSCount(int) - Method in class rj.tools.jcsc.formatter.AbstractResultsFormatter
-
setNCSSCount
- setNCSSCount(int) - Method in class rj.tools.jcsc.MethodMetric
-
setNCSSCount
- setNCSSCount(int) - Method in interface rj.tools.jcsc.ResultsFormatter
-
setNCSSCount
- the number of NCSS
non commenting source statements
- setNewLine() - Static method in class rj.tools.jcsc.JavaCodingStandardChecker
-
setNewLine
resets the new line flag to true
- setOutputStream(OutputStream) - Method in class rj.tools.jcsc.formatter.AbstractResultsFormatter
-
setOutputStream
- setOutputStream(OutputStream) - Method in interface rj.tools.jcsc.ResultsFormatter
-
setOutputStream
- set the outputstream to write to
- setPackage(String) - Method in class rj.tools.jcsc.formatter.AbstractResultsFormatter
-
setPackage
- setPackage(String) - Method in interface rj.tools.jcsc.ResultsFormatter
-
setPackage
- the name of the package the class belongs to
- setPackageName(String) - Method in class rj.tools.jcsc.Violation
-
setPackageName
- setPage(URL) - Method in class rj.tools.jcsc.ui.ExamplePanel
-
Delegates call to JEditorPane.setPage
- setPrintStream(PrintStream) - Method in class rj.tools.jcsc.rules.RulesHandler
-
Set the print stream for reading
- setPrivate() - Method in class rj.tools.jcsc.JavaCodingStandardChecker.ModifierSet
-
- setProperties(Properties) - Method in class rj.tools.ccscrape.ui.ScrapePanel
-
Set the properties
- setProtected() - Method in class rj.tools.jcsc.JavaCodingStandardChecker.ModifierSet
-
- setPublic() - Method in class rj.tools.jcsc.JavaCodingStandardChecker.ModifierSet
-
- setRegexp(String) - Method in class rj.tools.util.ui.RegexpDialog
-
setRegexp
- setResultsformatter(String) - Method in class rj.tools.jcsc.ant.JCSCTask
-
setResultsformatter
- the results formatter to use.
- setResultsFormatter(ResultsFormatter) - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
setResultsFormatter
- set the resulsthander to handle
the violations.
- setRule(Rule) - Method in class rj.tools.jcsc.Violation
-
setRule
- setRules(String) - Method in class rj.tools.jcsc.ant.JCSCTask
-
setRules
- the rules file to use.
- setRules(Map) - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
Set the checking rules according to a property file
- setRules(Map) - Method in interface rj.tools.jcsc.ui.JcscTab
-
setRules
passes in the cache of the processed
XML.
- setRules(String) - Method in class rj.tools.jcsc.ui.RulesDialog
-
Set rules being read from a XML file from the file system.
- setRules(Map) - Method in class rj.tools.jcsc.ui.RulesPanel
-
Set the map which contains the rules.
- setSelectionMode(int) - Method in class rj.tools.util.ui.SelectDialog
-
setSelectionMode
- set the selection mode of the dialog.
- setSeverity(int) - Method in class rj.tools.jcsc.rules.Rule
-
Set the Priority of the Rule
- setSource(String) - Method in class rj.tools.jcsc.Violation
-
setSource
- setStartDate(String) - Method in class rj.tools.jcsc.ant.JCSCTask
-
setStartDate
set the date/time from which files are being
considered.
- setStartpackage(String) - Method in class rj.tools.jcsc.ant.JCSCTask
-
The name of the topmost package with the
tailing '.', For example: com.foo... would have com.
- setStatic() - Method in class rj.tools.jcsc.JavaCodingStandardChecker.ModifierSet
-
- setStrictFp() - Method in class rj.tools.jcsc.JavaCodingStandardChecker.ModifierSet
-
- setSynchronized() - Method in class rj.tools.jcsc.JavaCodingStandardChecker.ModifierSet
-
- setTestString(String) - Method in class rj.tools.util.ui.RegexpDialog
-
setTestString
- setText(String) - Method in class rj.tools.util.ui.TextFieldButton
-
setObject
- setTitle(String) - Method in class rj.tools.jcsc.ui.ExamplePanel
-
Sets the title for the ExamplePanel.
- setToolTipText(String) - Method in class rj.tools.util.ui.TextFieldButton
-
Registers the text to display in a tool tip.
- setTransient() - Method in class rj.tools.jcsc.JavaCodingStandardChecker.ModifierSet
-
- setUnitTestClassCount(int) - Method in class rj.tools.jcsc.formatter.AbstractResultsFormatter
-
setUnitTestClassCount
- setUnitTestClassCount(int) - Method in interface rj.tools.jcsc.ResultsFormatter
-
setUnitTestClassCount
- the count of unit test classes
- setUnitTestsCount(int) - Method in class rj.tools.jcsc.formatter.AbstractResultsFormatter
-
setUnitTestsCount
- setUnitTestsCount(int) - Method in interface rj.tools.jcsc.ResultsFormatter
-
setUnitTestsCount
- the count of unit tests
- setValue(String) - Method in class rj.tools.jcsc.rules.Rule
-
Set the value of the Rule
- setViolations(List) - Method in class rj.tools.jcsc.formatter.AbstractResultsFormatter
-
setViolations
- setViolations(List) - Method in interface rj.tools.jcsc.ResultsFormatter
-
setViolations
- set all the violations which occured
- setViolations(List) - Method in class rj.tools.jcsc.sorter.OccurenceSorter
-
Set the List of violations to be sorted
- setViolations(List) - Method in class rj.tools.jcsc.sorter.RulekeySorter
-
Set the List of violations to be sorted
- setViolations(List) - Method in class rj.tools.jcsc.sorter.SeveritySorter
-
Set the List of violations to be sorted
- setViolations(List) - Method in interface rj.tools.jcsc.ViolationsSorter
-
Set the List of violations to be sorted
- setViolationsCount(int) - Method in class rj.tools.jcsc.formatter.AbstractResultsFormatter
-
setViolationsCount
- setViolationsCount(int) - Method in interface rj.tools.jcsc.ResultsFormatter
-
setViolationsCount
- the count of violations
- setViolationSorter(ViolationsSorter) - Method in class rj.tools.jcsc.formatter.AbstractResultsFormatter
-
Set the algorithm for how the violations shall be sorted
- setViolationSorter(ViolationsSorter) - Method in interface rj.tools.jcsc.ResultsFormatter
-
Set the algorithm for how the violations shall be sorted
- setViolationsSorter(String) - Method in class rj.tools.jcsc.ant.JCSCTask
-
Set the sorting algorithm for how the found violations have to be sorted
- setVisible(boolean) - Method in class rj.tools.util.ui.SelectDialog
-
- setVolatile() - Method in class rj.tools.jcsc.JavaCodingStandardChecker.ModifierSet
-
- setWorstCount(int) - Method in class rj.tools.jcsc.ant.JCSCTask
-
setWorstCount
- how many files should be part of the hall of
'shame'.
- SEVERITY - Static variable in class rj.tools.jcsc.rules.RulesHandler
-
severity token
- SeveritySorter - Class in rj.tools.jcsc.sorter
-
Sorts the list of violations according to the
severity of each occurence.
- SeveritySorter() - Constructor for class rj.tools.jcsc.sorter.SeveritySorter
-
- ShiftExpression() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- SHORT - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- sIgnoreTestSeverity - Static variable in class rj.tools.jcsc.JavaCodingStandardChecker
-
threshold severity to filter out violations on Unit-Test classes
which severity is lower or equal.
- SINGLE_LINE_COMMENT - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- SingleMemberAnnotation() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- sJVMVersion - Static variable in class rj.tools.jcsc.JavaCodingStandardChecker
-
jvm spec version
- SkimDeep - Class in rj.tools.skimdeep
-
The SkimDeep class
- SkimDeep(String) - Constructor for class rj.tools.skimdeep.SkimDeep
-
Creates a new instance
- SkimDeepFrame - Class in rj.tools.skimdeep.ui
-
- SkimDeepFrame() - Constructor for class rj.tools.skimdeep.ui.SkimDeepFrame
-
Creates a new instance
- SLASH - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- SLASHASSIGN - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- sLastComment - Static variable in class rj.tools.jcsc.JavaCodingStandardChecker
-
last read comment block
- sLastJavaDoc - Static variable in class rj.tools.jcsc.JavaCodingStandardChecker
-
last read java doc
- sLineCount - Static variable in class rj.tools.jcsc.JavaCodingStandardChecker
-
line counter; incremented by 1 for each \n found
- sMethodMetrics - Static variable in class rj.tools.jcsc.JavaCodingStandardChecker
-
- sMethodsCount - Static variable in class rj.tools.jcsc.JavaCodingStandardChecker
-
counter to keep track of methods
- sNCSSCount - Static variable in class rj.tools.jcsc.JavaCodingStandardChecker
-
counter to keep track of NCSS (non commenting source statements)
- sNewLine - Static variable in class rj.tools.jcsc.JavaCodingStandardChecker
-
true if \n was lexed; has to be set to false on own accord
- sort() - Method in class rj.tools.jcsc.sorter.OccurenceSorter
-
Sort the List of violations
- sort() - Method in class rj.tools.jcsc.sorter.RulekeySorter
-
Sort the List of violations
- sort() - Method in class rj.tools.jcsc.sorter.SeveritySorter
-
Sort the List of violations
- sort() - Method in interface rj.tools.jcsc.ViolationsSorter
-
Sort the List of violations
- SPACEAFTERSTATEMENTKEYWORD - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- specialConstructor - Variable in exception rj.tools.jcsc.ParseException
-
This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
- SpecialStatementBlock(String) - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- specialToken - Variable in class rj.tools.jcsc.Token
-
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- sReturn - Static variable in class rj.tools.jcsc.JavaCodingStandardChecker
-
true if return statement was the last one
- sSpaceCount - Static variable in class rj.tools.jcsc.JavaCodingStandardChecker
-
counter to keep track of spaces after statement keyword
- STAR - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- STARASSIGN - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- start() - Method in class rj.tools.util.ui.AnimatedLabel
-
start animation
- startMonitor() - Method in class rj.tools.ccscrape.Monitor
-
Start the monitoring for the URL and the ok and feil devices
- Statement() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- StatementExpression() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- StatementExpressionList() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- STATIC - Static variable in class rj.tools.jcsc.JavaCodingStandardChecker.ModifierSet
-
- STATIC - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- STATIC_CTOR_INST - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- STATIC_FINAL_STATIC_INST - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- staticFlag - Static variable in class rj.tools.jcsc.JavaCharStream
-
- Status - Class in rj.tools.ccscrape
-
Status of the build
- stop() - Method in class rj.tools.util.ui.AnimatedLabel
-
stop animation
- stopMonitor() - Method in class rj.tools.ccscrape.Monitor
-
Stop the monitoring for the URL and the ok and feil devices
- STRICTFP - Static variable in class rj.tools.jcsc.JavaCodingStandardChecker.ModifierSet
-
- STRICTFP - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- STRING_LITERAL - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- STRINGLITERALALLOWED - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- stringToFile(String, String) - Static method in class rj.tools.util.FileIO
-
Write a String as the entire content of a File
- SubstitutionInputStream - Class in rj.tools.util
-
- SubstitutionInputStream(InputStream, char, String) - Constructor for class rj.tools.util.SubstitutionInputStream
-
Creates a new instance
- sUnitTestClassCount - Static variable in class rj.tools.jcsc.JavaCodingStandardChecker
-
counter to keep track of unit test classes
- sUnitTestsCount - Static variable in class rj.tools.jcsc.JavaCodingStandardChecker
-
counter to keep track of unit tests
- SUPER - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- sViolations - Static variable in class rj.tools.jcsc.JavaCodingStandardChecker
-
- SWITCH - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- SwitchLabel() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- SWITCHREQUIRESDEFAULT - Static variable in interface rj.tools.jcsc.rules.RuleConstants
-
- SwitchStatement() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-
- SwitchTo(int) - Method in class rj.tools.jcsc.JavaCodingStandardCheckerTokenManager
-
- SYNCHRONIZED - Static variable in class rj.tools.jcsc.JavaCodingStandardChecker.ModifierSet
-
- SYNCHRONIZED - Static variable in interface rj.tools.jcsc.JavaCodingStandardCheckerConstants
-
- SynchronizedStatement() - Method in class rj.tools.jcsc.JavaCodingStandardChecker
-