apache / daffodil
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
34,408 LOC (41%)
91 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
34,408 LOC (41%)
91 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)( |:| ).*
".
91
files match defined criteria (
34,408
LOC,
41.4%
vs. main code):
89
*.scala files (
32,602
LOC)
1
*.xsl files (
1,287
LOC)
1
*.sbt files (
519
LOC)
174
lines match the content pattern.
details...
per component - primary logical decomposition
daffodil-runtime1
in 37 files, 12,380 LOC (47%)
daffodil-core
in 21 files, 8,982 LOC (46%)
daffodil-lib
in 11 files, 2,844 LOC (31%)
daffodil-io
in 9 files, 2,631 LOC (59%)
daffodil-runtime1-unparser
in 6 files, 1,772 LOC (42%)
daffodil-codegen-c
in 1 file 886 LOC (21%)
daffodil-schematron
in 1 file 1,287 LOC (40%)
daffodil-tdml-lib
in 1 file 2,228 LOC (88%)
daffodil-propgen
in 1 file 625 LOC (62%)
ROOT
in 1 file 519 LOC (100%)
daffodil-runtime1-layers
in 2 files, 254 LOC (51%)