JetBrains / intellij-deps-jflex
Source Code Overview

Analysis scope, overview of main, test, generated, deployment, build, and other code.

Source Code Analysis Scope
Files includes and excluded from analyses
flex
txt
jflex
tex
properties
vim
in
cfg
el
as
y
bib
cmd
Overview of Analyzed Files
Basic stats on analyzed files
Intro
For analysis purposes we separate files in scope into several categories: main, test, generated, deployment and build, and other.

  • The main category contains all manually created source code files that are being used in the production.
  • Files in the main category are used as input for other analyses: logical decomposition, concerns, duplication, file size, unit size, and conditional complexity.
  • Test source code files are used only for testing of the product. These files are normally not deployed to production.
  • Build and deployment source code files are used to configure or support build and deployment process.
  • Generated source code files are automatically generated files that have not been manually changed after generation.
  • While a source code folder may contain a number of files, we are primarily interested in the source code files that are being written and maintained by developers.
  • Files containing binaries, documentation, or third-party libraries, for instance, are excluded from analysis. The exception are third-party libraries that have been changed by developers.

main52998 LOC (50%) 575 files
test44482 LOC (42%) 1,620 files
generated357 LOC (<1%) 1 file
build and deployment1813 LOC (1%) 27 files
other5283 LOC (5%) 138 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
flex
el
cfg
jflex
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 575 files match defined criteria (52,998 LOC, 100.0% vs. main code):
    • 451 *.java files (48,943 LOC)
    • 100 *.flex files (3,011 LOC)
    • 7 *.xml files (352 LOC)
    • 11 *.bzl files (308 LOC)
    • 2 *.pl files (246 LOC)
    • 1 *.el files (102 LOC)
    • 1 *.css files (17 LOC)
    • 1 *.cfg files (14 LOC)
    • 1 *.jflex files (5 LOC)
  • " *.java" is biggest, containing 92.35% of LOC.
  • " *.jflex" is smallest, containing 0.01% of LOC.


*.java48943 LOC (92%) 451 files
*.flex3011 LOC (5%) 100 files
*.xml352 LOC (<1%) 7 files
*.bzl308 LOC (<1%) 11 files
*.pl246 LOC (<1%) 2 files
*.el102 LOC (<1%) 1 file
*.css17 LOC (<1%) 1 file
*.cfg14 LOC (<1%) 1 file
*.jflex5 LOC (<1%) 1 file
Test Code
Used only for testing of the product. Normally not deployed in a production environment.
flex
jflex
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/[Tt]est/.*".
    • files with paths like ".*/test[.].*".
    • files with paths like ".*[.][Tt]est[.].*".
    • files with paths like ".*[.]test[.].*".
  • 1620 files match defined criteria (44,482 LOC, 83.9% vs. main code):
    • 1,567 *.flex files (37,347 LOC)
    • 20 *.pl files (4,461 LOC)
    • 26 *.java files (2,097 LOC)
    • 3 *.jflex files (476 LOC)
    • 1 *.sh files (53 LOC)
    • 3 *.xml files (48 LOC)
  • " *.flex" is biggest, containing 83.96% of LOC.
  • " *.xml" is smallest, containing 0.11% of LOC.


*.flex37347 LOC (83%) 1,567 files
*.pl4461 LOC (10%) 20 files
*.java2097 LOC (4%) 26 files
*.jflex476 LOC (1%) 3 files
*.sh53 LOC (<1%) 1 file
*.xml48 LOC (<1%) 3 files
Generated Code
Automatically generated files, not manually changed after generation.
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with any line of content like "//[ ]*Generated by .*".
  • 1 file matches defined criteria (357 LOC, 0.7% vs. main code). All matches are in *.java files.


*.java357 LOC (100%) 1 file
Build and Deployment Code
Source code used to configure or support build and deployment process.
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/pom[.]xml".
    • files with paths like ".*[.]sh".
    • files with paths like ".*[.]bat".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/build[.]xml".
  • 27 files match defined criteria (1,813 LOC, 3.4% vs. main code):
    • 9 *.xml files (1,383 LOC)
    • 18 *.sh files (430 LOC)
  • " *.xml" is biggest, containing 76.28% of LOC.
  • " *.sh" is smallest, containing 23.72% of LOC.


*.xml1383 LOC (76%) 9 files
*.sh430 LOC (23%) 18 files
Other Code
flex
txt
vim
properties
y
jflex
as
in
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]md".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*[.]txt".
    • files with paths like ".*[.]properties".
    • files with paths like ".*/LICENSE[.][a-z0-9]+".
    • files with paths like ".*[.]vim".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/[Ee]xamples/.*".
    • files with paths like ".*[.]json".
  • 138 files match defined criteria (5,283 LOC, 10.0% vs. main code):
    • 46 *.md files (1,761 LOC)
    • 35 *.java files (1,146 LOC)
    • 17 *.xml files (772 LOC)
    • 8 *.flex files (706 LOC)
    • 25 *.txt files (498 LOC)
    • 1 *.vim files (125 LOC)
    • 1 *.properties files (90 LOC)
    • 1 *.y files (78 LOC)
    • 1 *.jflex files (77 LOC)
    • 1 *.as files (16 LOC)
    • 1 *.inc files (9 LOC)
    • 1 *.in files (5 LOC)
  • " *.md" is biggest, containing 33.33% of LOC.
  • " *.in" is smallest, containing 0.09% of LOC.


*.md1761 LOC (33%) 46 files
*.java1146 LOC (21%) 35 files
*.xml772 LOC (14%) 17 files
*.flex706 LOC (13%) 8 files
*.txt498 LOC (9%) 25 files
*.vim125 LOC (2%) 1 file
*.properties90 LOC (1%) 1 file
*.y78 LOC (1%) 1 file
*.jflex77 LOC (1%) 1 file
*.as16 LOC (<1%) 1 file
*.inc9 LOC (<1%) 1 file
*.in5 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 16:55