JetBrains / languagetool
Features of Interest
Aspects in the source code identified through RegEx patterns.
Intro
Features of interest are any aspects of a software system that can be identified through patterns in code.
Features of interest provide you with a way to focus your attention on relevant parts of the codebase.
Typical examples include, security, TODOs, logging.
A feature of interest may be present in multiple files. Any source code file may be in zero or multiple features of interest.
Overview
GENERAL
TODOs
90,823 LOC (36%)
144 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
90,823 LOC (36%)
144 files
|
found text per file
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
144
files match defined criteria (
90,823
LOC,
36.8%
vs. main code):
24
*.xml files (
58,222
LOC)
120
*.java files (
32,601
LOC)
378
lines match the content pattern.
details...
per component - primary logical decomposition
languagetool-language-modules
in 83 files, 75,104 LOC (44%)
languagetool-core
in 33 files, 8,328 LOC (22%)
languagetool-dev
in 10 files, 1,957 LOC (18%)
languagetool-wikipedia
in 5 files, 830 LOC (8%)
languagetool-server
in 9 files, 3,369 LOC (48%)
languagetool-standalone
in 1 file 173 LOC (3%)
languagetool-http-client
in 1 file 693 LOC (27%)
languagetool-commandline
in 1 file 290 LOC (23%)
languagetool-tools
in 1 file 79 LOC (14%)