Constant Field Values
Contents
com.ensoftcorp.*
-
com.ensoftcorp.open.commons.Activator Modifier and Type Constant Field Value public static final java.lang.StringPLUGIN_ANALYZER_EXTENSION_ID"com.ensoftcorp.open.commons.analyzer"public static final java.lang.StringPLUGIN_CODE_PAINTER_EXTENSION_ID"com.ensoftcorp.open.commons.codepainter"public static final java.lang.StringPLUGIN_CODEMAP_EXTENSION_ID"com.ensoftcorp.open.commons.codemap"public static final java.lang.StringPLUGIN_COLOR_PALETTE_EXTENSION_ID"com.ensoftcorp.open.commons.colorpalette"public static final java.lang.StringPLUGIN_FILTER_EXTENSION_ID"com.ensoftcorp.open.commons.filter"public static final java.lang.StringPLUGIN_FILTERABLE_ROOT_SET_EXTENSION_ID"com.ensoftcorp.open.commons.filter.rootset"public static final java.lang.StringPLUGIN_ID"com.ensoftcorp.open.commons"public static final java.lang.StringPLUGIN_INITIALIZER_EXTENSION_ID"com.ensoftcorp.open.commons.project.properties.initializer"public static final java.lang.StringPLUGIN_LANGUAGE_SPECIFIC_ANALYSIS_EXTENSION_ID"com.ensoftcorp.open.commons.language.analysis"public static final java.lang.StringPLUGIN_SUBSYSTEM_EXTENSION_ID"com.ensoftcorp.open.commons.subsystem"public static final java.lang.StringPLUGIN_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.StringDOMINANCE_FRONTIER_EDGE"dom-frontier"public static final java.lang.StringDOMINATOR_TREE_EDGE"idom"public static final java.lang.StringIDENTIFIER"com.ensoftcorp.open.commons.dominance"public static final java.lang.StringPOST_DOMINANCE_FRONTIER_EDGE"pdom-frontier"public static final java.lang.StringPOST_DOMINATOR_TREE_EDGE"ipdom" -
com.ensoftcorp.open.commons.algorithms.ICFG.DefaultCallResolutionStrategy Modifier and Type Constant Field Value public static final java.lang.StringCALL_RESOLUTION_STRATEGY_TAG"ICFG.AtlasCHA" -
com.ensoftcorp.open.commons.algorithms.UniqueEntryExitControlFlowGraph Modifier and Type Constant Field Value public static final java.lang.StringUniqueEntryExitCFG_Edge"UniqueEntryExitCFG_Edge"public static final java.lang.StringUniqueEntryExitCFG_Master_Entry"UniqueEntryExitCFG_Master_Entry"public static final java.lang.StringUniqueEntryExitCFG_Master_Entry_Name"\u22a4"public static final java.lang.StringUniqueEntryExitCFG_Master_Exit"UniqueEntryExitCFG_Master_Exit"public static final java.lang.StringUniqueEntryExitCFG_Master_Exit_Name"\u22a5" -
com.ensoftcorp.open.commons.algorithms.UniqueEntryExitInterproceduralControlFlowGraph Modifier and Type Constant Field Value public static final java.lang.StringUniqueEntryExitICFG_Edge"UniqueEntryExitCFG_Edge"public static final java.lang.StringUniqueEntryExitICFG_Master_Entry"UniqueEntryExitICFG_Master_Entry"public static final java.lang.StringUniqueEntryExitICFG_Master_Entry_Name"\u22a4"public static final java.lang.StringUniqueEntryExitICFG_Master_Exit"UniqueEntryExitICFG_Master_Exit"public static final java.lang.StringUniqueEntryExitICFG_Master_Exit_Name"\u22a5"
-
com.ensoftcorp.open.commons.analyzers.Analyzers Modifier and Type Constant Field Value public static final java.lang.StringIDENTIFIER"com.ensoftcorp.open.commons.analyzers" -
com.ensoftcorp.open.commons.analyzers.CyclomaticComplexity Modifier and Type Constant Field Value public static final java.lang.StringRESULT_PREFIX"Complexity: " -
com.ensoftcorp.open.commons.analyzers.DeadCode Modifier and Type Constant Field Value public static final java.lang.StringRESULT_PREFIX"Dead Code (%s statements in %s): " -
com.ensoftcorp.open.commons.analyzers.RecursiveFunctions Modifier and Type Constant Field Value public static final java.lang.StringRESULT_PREFIX"Recursive Functions: "
-
com.ensoftcorp.open.commons.codemap.ICFGConstruction Modifier and Type Constant Field Value public static final java.lang.StringIDENTIFIER"com.ensoftcorp.open.commons.codemap.icfg" -
com.ensoftcorp.open.commons.codemap.LoopDepth Modifier and Type Constant Field Value public static final java.lang.StringIDENTIFIER"com.ensoftcorp.open.commons.loopdepth" -
com.ensoftcorp.open.commons.codemap.ProjectAnalysisDefaultPropertiesInitializer Modifier and Type Constant Field Value public static final java.lang.StringIDENTIFIER"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.StringADD_MASTER_ENTRY_EXIT_CONTAINMENT_RELATIONSHIPS"ADD_MASTER_ENTRY_EXIT_CONTAINMENT_RELATIONSHIPS"public static final java.lang.StringCLOC_PATH"CLOC_PATH"public static final java.lang.StringCLOC_PATH_DEFAULT""public static final java.lang.StringCOMPUTE_CONTROL_FLOW_GRAPH_DOMINANCE"COMPUTE_CONTROL_FLOW_GRAPH_DOMINANCE"public static final java.lang.StringCOMPUTE_EXCEPTIONAL_CONTROL_FLOW_GRAPH_DOMINANCE_TREES"COMPUTE_EXCEPTIONAL_CONTROL_FLOW_GRAPH_DOMINANCE_TREES"public static final java.lang.StringCONSTRUCT_ICFG"CONSTRUCT_ICFG"public static final java.lang.StringDEBUG_LOGGING"DEBUG_LOGGING"public static final java.lang.StringDISPLAY_FILTER_VIEW_RESULT_CONTAINERS"DISPLAY_FILTER_VIEW_RESULT_CONTAINERS"public static final java.lang.StringNORMALIZE_GRAPH_ELEMENT_ADDRESSES"NORMALIZE_GRAPH_ELEMENT_ADDRESSES"
-
com.ensoftcorp.open.commons.sandbox.Sandbox Modifier and Type Constant Field Value public static final java.lang.StringSANDBOX_ADDRESS_PREFIX"SANDBOX_"
-
com.ensoftcorp.open.commons.subsystems.SubsystemCodemapStage Modifier and Type Constant Field Value public static final java.lang.StringIDENTIFIER"com.ensoftcorp.open.commons.subsystems"
-
com.ensoftcorp.open.commons.utilities.CodeStyles Modifier and Type Constant Field Value public static final java.lang.StringBEGINS_CAPITAL"[A-Z](.*)"public static final java.lang.StringBEGINS_LOWER_CASE"[a-z](.*)"public static final java.lang.StringCAMEL"^[a-z][a-zA-Z0-9]*$"public static final java.lang.StringCAMEL_HUMPED"^[A-Z][a-zA-Z0-9]*$"public static final java.lang.StringCAPITAL_TYPE"^[A-Z]$"public static final java.lang.StringCONTAINS_DOLLAR_SIGN"(.*)[$](.*)"public static final java.lang.StringCONTAINS_DOT"(.*)[\\.](.*)"public static final java.lang.StringCONTAINS_LOWER_CASE"(.*)[a-z](.*)"public static final java.lang.StringCONTAINS_NON_ASCII"(.*)[\\x00-\\x80](.*)"public static final java.lang.StringCONTAINS_NUMBER"(.*)[0-9](.*)"public static final java.lang.StringCONTAINS_UNDERSCORE"(.*)[_](.*)"public static final java.lang.StringCONTAINS_UPPER_CASE"(.*)[A-Z](.*)"public static final java.lang.StringPACKAGE_LOWER"^[a-z]+(\\.[a-z_][a-z0-9_]*)*$"public static final java.lang.StringPACKAGE_MIXED"^[a-zA-Z]+(\\.[a-zA-Z_][a-zA-Z0-9_]*)*$"public static final java.lang.StringPACKAGE_UPPER"^[A-Z]+(\\.[A-Z_][A-Z0-9_]*)*$"public static final java.lang.StringUNDERSCORE_CAPITAL"^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$"public static final java.lang.StringUNDERSCORE_LOWER"^[a-z][a-z0-9]*(_[a-z0-9]+)*$"public static final java.lang.StringUNDERSCORE_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.StringEND_CHARACTER_OFFSET_USER_DATA"end-character-offset"public static final java.lang.StringEND_COLUMN_NUMBER_USER_DATA"end-column-number"public static final java.lang.StringEND_LINE_NUMBER_CHARACTER_OFFSET_USER_DATA"end-line-number-character-offset"public static final java.lang.StringEND_LINE_NUMBER_USER_DATA"end-line-number"public static final java.lang.StringSTART_CHARACTER_OFFSET_USER_DATA"start-character-offset"public static final java.lang.StringSTART_COLUMN_NUMBER_USER_DATA"start-column-number"public static final java.lang.StringSTART_LINE_NUMBER_CHARACTER_OFFSET_USER_DATA"start-line-number-character-offset"public static final java.lang.StringSTART_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.StringIDENTIFIER"com.ensoftcorp.open.commons.utilities.address.normalization"public static final java.lang.StringNORMALIZED_ADDRESS_ATTRIBUTE"NormalizedAddress"
-
com.ensoftcorp.open.commons.utilities.project.ProjectAnalysisProperties Modifier and Type Constant Field Value public static final java.lang.StringROOT_ELEMENT"properties"
-
com.ensoftcorp.open.commons.xcsg.Toolbox Modifier and Type Constant Field Value public static final java.lang.StringloopDepth"Toolbox.loopDepth" -
com.ensoftcorp.open.commons.xcsg.Undocumented Modifier and Type Constant Field Value public static final java.lang.StringSIGNATURE"##signature"