Package com.ensoftcorp.open.commons.utilities
-
Class Summary Class Description CodeMapChangeListener CodeStyles Useful regular expressions for matching different naming styles.FormattedSourceCorrespondence A convenience utility wrapper for pretty printing SourceCorrespondence line numbers and other propertiesFormattedSourceCorrespondence.LineNumberRange MappingUtils A wrapper around Atlas indexing utils with added listeners for error handling.NodeSourceCorrespondenceSorter OSUtils A set of helper utilities for determining the operating system, host name, and dealing with relative file pathsOSUtils.ResourceUtils A class for getting relative file paths Source modified from original version at http://stackoverflow.com/questions/204784/how-to-construct-a-relative-path-in-java-from-two-absolute-paths-or-urlsSLOCCount Counts source lines of code as logical lines of code, differentiating between blank lines, comments, and code Jimple is counted manually, assuming comments do no exist, and a non blank line is code All other language delagate line counting to the cloc tool: https://github.com/AlDanial/clocSLOCCount.LinesOfCode WorkspaceUtils Helper class for dealing with Eclipse workspacesXMLUtils A helper for computing SourceCorrespondence objects from an XML file Creates an annotated DOM tree, adding start and end line numbers to each XML element