microsoft / azure-tools-for-java
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
16,943 LOC (11%)
89 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
16,943 LOC (11%)
89 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
89
files match defined criteria (
16,943
lines of code,
11.5%
vs. main code):
74
*.java files (
15,727
lines of code)
14
*.kt files (
1,184
lines of code)
1
*.scala files (
32
lines of code)
113
lines match the content pattern.
details...
per component - primary logical decomposition
PluginsAndFeatures/azure-toolkit-for-intellij
in 47 files, 8,210 LOC (13%)
PluginsAndFeatures/azure-toolkit-for-eclipse
in 15 files, 3,821 LOC (12%)
Utils/hdinsight-node-common
in 20 files, 4,013 LOC (13%)
Utils/azure-explorer-common
in 2 files, 348 LOC (4%)
Utils/azuretools-core
in 3 files, 400 LOC (7%)
Utils/azure-toolkit-ide-libs
in 1 file 119 LOC (2%)
Utils/spark-tools
in 1 file 32 LOC (3%)