| java.lang.Object tide.stats.CodeStats
CodeStats | final public class CodeStats (Code) | | TODO: add metrics [See JavaSpectrum Feb/Marz 08 (named erroneously 07)]
TODO: graphical representation
TODO: multidimensional search for outsiders => for example detect code that may be pasted or written from other person, may be good to analyse...
|
Inner Class :static class WordStat implements Comparable<WordStat> | |
Method Summary | |
public static void | analyse(List<SourceFile> allFiles, boolean showStatForEachFile) | static void | stat(String w, Map<String, WordStat> stat) Only words made of at least 4 letters and not starting with a special char. |
stat | static void stat(String w, Map<String, WordStat> stat)(Code) | | Only words made of at least 4 letters and not starting with a special char.
|
|
|