facebook / openbmc-qemu
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
414,718 LOC (38%) 476 files | found text | found text per file
1 GENERAL Concerns
  • The "general" group contains 2 concerns.
    • TODOs
    • Unclassified
general
1.1 TODOs
414,718 LOC (38%) 476 files | found text | found text per file
  • The following criteria are used to filter files:
    • files with any line of content like ".*(TODO|FIXME)( |:| ).*".
  • 476 files match defined criteria (414,718 lines of code, 38.8% vs. main code):
    • 417 *.c files (384,467 lines of code)
    • 40 *.h files (13,384 lines of code)
    • 5 *.inc files (9,453 lines of code)
    • 10 *.py files (4,157 lines of code)
    • 1 *.pl files (2,350 lines of code)
    • 1 *.cc files (748 lines of code)
    • 1 *.cfg files (121 lines of code)
    • 1 *.lds files (38 lines of code)
  • 1,203 lines match the content pattern.
details...