apache / plc4x
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
276,328 LOC (24%)
1085 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
276,328 LOC (24%)
1085 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)( |:| ).*
".
1085
files match defined criteria (
276,328
LOC,
24.5%
vs. main code):
819
*.go files (
202,645
LOC)
105
*.java files (
35,353
LOC)
31
*.mspec files (
22,322
LOC)
88
*.py files (
8,025
LOC)
26
*.c files (
5,215
LOC)
2
*.xsl files (
794
LOC)
4
*.groovy files (
673
LOC)
6
*.h files (
520
LOC)
1
*.xml files (
427
LOC)
1
*.g4 files (
289
LOC)
2
*.cs files (
65
LOC)
3,423
lines match the content pattern.
details...
per component - primary logical decomposition
plc4go
in 820 files, 203,072 LOC (21%)
plc4j
in 93 files, 27,056 LOC (33%)
plc4net
in 2 files, 65 LOC (<1%)
protocols
in 34 files, 23,131 LOC (79%)
plc4c
in 32 files, 5,735 LOC (22%)
plc4py
in 88 files, 8,025 LOC (59%)
code-generation
in 15 files, 8,878 LOC (77%)
src
in 1 file 366 LOC (100%)