Serialized Form
mRuleCount
int mRuleCount
- The number of rules which have been added
mRules
Rule[] mRules
- The logical rule objects of a tab
mI18nStringsMap
java.util.Map mI18nStringsMap
- Map for I18n Strings; key=identifier, value=string in language
mLayout
java.awt.GridBagLayout mLayout
mIconLabel
javax.swing.JLabel mIconLabel
mIcons
javax.swing.Icon[] mIcons
mDelayMS
int mDelayMS
mCurrentIndex
int mCurrentIndex
mUpdateThread
java.lang.Thread mUpdateThread
mGo
boolean mGo
mExit
boolean mExit
mExampleEditorPane
javax.swing.JEditorPane mExampleEditorPane
mExampleScrollPane
javax.swing.JScrollPane mExampleScrollPane
mTitleLabel
javax.swing.JLabel mTitleLabel
mResultsTable
javax.swing.JTable mResultsTable
mTableModel
rj.tools.jcsc.plugins.intellij.JCSCResultPanel.JCSCRunTableModel mTableModel
mResultSP
javax.swing.JScrollPane mResultSP
mOverviewPanel
OverviewPanel mOverviewPanel
mLineSelector
SourceLineSelector mLineSelector
mOptions
JCSCOptions mOptions
mRulesLabel
javax.swing.JLabel mRulesLabel
mRulesTextField
javax.swing.JTextField mRulesTextField
mBrowseButton
javax.swing.JButton mBrowseButton
mFailSevertyLabel
javax.swing.JLabel mFailSevertyLabel
mFailSeverityCB
javax.swing.JComboBox mFailSeverityCB
mFailVioNCSSRatioLabel
javax.swing.JLabel mFailVioNCSSRatioLabel
mFailVioNCSSRatioTF
javax.swing.JTextField mFailVioNCSSRatioTF
mRunButton
javax.swing.JButton mRunButton
mStatusLabel
javax.swing.JLabel mStatusLabel
mStatusValue
javax.swing.JLabel mStatusValue
mFailValueLabel
javax.swing.JLabel mFailValueLabel
mFailSeverityLabel
javax.swing.JLabel mFailSeverityLabel
mFailSeverityValue
javax.swing.JLabel mFailSeverityValue
mAllowedVioNCSSRationLabel
javax.swing.JLabel mAllowedVioNCSSRationLabel
mFailoNCSSRatioValue
javax.swing.JLabel mFailoNCSSRatioValue
mViolationLabel
javax.swing.JLabel mViolationLabel
mViolationCountLabel
javax.swing.JLabel mViolationCountLabel
mViolationCountValue
javax.swing.JLabel mViolationCountValue
mViolationSeverityLabel
javax.swing.JLabel mViolationSeverityLabel
mViolationSeverityValue
javax.swing.JLabel mViolationSeverityValue
mNCSSCountLabel
javax.swing.JLabel mNCSSCountLabel
mNCSSCountValue
javax.swing.JLabel mNCSSCountValue
mVioNCSSRatioLabel
javax.swing.JLabel mVioNCSSRatioLabel
mVioNCSSRatioValue
javax.swing.JLabel mVioNCSSRatioValue
mGreenIcon
javax.swing.Icon mGreenIcon
mYellowIcon
javax.swing.Icon mYellowIcon
mRedIcon
javax.swing.Icon mRedIcon
mLoupeIcon
javax.swing.Icon mLoupeIcon
mViolationCount
int mViolationCount
mFailSeverity
int mFailSeverity
mMaxFoundSeverity
int mMaxFoundSeverity
mFailVioNCSSRatio
double mFailVioNCSSRatio
mMaxFoundVioNCSSRatio
double mMaxFoundVioNCSSRatio
mNCSSCount
int mNCSSCount
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
java.lang.String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
java.lang.String eol
- The end of line string for this machine.
mRegexpLabel
javax.swing.JLabel mRegexpLabel
mRegexpTC
javax.swing.text.JTextComponent mRegexpTC
mTestStringLabel
javax.swing.JLabel mTestStringLabel
mTestStringTC
javax.swing.text.JTextComponent mTestStringTC
mResultLabel
javax.swing.JLabel mResultLabel
mTestButton
javax.swing.JButton mTestButton
mOkButton
javax.swing.JButton mOkButton
mCancelButton
javax.swing.JButton mCancelButton
mRegexpBackup
java.lang.String mRegexpBackup
mIsStartedStandAlone
boolean mIsStartedStandAlone
mSourceButtonGroup
javax.swing.ButtonGroup mSourceButtonGroup
mDefaultRB
javax.swing.JRadioButton mDefaultRB
mOtherRB
javax.swing.JRadioButton mOtherRB
mOtherSourceTF
TextFieldButton mOtherSourceTF
mSaveButton
javax.swing.JButton mSaveButton
mSaveAsButton
javax.swing.JButton mSaveAsButton
mCloseButton
javax.swing.JButton mCloseButton
mRulesPanel
RulesPanel mRulesPanel
mFileChooser
javax.swing.JFileChooser mFileChooser
mOtherRuleFile
java.io.File mOtherRuleFile
mTabbedPane
javax.swing.JTabbedPane mTabbedPane
mGeneralTab
JcscTab mGeneralTab
mFieldTab
JcscTab mFieldTab
mMethodTab
JcscTab mMethodTab
mJavaDocTab
JcscTab mJavaDocTab
mMetricsTab
JcscTab mMetricsTab
mUnitTestTab
JcscTab mUnitTestTab
mExamplePanel
ExamplePanel mExamplePanel
mActionListener
javax.swing.event.EventListenerList mActionListener
mTable
javax.swing.JTable mTable
mSP
javax.swing.JScrollPane mSP
mOK
javax.swing.JButton mOK
mCancel
javax.swing.JButton mCancel
mClose
javax.swing.JButton mClose
mObjects
java.lang.Object[] mObjects
mOkedOut
boolean mOkedOut
mTextField
javax.swing.JTextField mTextField
mButton
javax.swing.JButton mButton
mActionListeners
javax.swing.event.EventListenerList mActionListeners
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
(c) 1999-2005 by Ralph Jocham (rjocham72@netscape.net)
JCSC is released under the terms of the GNU General Public License