Components | Purpose | Product | Etc. |
---|---|---|---|
dexter-core | utility, entity, basic logics, jobs all of components should use 'dexter-core' component | all products | pure jar eclipse plug-in |
dexter-metrics | sw metrics such as LOC, class/method counts, complexity it has one feature per language. | all products | pure jar eclipse plug-in |
dexter-executor | manage static analysis plug-ins lifecycle. execute static analysis with these plug-ins. | all products or only for CLI | pure jar eclipse plug-in |
dexter-eclipse-ui | common UI module such as login dialog, preferences | Dexter Daemon Dexter Eclipse | eclipse plug-in |
dexter-eclipse | add Dexter feature into JDT such as Java Editor, Builder, Etc. | Dexter Eclipse | eclipse plug-in |
dexter-daemon | for a Editor which dose not support plug-in. for now, this is for only Source Insight and CLI UI | Dexter Daemon | eclipse plug-in |
dexter-eclipse-help | a help plug-in for dexter-eclipse plug-in | Dexter Eclipse | eclipse plug-in |
dexter-cppcheck | a static analysis plug-in for Cppcheck for C/C++ | all products | eclipse plug-in Extension JSPF |
dexter-findbugs | a static analysis plug-in for Findbugs for Java | all products | eclipse plug-in Extension JSPF |
dexter-* | a static analysis plug-in for future | all products | eclipse plug-in Extension JSPF |
JSPF Library | a library for Jar plug-in management | Dexter CLI | JSPF |