apache / mina-sshd
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
30,896 LOC (33%)
120 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
30,896 LOC (33%)
120 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)( |:| ).*
".
120
files match defined criteria (
30,896
LOC,
33.0%
vs. main code):
119
*.java files (
30,657
LOC)
1
*.py files (
239
LOC)
188
lines match the content pattern.
details...
per component - primary logical decomposition
sshd-core
in 40 files, 11,472 LOC (37%)
sshd-common
in 31 files, 5,512 LOC (17%)
sshd-sftp
in 11 files, 6,798 LOC (46%)
sshd-scp
in 7 files, 1,968 LOC (45%)
sshd-cli
in 6 files, 2,480 LOC (59%)
sshd-sources
in 1 file 239 LOC (18%)
sshd-openpgp
in 9 files, 934 LOC (81%)
sshd-contrib
in 1 file 133 LOC (12%)
sshd-git
in 7 files, 480 LOC (56%)
sshd-netty
in 2 files, 325 LOC (41%)
sshd-mina
in 2 files, 42 LOC (5%)
sshd-putty
in 2 files, 111 LOC (16%)
sshd-spring-sftp
in 1 file 402 LOC (61%)