facebook / mysql-5.6
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
507,088 LOC (38%) 382 files | found text | found text per file
1 GENERAL Concerns
  • The "general" group contains 2 concerns.
    • TODOs
    • Unclassified
general
1.1 TODOs
507,088 LOC (38%) 382 files | found text | found text per file
  • The following criteria are used to filter files:
    • files with any line of content like ".*(TODO|FIXME)( |:| ).*".
  • 382 files match defined criteria (507,088 lines of code, 38.6% vs. main code):
    • 127 *.cc files (247,432 lines of code)
    • 50 *.cpp files (92,265 lines of code)
    • 75 *.c files (83,107 lines of code)
    • 46 *.h files (30,954 lines of code)
    • 26 *.inc files (19,596 lines of code)
    • 14 *.hpp files (10,033 lines of code)
    • 20 *.java files (8,681 lines of code)
    • 5 *.in files (5,487 lines of code)
    • 12 *.pl files (4,055 lines of code)
    • 1 *.py files (2,231 lines of code)
    • 2 *.g files (2,026 lines of code)
    • 2 *.awk files (806 lines of code)
    • 1 *.y files (231 lines of code)
    • 1 *.cmake files (184 lines of code)
  • 997 lines match the content pattern.
details...