apache / carbondata
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
41,983 LOC (23%)
126 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
41,983 LOC (23%)
126 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)( |:| ).*
".
126
files match defined criteria (
41,983
LOC,
23.7%
vs. main code):
76
*.java files (
23,764
LOC)
40
*.scala files (
16,583
LOC)
8
*.py files (
1,387
LOC)
1
*.xml files (
141
LOC)
1
*.thrift files (
108
LOC)
186
lines match the content pattern.
details...
per component - primary logical decomposition
core
in 42 files, 15,850 LOC (22%)
integration
in 46 files, 17,655 LOC (26%)
processing
in 11 files, 2,890 LOC (15%)
sdk
in 2 files, 278 LOC (4%)
hadoop
in 4 files, 1,333 LOC (32%)
mv
in 8 files, 1,597 LOC (53%)
index
in 2 files, 231 LOC (9%)
python
in 7 files, 1,049 LOC (61%)
streaming
in 1 file 513 LOC (38%)
dev
in 2 files, 479 LOC (66%)
format
in 1 file 108 LOC (38%)