Constant Field Values
Contents
com.ensoftcorp.*
-
com.ensoftcorp.open.commons.Activator Modifier and Type Constant Field Value public static final java.lang.String
PLUGIN_ANALYZER_EXTENSION_ID
"com.ensoftcorp.open.commons.analyzer"
public static final java.lang.String
PLUGIN_CODE_PAINTER_EXTENSION_ID
"com.ensoftcorp.open.commons.codepainter"
public static final java.lang.String
PLUGIN_CODEMAP_EXTENSION_ID
"com.ensoftcorp.open.commons.codemap"
public static final java.lang.String
PLUGIN_COLOR_PALETTE_EXTENSION_ID
"com.ensoftcorp.open.commons.colorpalette"
public static final java.lang.String
PLUGIN_FILTER_EXTENSION_ID
"com.ensoftcorp.open.commons.filter"
public static final java.lang.String
PLUGIN_FILTERABLE_ROOT_SET_EXTENSION_ID
"com.ensoftcorp.open.commons.filter.rootset"
public static final java.lang.String
PLUGIN_ID
"com.ensoftcorp.open.commons"
public static final java.lang.String
PLUGIN_INITIALIZER_EXTENSION_ID
"com.ensoftcorp.open.commons.project.properties.initializer"
public static final java.lang.String
PLUGIN_LANGUAGE_SPECIFIC_ANALYSIS_EXTENSION_ID
"com.ensoftcorp.open.commons.language.analysis"
public static final java.lang.String
PLUGIN_SUBSYSTEM_EXTENSION_ID
"com.ensoftcorp.open.commons.subsystem"
public static final java.lang.String
PLUGIN_WORKITEM_EXTENSION_ID
"com.ensoftcorp.open.commons.dashboard.workitem"
-
com.ensoftcorp.open.commons.algorithms.DominanceAnalysis Modifier and Type Constant Field Value public static final java.lang.String
DOMINANCE_FRONTIER_EDGE
"dom-frontier"
public static final java.lang.String
DOMINATOR_TREE_EDGE
"idom"
public static final java.lang.String
IDENTIFIER
"com.ensoftcorp.open.commons.dominance"
public static final java.lang.String
POST_DOMINANCE_FRONTIER_EDGE
"pdom-frontier"
public static final java.lang.String
POST_DOMINATOR_TREE_EDGE
"ipdom"
-
com.ensoftcorp.open.commons.algorithms.ICFG.DefaultCallResolutionStrategy Modifier and Type Constant Field Value public static final java.lang.String
CALL_RESOLUTION_STRATEGY_TAG
"ICFG.AtlasCHA"
-
com.ensoftcorp.open.commons.algorithms.UniqueEntryExitControlFlowGraph Modifier and Type Constant Field Value public static final java.lang.String
UniqueEntryExitCFG_Edge
"UniqueEntryExitCFG_Edge"
public static final java.lang.String
UniqueEntryExitCFG_Master_Entry
"UniqueEntryExitCFG_Master_Entry"
public static final java.lang.String
UniqueEntryExitCFG_Master_Entry_Name
"\u22a4"
public static final java.lang.String
UniqueEntryExitCFG_Master_Exit
"UniqueEntryExitCFG_Master_Exit"
public static final java.lang.String
UniqueEntryExitCFG_Master_Exit_Name
"\u22a5"
-
com.ensoftcorp.open.commons.algorithms.UniqueEntryExitInterproceduralControlFlowGraph Modifier and Type Constant Field Value public static final java.lang.String
UniqueEntryExitICFG_Edge
"UniqueEntryExitCFG_Edge"
public static final java.lang.String
UniqueEntryExitICFG_Master_Entry
"UniqueEntryExitICFG_Master_Entry"
public static final java.lang.String
UniqueEntryExitICFG_Master_Entry_Name
"\u22a4"
public static final java.lang.String
UniqueEntryExitICFG_Master_Exit
"UniqueEntryExitICFG_Master_Exit"
public static final java.lang.String
UniqueEntryExitICFG_Master_Exit_Name
"\u22a5"
-
com.ensoftcorp.open.commons.analyzers.Analyzers Modifier and Type Constant Field Value public static final java.lang.String
IDENTIFIER
"com.ensoftcorp.open.commons.analyzers"
-
com.ensoftcorp.open.commons.analyzers.CyclomaticComplexity Modifier and Type Constant Field Value public static final java.lang.String
RESULT_PREFIX
"Complexity: "
-
com.ensoftcorp.open.commons.analyzers.DeadCode Modifier and Type Constant Field Value public static final java.lang.String
RESULT_PREFIX
"Dead Code (%s statements in %s): "
-
com.ensoftcorp.open.commons.analyzers.RecursiveFunctions Modifier and Type Constant Field Value public static final java.lang.String
RESULT_PREFIX
"Recursive Functions: "
-
com.ensoftcorp.open.commons.codemap.ICFGConstruction Modifier and Type Constant Field Value public static final java.lang.String
IDENTIFIER
"com.ensoftcorp.open.commons.codemap.icfg"
-
com.ensoftcorp.open.commons.codemap.LoopDepth Modifier and Type Constant Field Value public static final java.lang.String
IDENTIFIER
"com.ensoftcorp.open.commons.loopdepth"
-
com.ensoftcorp.open.commons.codemap.ProjectAnalysisDefaultPropertiesInitializer Modifier and Type Constant Field Value public static final java.lang.String
IDENTIFIER
"com.ensoftcorp.open.commons.utilities.project.properties.initializer"
-
com.ensoftcorp.open.commons.preferences.CommonsPreferences Modifier and Type Constant Field Value public static final java.lang.String
ADD_MASTER_ENTRY_EXIT_CONTAINMENT_RELATIONSHIPS
"ADD_MASTER_ENTRY_EXIT_CONTAINMENT_RELATIONSHIPS"
public static final java.lang.String
CLOC_PATH
"CLOC_PATH"
public static final java.lang.String
CLOC_PATH_DEFAULT
""
public static final java.lang.String
COMPUTE_CONTROL_FLOW_GRAPH_DOMINANCE
"COMPUTE_CONTROL_FLOW_GRAPH_DOMINANCE"
public static final java.lang.String
COMPUTE_EXCEPTIONAL_CONTROL_FLOW_GRAPH_DOMINANCE_TREES
"COMPUTE_EXCEPTIONAL_CONTROL_FLOW_GRAPH_DOMINANCE_TREES"
public static final java.lang.String
CONSTRUCT_ICFG
"CONSTRUCT_ICFG"
public static final java.lang.String
DEBUG_LOGGING
"DEBUG_LOGGING"
public static final java.lang.String
DISPLAY_FILTER_VIEW_RESULT_CONTAINERS
"DISPLAY_FILTER_VIEW_RESULT_CONTAINERS"
public static final java.lang.String
NORMALIZE_GRAPH_ELEMENT_ADDRESSES
"NORMALIZE_GRAPH_ELEMENT_ADDRESSES"
-
com.ensoftcorp.open.commons.sandbox.Sandbox Modifier and Type Constant Field Value public static final java.lang.String
SANDBOX_ADDRESS_PREFIX
"SANDBOX_"
-
com.ensoftcorp.open.commons.subsystems.SubsystemCodemapStage Modifier and Type Constant Field Value public static final java.lang.String
IDENTIFIER
"com.ensoftcorp.open.commons.subsystems"
-
com.ensoftcorp.open.commons.utilities.CodeStyles Modifier and Type Constant Field Value public static final java.lang.String
BEGINS_CAPITAL
"[A-Z](.*)"
public static final java.lang.String
BEGINS_LOWER_CASE
"[a-z](.*)"
public static final java.lang.String
CAMEL
"^[a-z][a-zA-Z0-9]*$"
public static final java.lang.String
CAMEL_HUMPED
"^[A-Z][a-zA-Z0-9]*$"
public static final java.lang.String
CAPITAL_TYPE
"^[A-Z]$"
public static final java.lang.String
CONTAINS_DOLLAR_SIGN
"(.*)[$](.*)"
public static final java.lang.String
CONTAINS_DOT
"(.*)[\\.](.*)"
public static final java.lang.String
CONTAINS_LOWER_CASE
"(.*)[a-z](.*)"
public static final java.lang.String
CONTAINS_NON_ASCII
"(.*)[\\x00-\\x80](.*)"
public static final java.lang.String
CONTAINS_NUMBER
"(.*)[0-9](.*)"
public static final java.lang.String
CONTAINS_UNDERSCORE
"(.*)[_](.*)"
public static final java.lang.String
CONTAINS_UPPER_CASE
"(.*)[A-Z](.*)"
public static final java.lang.String
PACKAGE_LOWER
"^[a-z]+(\\.[a-z_][a-z0-9_]*)*$"
public static final java.lang.String
PACKAGE_MIXED
"^[a-zA-Z]+(\\.[a-zA-Z_][a-zA-Z0-9_]*)*$"
public static final java.lang.String
PACKAGE_UPPER
"^[A-Z]+(\\.[A-Z_][A-Z0-9_]*)*$"
public static final java.lang.String
UNDERSCORE_CAPITAL
"^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$"
public static final java.lang.String
UNDERSCORE_LOWER
"^[a-z][a-z0-9]*(_[a-z0-9]+)*$"
public static final java.lang.String
UNDERSCORE_MIXED
"^[a-zA-Z][a-zA-Z0-9]*(_[a-zA-Z0-9]+)*$"
-
com.ensoftcorp.open.commons.utilities.XMLUtils Modifier and Type Constant Field Value public static final java.lang.String
END_CHARACTER_OFFSET_USER_DATA
"end-character-offset"
public static final java.lang.String
END_COLUMN_NUMBER_USER_DATA
"end-column-number"
public static final java.lang.String
END_LINE_NUMBER_CHARACTER_OFFSET_USER_DATA
"end-line-number-character-offset"
public static final java.lang.String
END_LINE_NUMBER_USER_DATA
"end-line-number"
public static final java.lang.String
START_CHARACTER_OFFSET_USER_DATA
"start-character-offset"
public static final java.lang.String
START_COLUMN_NUMBER_USER_DATA
"start-column-number"
public static final java.lang.String
START_LINE_NUMBER_CHARACTER_OFFSET_USER_DATA
"start-line-number-character-offset"
public static final java.lang.String
START_LINE_NUMBER_USER_DATA
"start-line-number"
-
com.ensoftcorp.open.commons.utilities.address.NormalizedAddress Modifier and Type Constant Field Value public static final java.lang.String
IDENTIFIER
"com.ensoftcorp.open.commons.utilities.address.normalization"
public static final java.lang.String
NORMALIZED_ADDRESS_ATTRIBUTE
"NormalizedAddress"
-
com.ensoftcorp.open.commons.utilities.project.ProjectAnalysisProperties Modifier and Type Constant Field Value public static final java.lang.String
ROOT_ELEMENT
"properties"
-
com.ensoftcorp.open.commons.xcsg.Toolbox Modifier and Type Constant Field Value public static final java.lang.String
loopDepth
"Toolbox.loopDepth"
-
com.ensoftcorp.open.commons.xcsg.Undocumented Modifier and Type Constant Field Value public static final java.lang.String
SIGNATURE
"##signature"