apache / kudu
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
85,053 LOC (22%)
162 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
85,053 LOC (22%)
162 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)( |:| ).*
".
162
files match defined criteria (
85,053
LOC,
22.8%
vs. main code):
71
*.cc files (
53,095
LOC)
45
*.h files (
13,417
LOC)
16
*.java files (
7,714
LOC)
11
*.proto files (
3,632
LOC)
2
*.pyx files (
2,018
LOC)
8
*.scala files (
1,797
LOC)
1
*.thrift files (
1,664
LOC)
4
*.py files (
696
LOC)
1
*.pxd files (
552
LOC)
1
*.xml files (
255
LOC)
1
*.js files (
149
LOC)
1
*.clj files (
64
LOC)
259
lines match the content pattern.
details...
per component - primary logical decomposition
src
in 130 files, 72,191 LOC (21%)
java
in 26 files, 9,830 LOC (35%)
python
in 3 files, 2,570 LOC (84%)
build-support
in 2 files, 313 LOC (10%)
www
in 1 file 149 LOC (10%)