Repository Analysis

nasa/fprime

F´ - A flight software and embedded systems framework

8.3 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of nasa/fprime, a C++ project with 11,707 GitHub stars. SynthScan v2.0 examined 293,030 lines of code across 2353 source files, recording 2032 pattern matches distributed across 17 syntactic categories. The overall adjusted score of 8.3 places this repository in the Low AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

8.3
Adjusted Score
8.3
Raw Score
100%
Time Factor
2026-08-28
Last Push
11.7K
Stars
C++
Language
293.0K
Lines of Code
2.4K
Files
2.0K
Pattern Hits
2026-08-29
Scan Date
0.01
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 0HIGH 14MEDIUM 154LOW 1864

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 2032 distinct pattern matches across 17 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Over-Commented Block1677 hits · 1628 pts
SeverityFileLineSnippetContext
LOWCMakeLists.txt1####COMMENT
LOWDrv/TcpServer/TcpServerComponentImpl.cpp1// ======================================================================COMMENT
LOWDrv/TcpServer/TcpServerComponentImpl.hpp1// ======================================================================COMMENT
LOWDrv/TcpServer/test/ut/TcpServerTester.cpp1// ======================================================================COMMENT
LOWDrv/TcpServer/test/ut/TcpServerTester.hpp1// ======================================================================COMMENT
LOWDrv/Udp/UdpComponentImpl.cpp1// ======================================================================COMMENT
LOWDrv/Udp/UdpComponentImpl.hpp1// ======================================================================COMMENT
LOWDrv/Udp/test/ut/UdpTester.hpp1// ======================================================================COMMENT
LOWDrv/Udp/test/ut/UdpTester.hpp101 private:COMMENT
LOWDrv/Udp/test/ut/UdpTester.cpp1// ======================================================================COMMENT
LOWDrv/LinuxSpiDriver/LinuxSpiDriverComponentImpl.cpp1// ======================================================================COMMENT
LOWDrv/LinuxSpiDriver/LinuxSpiDriverComponentImpl.cpp21#include <Fw/Types/FileNameString.hpp>COMMENT
LOW…v/LinuxSpiDriver/LinuxSpiDriverComponentImplCommon.cpp1// ======================================================================COMMENT
LOWDrv/LinuxSpiDriver/LinuxSpiDriverComponentImplStub.cpp1// ======================================================================COMMENT
LOWDrv/LinuxSpiDriver/LinuxSpiDriverComponentImpl.hpp1// ======================================================================COMMENT
LOWDrv/LinuxSpiDriver/test/ut/LinuxSpiDriverTester.cpp1// ======================================================================COMMENT
LOWDrv/LinuxSpiDriver/test/ut/LinuxSpiDriverTester.hpp1// ======================================================================COMMENT
LOWDrv/LinuxSpiDriver/test/ut/LinuxSpiDriverTester.hpp21class LinuxSpiDriverTester : public LinuxSpiDriverTesterBase {COMMENT
LOWDrv/LinuxI2cDriver/LinuxI2cDriver.cpp1// ======================================================================COMMENT
LOWDrv/LinuxI2cDriver/LinuxI2cDriver.hpp1// ======================================================================COMMENT
LOWDrv/LinuxI2cDriver/LinuxI2cDriver.hpp21 public:COMMENT
LOWDrv/LinuxI2cDriver/LinuxI2cDriverStub.cpp1// ======================================================================COMMENT
LOWDrv/LinuxI2cDriver/test/ut/LinuxI2cDriverTester.hpp1// ======================================================================COMMENT
LOWDrv/LinuxI2cDriver/test/ut/LinuxI2cDriverTester.hpp21class LinuxI2cDriverTester : public LinuxI2cDriverGTestBase {COMMENT
LOWDrv/LinuxI2cDriver/test/ut/LinuxI2cDriverTester.cpp1// ======================================================================COMMENT
LOWDrv/LinuxGpioDriver/LinuxGpioDriverStub.cpp1// ======================================================================COMMENT
LOWDrv/LinuxGpioDriver/LinuxGpioDriver.hpp1// ======================================================================COMMENT
LOWDrv/LinuxGpioDriver/LinuxGpioDriver.hpp61 //! that device. Pin configuration is also accepted and supports: input, output, and interrupts on either edge.COMMENT
LOWDrv/LinuxGpioDriver/LinuxGpioDriver.cpp1// ======================================================================COMMENT
LOWDrv/LinuxGpioDriver/LinuxGpioDriverCommon.cpp1// ======================================================================COMMENT
LOWDrv/TcpClient/TcpClientComponentImpl.hpp1// ======================================================================COMMENT
LOWDrv/TcpClient/TcpClientComponentImpl.cpp1// ======================================================================COMMENT
LOWDrv/TcpClient/test/ut/TcpClientTester.hpp1// ======================================================================COMMENT
LOWDrv/TcpClient/test/ut/TcpClientTester.cpp1// ======================================================================COMMENT
LOWDrv/LinuxUartDriver/LinuxUartDriver.hpp1// ======================================================================COMMENT
LOWDrv/LinuxUartDriver/LinuxUartDriver.hpp41 BAUD_57600 = 57600,COMMENT
LOWDrv/LinuxUartDriver/LinuxUartDriver.cpp1// ======================================================================COMMENT
LOWDrv/ByteStreamBufferAdapter/ByteStreamBufferAdapter.hpp1// ======================================================================COMMENT
LOW…ufferAdapter/test/ut/ByteStreamBufferAdapterTester.hpp1// ======================================================================COMMENT
LOWDrv/Ip/UdpSocket.hpp1// ======================================================================COMMENT
LOWDrv/Ip/UdpSocket.hpp21#include <inetLib.h>COMMENT
LOWDrv/Ip/TcpServerSocket.cpp1// ======================================================================COMMENT
LOWDrv/Ip/TcpServerSocket.cpp21#include <inetLib.h>COMMENT
LOWDrv/Ip/TcpClientSocket.hpp1// ======================================================================COMMENT
LOWDrv/Ip/IpSocket.cpp1// ======================================================================COMMENT
LOWDrv/Ip/IpSocket.cpp21// There is a macro in VxWorks (m_data) that collides withCOMMENT
LOWDrv/Ip/SocketComponentHelper.cpp1// ======================================================================COMMENT
LOWDrv/Ip/IpSocket.hpp1// ======================================================================COMMENT
LOWDrv/Ip/SocketComponentHelper.hpp1// ======================================================================COMMENT
LOWDrv/Ip/UdpSocket.cpp1// ======================================================================COMMENT
LOWDrv/Ip/UdpSocket.cpp21#include <hostLib.h>COMMENT
LOWDrv/Ip/TcpServerSocket.hpp1// ======================================================================COMMENT
LOWDrv/Ip/TcpClientSocket.cpp1// ======================================================================COMMENT
LOWDrv/Ip/TcpClientSocket.cpp21#include <hostLib.h>COMMENT
LOWDrv/Ip/test/ut/TestTcp.cpp1//COMMENT
LOWDrv/Ip/test/ut/SocketTestHelper.cpp1//COMMENT
LOWDrv/Ip/test/ut/TestUdp.cpp1//COMMENT
LOW…teStreamBufferAdapter/AsyncByteStreamBufferAdapter.hpp1// ======================================================================COMMENT
LOW…Adapter/test/ut/AsyncByteStreamBufferAdapterTester.hpp1// ======================================================================COMMENT
LOWDrv/ByteStreamDriverModel/CMakeLists.txt1####COMMENT
1617 more matches not shown…
AI Slop Vocabulary83 hits · 262 pts
SeverityFileLineSnippetContext
MEDIUM…ject/FppTest/state_machine/internal/initial/Nested.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…ject/FppTest/state_machine/internal/initial/Choice.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…oject/FppTest/state_machine/internal/initial/Basic.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…pTest/state_machine/internal/choice/ChoiceToChoice.hpp18#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…ect/FppTest/state_machine/internal/choice/BasicU32.hpp18#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…ect/FppTest/state_machine/internal/choice/Sequence.hpp18#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…Test/state_machine/internal/choice/InputPairU16U32.hpp18#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…ppTest/state_machine/internal/choice/ChoiceToState.hpp18#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…/FppTest/state_machine/internal/choice/SequenceU32.hpp18#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…roject/FppTest/state_machine/internal/choice/Basic.hpp18#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…Test/state_machine/internal/state/BasicGuardString.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…FppTest/state_machine/internal/state/BasicInternal.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…FppTest/state_machine/internal/state/BasicGuardU32.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…/FppTest/state_machine/internal/state/Polymorphism.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…Test/state_machine/internal/state/BasicTestAbsType.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…ject/FppTest/state_machine/internal/state/BasicU32.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…t/state_machine/internal/state/BasicGuardTestArray.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…ect/FppTest/state_machine/internal/state/BasicSelf.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…ject/FppTest/state_machine/internal/state/Internal.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…/state_machine/internal/state/BasicGuardTestStruct.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…pTest/state_machine/internal/state/BasicTestStruct.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…t/FppTest/state_machine/internal/state/StateToSelf.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…FppTest/state_machine/internal/state/StateToChoice.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…/FppTest/state_machine/internal/state/StateToChild.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…ppTest/state_machine/internal/state/BasicTestArray.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…/FppTest/state_machine/internal/state/StateToState.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…state_machine/internal/state/BasicGuardTestAbsType.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…FppTest/state_machine/internal/state/BasicTestEnum.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…t/FppTest/state_machine/internal/state/BasicString.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…Project/FppTest/state_machine/internal/state/Basic.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…st/state_machine/internal/state/BasicGuardTestEnum.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…ct/FppTest/state_machine/internal/state/BasicGuard.hpp17#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…ect/FppTest/state_machine/internal/harness/Harness.hpp17#include "FppTest/state_machine/internal/harness/Guard.hpp"COMMENT
MEDIUM…ect/FppTest/state_machine/internal/harness/Harness.hpp18#include "FppTest/state_machine/internal/harness/History.hpp"COMMENT
MEDIUM…ect/FppTest/state_machine/internal/harness/Harness.hpp19#include "FppTest/state_machine/internal/harness/NoArgGuard.hpp"COMMENT
MEDIUM…ect/FppTest/state_machine/internal/harness/Harness.hpp20#include "FppTest/state_machine/internal/harness/Pick.hpp"COMMENT
MEDIUM…ect/FppTest/state_machine/internal/harness/Harness.hpp21#include "FppTest/state_machine/internal/harness/SignalValueHistory.hpp"COMMENT
MEDIUM…ect/FppTest/state_machine/internal/harness/Harness.hpp22#include "FppTest/state_machine/internal/harness/TestAbsType.hpp"COMMENT
MEDIUM…roject/FppTest/state_machine/internal/harness/Pick.hpp20#include "FppTest/state_machine/internal/harness/TestAbsType.hpp"COMMENT
MEDIUM…roject/FppTest/state_machine/internal/harness/Pick.hpp21#include "FppTest/state_machine/internal/harness/TestArrayArrayAc.hpp"COMMENT
MEDIUM…roject/FppTest/state_machine/internal/harness/Pick.hpp22#include "FppTest/state_machine/internal/harness/TestEnumEnumAc.hpp"COMMENT
MEDIUM…roject/FppTest/state_machine/internal/harness/Pick.hpp23#include "FppTest/state_machine/internal/harness/TestStructSerializableAc.hpp"COMMENT
MEDIUM…oject/FppTest/state_machine/internal/harness/Guard.hpp18#include "FppTest/state_machine/internal/harness/SignalValueHistory.hpp"COMMENT
MEDIUM…FppTest/state_machine/internal/harness/TestAbsType.cpp14#include "FppTest/state_machine/internal/harness/TestAbsType.hpp"COMMENT
MEDIUM…/state_machine/internal/harness/SignalValueHistory.hpp20#include "FppTest/state_machine/internal/harness/History.hpp"COMMENT
MEDIUM…/FppTest/state_machine/internal/harness/NoArgGuard.hpp18#include "FppTest/state_machine/internal/harness/History.hpp"COMMENT
MEDIUM…ate_machine/internal_instance/initial/ChoiceTester.hpp10#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…tate_machine/internal_instance/initial/BasicTester.hpp10#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…ate_machine/internal_instance/initial/NestedTester.hpp10#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…te_machine/internal_instance/choice/SequenceTester.hpp10#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…chine/internal_instance/choice/ChoiceToStateTester.hpp10#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…machine/internal_instance/choice/SequenceU32Tester.hpp10#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…ine/internal_instance/choice/InputPairU16U32Tester.hpp10#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…state_machine/internal_instance/choice/BasicTester.hpp10#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…te_machine/internal_instance/choice/BasicU32Tester.hpp10#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…hine/internal_instance/choice/ChoiceToChoiceTester.hpp10#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…achine/internal_instance/state/StateToChoiceTester.hpp10#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…internal_instance/state/BasicGuardTestStructTester.hpp10#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…_machine/internal_instance/state/StateToSelfTester.hpp10#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
MEDIUM…ine/internal_instance/state/BasicTestAbsTypeTester.hpp10#include "FppTest/state_machine/internal/harness/Harness.hpp"COMMENT
23 more matches not shown…
Decorative Section Separators64 hits · 191 pts
SeverityFileLineSnippetContext
MEDIUMcmake/target/version/generate_version_info.py3# ===============================================================================STRING
MEDIUMcmake/target/version/generate_version_info.py16# ===============================================================================STRING
MEDIUMFppTestProject/FppTest/array/CMakeLists.txt1# ======================================================================COMMENT
MEDIUMFppTestProject/FppTest/array/CMakeLists.txt3# ======================================================================COMMENT
MEDIUMFppTestProject/FppTest/enum/CMakeLists.txt1# ======================================================================COMMENT
MEDIUMFppTestProject/FppTest/enum/CMakeLists.txt3# ======================================================================COMMENT
MEDIUMFppTestProject/FppTest/component/CMakeLists.txt1# ======================================================================COMMENT
MEDIUMFppTestProject/FppTest/component/CMakeLists.txt3# ======================================================================COMMENT
MEDIUMFppTestProject/FppTest/component/queued/CMakeLists.txt1# ======================================================================COMMENT
MEDIUMFppTestProject/FppTest/component/queued/CMakeLists.txt3# ======================================================================COMMENT
MEDIUMFppTestProject/FppTest/component/empty/CMakeLists.txt1# ======================================================================COMMENT
MEDIUMFppTestProject/FppTest/component/empty/CMakeLists.txt3# ======================================================================COMMENT
MEDIUMFppTestProject/FppTest/component/passive/CMakeLists.txt1# ======================================================================COMMENT
MEDIUMFppTestProject/FppTest/component/passive/CMakeLists.txt3# ======================================================================COMMENT
MEDIUMFppTestProject/FppTest/component/active/CMakeLists.txt1# ======================================================================COMMENT
MEDIUMFppTestProject/FppTest/component/active/CMakeLists.txt3# ======================================================================COMMENT
MEDIUMFppTestProject/FppTest/struct/CMakeLists.txt1# ======================================================================COMMENT
MEDIUMFppTestProject/FppTest/struct/CMakeLists.txt3# ======================================================================COMMENT
MEDIUMFppTestProject/FppTest/sizeof/CMakeLists.txt1# ======================================================================COMMENT
MEDIUMFppTestProject/FppTest/sizeof/CMakeLists.txt3# ======================================================================COMMENT
MEDIUMdocs/how-to/develop/implement-radio-manager.md146 # ----------------------------------------------------------------------COMMENT
MEDIUMdocs/how-to/develop/implement-radio-manager.md148 # ----------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/config-test.yml29 # ---------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/config-test.yml31 # ---------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/config-test.yml52 # ---------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/config-test.yml54 # ---------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/config-test.yml92 # ---------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/config-test.yml94 # ---------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/config-test-nightly.yml42 # ---------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/config-test-nightly.yml44 # ---------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/config-test-nightly.yml72 # ---------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/config-test-nightly.yml74 # ---------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/config-test-nightly.yml111 # ---------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/config-test-nightly.yml113 # ---------------------------------------------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt11# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt13# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt46# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt48# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt62# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt64# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt76# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt78# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt92# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt94# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt109# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt111# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt125# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt127# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt142# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt144# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt159# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt161# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt177# -----------------------------------------COMMENT
MEDIUMOs/Posix/CMakeLists.txt179# -----------------------------------------COMMENT
MEDIUMOs/Linux/CMakeLists.txt14# -----------------------------------------COMMENT
MEDIUMOs/Linux/CMakeLists.txt16# -----------------------------------------COMMENT
MEDIUMOs/Linux/CMakeLists.txt30# -----------------------------------------COMMENT
MEDIUMOs/Linux/CMakeLists.txt32# -----------------------------------------COMMENT
MEDIUMOs/Darwin/CMakeLists.txt26# -----------------------------------------COMMENT
MEDIUMOs/Darwin/CMakeLists.txt28# -----------------------------------------COMMENT
4 more matches not shown…
Structural Annotation Overuse82 hits · 124 pts
SeverityFileLineSnippetContext
LOWdocs/how-to/develop/develop-device-driver.md58### Step 1 - Understand the HardwareCOMMENT
LOWdocs/how-to/develop/develop-device-driver.md62### Step 2 - Define the Device Manager ComponentCOMMENT
LOWdocs/how-to/develop/develop-device-driver.md86### Step 3 - Implement Device-Specific BehaviorCOMMENT
LOWdocs/how-to/develop/develop-device-driver.md138### Step 4 - Expose Behavior to Application layerCOMMENT
LOWdocs/how-to/develop/develop-device-driver.md226### Step 5 - Integrate into DeploymentCOMMENT
LOWdocs/how-to/develop/develop-device-driver.md269### Step 1 - Understand the bus protocol and platform APIsCOMMENT
LOWdocs/how-to/develop/develop-device-driver.md281### Step 2 - Define the Bus Driver ComponentCOMMENT
LOWdocs/how-to/develop/develop-device-driver.md299### Step 3 - Allow for bus configuration on startupCOMMENT
LOWdocs/how-to/develop/develop-device-driver.md334### Step 4 - Implement Bus OperationsCOMMENT
LOWdocs/how-to/develop/develop-device-driver.md366### Step 5 - Swap Bus Driver in DeploymentCOMMENT
LOWdocs/how-to/develop/implement-radio-manager.md27## Step 0 - Read the Reference DocumentationCOMMENT
LOWdocs/how-to/develop/implement-radio-manager.md31## Step 1 - Component DefinitionCOMMENT
LOWdocs/how-to/develop/implement-radio-manager.md52## Step 2 - Component ImplementationCOMMENT
LOWdocs/how-to/develop/implement-radio-manager.md137## Step 3 - Integrate into TopologyCOMMENT
LOWdocs/how-to/develop/implement-radio-manager.md197## Step 4 - Configure the Driver at InitializationCOMMENT
LOWdocs/how-to/test/rule-based-testing.md75### Step 1: Identify the behaviors to coverCOMMENT
LOWdocs/how-to/test/rule-based-testing.md89### Step 2: Add test-state and rule directoriesCOMMENT
LOWdocs/how-to/test/rule-based-testing.md99### Step 3: Define the shadow test stateCOMMENT
LOWdocs/how-to/test/rule-based-testing.md128### Step 4: Declare rules and shadow state member in the ComponentTester classCOMMENT
LOWdocs/how-to/test/rule-based-testing.md174### Step 5: Implement rulesCOMMENT
LOWdocs/how-to/test/rule-based-testing.md202### Step 6: Write the test mainCOMMENT
LOWdocs/how-to/test/rule-based-testing.md251### Step 7: Register all UT sources in CMakeCOMMENT
LOWdocs/how-to/integrate/implement-osal.md321## Step 5 - Unit TestsCOMMENT
LOWdocs/how-to/integrate/integrate-external-libraries.md56##### Step 1: Use add_subdirectory (or equivalent FetchContent) to include the library in your projectCOMMENT
LOWdocs/how-to/integrate/integrate-external-libraries.md70##### Step 2: Set the library as a dependency of the moduleCOMMENT
LOWdocs/how-to/integrate/integrate-external-libraries.md98##### Step 1: Use FetchContent to include the library in your projectCOMMENT
LOWdocs/how-to/integrate/integrate-external-libraries.md116##### Step 2: Set the library as a dependency of the moduleCOMMENT
LOWdocs/how-to/integrate/integrate-external-libraries.md176##### Step 1: Install the library on your systemCOMMENT
LOWdocs/how-to/integrate/integrate-external-libraries.md180##### Step 2: Use find_package() to locate the libraryCOMMENT
LOWdocs/how-to/integrate/integrate-external-libraries.md219#### Step 1: Understand the library's build processCOMMENT
LOWdocs/how-to/integrate/integrate-external-libraries.md223#### Step 2: Use ExternalProject_Add to build the library within CMakeCOMMENT
LOWdocs/how-to/integrate/integrate-external-libraries.md271#### Step 3: Set the library as a dependency of the module/componentCOMMENT
LOWdocs/how-to/operate/prm-write-how-to.md88### Step 1: Generate the `.dat` FileCOMMENT
LOWdocs/how-to/operate/prm-write-how-to.md108### Step 2: Load the Parameter FileCOMMENT
LOWdocs/how-to/operate/prm-write-how-to.md129### Step 3: Commit the Staged ParametersCOMMENT
LOWdocs/how-to/operate/prm-write-how-to.md165### Step 1: Generate the Sequence FileCOMMENT
LOWdocs/how-to/operate/prm-write-how-to.md180### Step 2: Execute the SequenceCOMMENT
LOWdocs/user-manual/design-patterns/subtopologies.md93#### Step 1: Create a Configuration DirectoryCOMMENT
LOWdocs/user-manual/design-patterns/subtopologies.md99#### Step 2: Create Configuration Override FileCOMMENT
LOWdocs/user-manual/design-patterns/subtopologies.md116#### Step 3: Register the Configuration ModuleCOMMENT
LOWdocs/user-manual/design-patterns/subtopologies.md129#### Step 4: Add as DependencyCOMMENT
LOWSvc/TlmPacketizer/test/ut/TlmPacketizerTester.cpp1774 // Step 1: Establish a known restricted state via SET_LEVEL(1).COMMENT
LOWSvc/TlmPacketizer/test/ut/TlmPacketizerTester.cpp1803 // Step 4: Issue SET_LEVEL with an out-of-range value.COMMENT
LOWSvc/TlmPacketizer/test/ut/TlmPacketizerTester.cpp1813 // Step 5: Command must respond with VALIDATION_ERROR, not OK.COMMENT
LOWSvc/TlmPacketizer/test/ut/TlmPacketizerTester.cpp1819 // Step 6: MaxLevelExceed warning event must be fired.COMMENT
LOWSvc/TlmPacketizer/test/ut/TlmPacketizerTester.cpp1825 // Step 7: LevelSet activity event must NOT be fired — the handlerCOMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp432 // Step 1: Establish RX transaction with Metadata PDUCOMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp437 // Step 2: Send some FileData to advance transaction stateCOMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp449 // Step 3: Create a valid EOF PDUCOMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp456 // Step 4: Serialize to buffer with descriptorCOMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp474 // Step 5: Truncate EOF body (not header)COMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp479 // Step 6: Send truncated EOF PDUCOMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp1645 // Step 1: Create Class 2 TX transactionCOMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp1652 // Step 2: Set source entity ID (setupTestTransaction doesn't initialize this)COMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp1655 // Step 3: Set engine pointer (required for setTxnStatus and finishTransaction)COMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp1658 // Step 4: Configure state for ACK limit scenario:COMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp1670 // Step 5: Arm the timer with 1 second durationCOMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp1677 // Step 6: Call sAckTimerTick() FIRST time - expires the timerCOMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp1683 // Step 7: Call sAckTimerTick() SECOND time - triggers the limit checkCOMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp1688 // Step 7: Verify events: should get TxAckLimitReached + TxFileTransferFailedCOMMENT
22 more matches not shown…
Verbosity Indicators41 hits · 61 pts
SeverityFileLineSnippetContext
LOWSvc/TlmPacketizer/test/ut/TlmPacketizerTester.cpp1774 // Step 1: Establish a known restricted state via SET_LEVEL(1).COMMENT
LOWSvc/TlmPacketizer/test/ut/TlmPacketizerTester.cpp1803 // Step 4: Issue SET_LEVEL with an out-of-range value.COMMENT
LOWSvc/TlmPacketizer/test/ut/TlmPacketizerTester.cpp1813 // Step 5: Command must respond with VALIDATION_ERROR, not OK.COMMENT
LOWSvc/TlmPacketizer/test/ut/TlmPacketizerTester.cpp1819 // Step 6: MaxLevelExceed warning event must be fired.COMMENT
LOWSvc/TlmPacketizer/test/ut/TlmPacketizerTester.cpp1825 // Step 7: LevelSet activity event must NOT be fired — the handlerCOMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp432 // Step 1: Establish RX transaction with Metadata PDUCOMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp437 // Step 2: Send some FileData to advance transaction stateCOMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp449 // Step 3: Create a valid EOF PDUCOMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp456 // Step 4: Serialize to buffer with descriptorCOMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp474 // Step 5: Truncate EOF body (not header)COMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp479 // Step 6: Send truncated EOF PDUCOMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp1645 // Step 1: Create Class 2 TX transactionCOMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp1652 // Step 2: Set source entity ID (setupTestTransaction doesn't initialize this)COMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp1655 // Step 3: Set engine pointer (required for setTxnStatus and finishTransaction)COMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp1658 // Step 4: Configure state for ACK limit scenario:COMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp1670 // Step 5: Arm the timer with 1 second durationCOMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp1677 // Step 6: Call sAckTimerTick() FIRST time - expires the timerCOMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp1683 // Step 7: Call sAckTimerTick() SECOND time - triggers the limit checkCOMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp1688 // Step 7: Verify events: should get TxAckLimitReached + TxFileTransferFailedCOMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp1693 // Step 8: Verify event parameters are correctCOMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp2598 // Step 2: Setup TX transaction using white-box helperCOMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp2608 // Step 3: Configure transaction internals for handleNotKeepFileCOMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp2615 // Step 4: Try to set move directory parameter using paramSetCOMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp2652 // Step 5: Clear event history and call handleNotKeepFile directlyCOMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp2658 // Step 6: Assert FailKeepFileMove event and its filename arguments. The status field is anCOMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp2665 // Step 7: Cleanup test fileCOMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp2745 // Step 1: Create a real source file (CWD is the component dir)COMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp2755 // Step 2: Set up a TX transaction (Class 1 sender)COMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp2764 // Step 3: Configure transaction internals for handleNotKeepFileCOMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp2771 // Step 4: Put the transaction into an error state so TxnStatusIsError() is true.COMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp2775 // Step 5: Register a polling-dir slot so isPollingDir(src, chan) matches.COMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp2785 // Step 6: The fail_dir parameter default ("/fail") is non-empty; the target directoryCOMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp2793 // Step 7: Direct engine call (nothing queued -> no doDispatch)COMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp2796 // Step 8: Assert the FailPollFileMove event and its filename arguments.COMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp2836 // Step 1: Establish an RX transaction with a Metadata PDUCOMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp2844 // Step 2: Build a valid FileData PDUCOMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp2850 // Step 3: Serialize it into a raw buffer (NO packet-descriptor prefix)COMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp2857 // Step 4: Set the segment-metadata flag (bit 3, 0x08) in the eidTsnLengths byte,COMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp2862 // Step 5: Deserialize the modified buffer into a fresh FileDataPdu.COMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp2586 // Step 1: Create source file for TX transactionCOMMENT
LOWSvc/Ccsds/CfdpManager/test/ut/CfdpManagerEventTests.cpp2879 // Step 6: Call recvFd directly - should log the event and return ERRORCOMMENT
Hyper-Verbose Identifiers42 hits · 48 pts
SeverityFileLineSnippetContext
LOWcmake/test/src/test_feature.py109def test_feature_version_info(FEATURE_BUILD):CODE
LOWcmake/test/src/test_feature.py135def test_feature_installation(FEATURE_BUILD):CODE
LOWcmake/test/src/test_target_triple.py33def test_target_triple_dumpmachine():CODE
LOWcmake/test/src/test_target_triple.py41def test_target_triple_override():CODE
LOWcmake/test/src/test_target_triple.py50def test_target_triple_compiler_target():CODE
LOWcmake/test/src/test_target_triple.py57def test_target_triple_mismatch():CODE
LOWcmake/test/src/test_implementation.py26def test_platform_implementation(IMPLEMENTATION_TEST):CODE
LOWcmake/test/src/test_implementation.py31def test_override_implementation(IMPLEMENTATION_TEST):CODE
LOWcmake/test/src/test_implementation.py36def test_non_built_implementation(IMPLEMENTATION_TEST):CODE
LOWcmake/test/src/test_config.py76def test_fprime_model_override(CONFIG_BUILD):CODE
LOWcmake/test/src/test_config.py81def test_fprime_header_override(CONFIG_BUILD):CODE
LOWcmake/test/src/test_config.py86def test_fprime_library_override(CONFIG_BUILD):CODE
LOWcmake/test/src/test_config.py101def test_override_survives_reconfigure(CONFIG_BUILD):CODE
LOWcmake/test/src/test_config.py126def test_override_removal_restores_original(CONFIG_BUILD):CODE
LOWcmake/test/src/test_config.py159def test_library_bad_new_config(CONFIG_FAILED_NEW_FILE_BUILD):CODE
LOWcmake/test/src/test_config.py165def test_library_bad_override_config(CONFIG_FAILED_OVERRIDE_BUILD):CODE
LOWcmake/test/src/test_config.py171def test_config_include_path_conflict(CONFIG_INCLUDE_CONFLICT_BUILD):CODE
LOWcmake/test/src/test_unittests.py81def test_unittest_installation(UT_BUILD):CODE
LOWcmake/test/src/test_flags.py18def test_required_flags_reach_consuming_project(FLAGS_BUILD):CODE
LOWcmake/test/src/test_autocoder.py41def test_autocoder_non_build_files(AUTOCODER_BUILD):CODE
LOWcmake/test/src/test_autocoder.py85def test_autocoder_header_as_sources(AUTOCODER_BUILD):CODE
LOWcmake/test/src/test_autocoder.py90def test_autocoder_rerun_autocoder(AUTOCODER_BUILD):CODE
LOWcmake/test/src/test_autocoder.py105def test_included_fpp_is_tracked(AUTOCODER_BUILD):CODE
LOWcmake/test/src/test_autocoder.py120def test_touching_included_fpp_reconfigures(AUTOCODER_BUILD):CODE
LOWcmake/autocoder/scripts/priority_buffer_analyzer.py100 def _validate_component_json_files(self, directory: Path) -> bool:CODE
LOWcmake/autocoder/scripts/priority_buffer_analyzer.py208 def _load_component_from_model(CODE
LOWcmake/autocoder/scripts/priority_buffer_analyzer.py243 def _load_and_analyze_component(CODE
LOWcmake/autocoder/scripts/priority_buffer_analyzer.py282 def analyze_component_instance(CODE
LOWcmake/autocoder/scripts/priority_buffer_analyzer.py304 def _transform_source_to_build_path(self, source_path: str) -> Optional[Path]:CODE
LOWcmake/autocoder/scripts/priority_buffer_analyzer.py519 def get_port_buffer_size_expr(CODE
LOWcmake/autocoder/scripts/priority_buffer_analyzer.py537 def get_qual_port_buffer_size_expr(self, qualified_str: str) -> str:CODE
LOWcmake/autocoder/scripts/priority_buffer_analyzer.py552 def resolved_type_to_cpp_size_expr(CODE
LOWcmake/autocoder/scripts/priority_buffer_analyzer.py595 def calculate_internal_port_buffer(CODE
LOWcmake/autocoder/scripts/priority_buffer_analyzer.py643 def _generate_header_preamble(self, lines: List[str]) -> None:CODE
LOWcmake/autocoder/scripts/priority_buffer_analyzer.py668 def _generate_priority_constant(CODE
LOWdocs/scripts/gen_indexes.py144def generate_index_for_section(source_dir: Path):CODE
LOWSvc/Subtopologies/CdhCore/test/int/test_cdh_core.py13def test_basic_command_and_event(fprime_test_api: IntegrationTestAPI):CODE
LOWSvc/Subtopologies/CdhCore/test/int/test_cdh_core.py22def test_command_and_event_with_string_arg(fprime_test_api: IntegrationTestAPI):CODE
LOWSvc/Subtopologies/CdhCore/test/int/test_cdh_core.py38def test_command_and_event_with_many_args(fprime_test_api: IntegrationTestAPI):CODE
LOWSvc/Version/test/int/test_cmd_version.py20def test_send_version_command(fprime_test_api):CODE
LOW…eploymentsProject/Ref/test/int/ref_integration_test.py110def test_send_and_assert_no_op(fprime_test_api):CODE
LOW…eploymentsProject/Ref/test/int/ref_integration_test.py221def test_active_logger_filter(fprime_test_api):CODE
Cross-File Repetition8 hits · 40 pts
SeverityFileLineSnippetContext
HIGHSvc/CmdDispatcher/test/int/test_cmd_dispatcher.py0test that commands may be sent with arguments tests command send, dispatch, and receipt using send_and_assert command wiSTRING
HIGHSvc/PrmDb/test/int/test_cmd_PrmDb.py0test that commands may be sent with arguments tests command send, dispatch, and receipt using send_and_assert command wiSTRING
HIGHSvc/FileDownlink/test/int/test_cmd_fileDownlink.py0test that commands may be sent with arguments tests command send, dispatch, and receipt using send_and_assert command wiSTRING
HIGHSvc/FileManager/test/int/test_cmd_fileManager.py0test that commands may be sent with arguments tests command send, dispatch, and receipt using send_and_assert command wiSTRING
HIGH…eploymentsProject/Ref/test/int/ref_integration_test.py0test that commands may be sent with arguments tests command send, dispatch, and receipt using send_and_assert command wiSTRING
HIGHSvc/DpCatalog/test/int/test_cmd_dpCatalog.py0test that commands may be sent tests command send, dispatch, and receipt using send_and_assert commandSTRING
HIGHSvc/DpManager/test/int/test_cmd_dpMgr.py0test that commands may be sent tests command send, dispatch, and receipt using send_and_assert commandSTRING
HIGHSvc/DpWriter/test/int/test_cmd_dpWriter.py0test that commands may be sent tests command send, dispatch, and receipt using send_and_assert commandSTRING
Synthetic Comment Markers6 hits · 35 pts
SeverityFileLineSnippetContext
HIGHCONTRIBUTING.md57- The contribution appears to be generated by AI without clear author understandingCODE
HIGHdocs/user-manual/framework/state-machines.md323When the message is dispatched, the auto-generated code callsCODE
HIGHSvc/DpManager/docs/sdd.md33SVC-DPMANAGER-001 | `Svc::DpManager` shall provide an array of ports for synchronously requesting and receiving data proCODE
HIGHSvc/DpManager/docs/sdd.md34SVC-DPMANAGER-002 | `Svc::DpManager` shall provide arrays of ports for receiving and asynchronously responding to requesCODE
HIGHSvc/PrmDb/test/ut/PrmDbTester.cpp1356 // NOTE: test generated by AICOMMENT
HIGH…/actions/codeql/jpl-standard-known-autocode-issues.yml3# Rules in this run are known to be violated by auto-generated code in the buildCOMMENT
Self-Referential Comments4 hits · 12 pts
SeverityFileLineSnippetContext
MEDIUM.nav.yml1# This file is used to generate the navigation structure for the documentation websiteCOMMENT
MEDIUMdocs/tutorials/sync_tutorial_docs.py17 # Define the repository URLs and their target directoriesCOMMENT
MEDIUM…eploymentsProject/Ref/test/int/ref_integration_test.py348 # Create the sandbox directory so in-sandbox uplinks succeedCOMMENT
MEDIUM…eploymentsProject/Ref/test/int/ref_integration_test.py351 # Create a small temporary file to uplinkCOMMENT
Deep Nesting9 hits · 9 pts
SeverityFileLineSnippetContext
LOWcmake/docs/docs.py62CODE
LOWcmake/autocoder/scripts/priority_buffer_analyzer.py365CODE
LOWcmake/autocoder/scripts/priority_buffer_analyzer.py458CODE
LOWcmake/autocoder/scripts/priority_buffer_analyzer.py552CODE
LOWdocs/scripts/docs_nav_tree.py27CODE
LOWdocs/scripts/gen_indexes.py104CODE
LOWdocs/scripts/gen_indexes.py144CODE
LOW…eploymentsProject/Ref/test/int/ref_integration_test.py110CODE
LOW…eploymentsProject/Ref/test/int/ref_integration_test.py169CODE
Modern AI Meta-Vocabulary3 hits · 8 pts
SeverityFileLineSnippetContext
MEDIUM…/user-manual/framework/component-and-port-selection.md18- [Event-Driven Work](#event-driven-work)CODE
MEDIUM.github/agents/architecture-review.agent.md96### 1. Sync port on an event-driven or background componentCOMMENT
MEDIUM.github/agents/_shared/agent-registry.yml3# Authoritative list of the agents that participate in the multi-agentCOMMENT
Redundant / Tautological Comments3 hits · 4 pts
SeverityFileLineSnippetContext
LOWcmake/target/version/generate_version_info.py103 # Open file for writingCOMMENT
LOWcmake/target/version/generate_version_info.py132 # Open file for writingCOMMENT
LOWdocs/scripts/docs_nav_tree.py53 # Check if the file stem (filename without .md) is excludedCOMMENT
Excessive Try-Catch Wrapping4 hits · 4 pts
SeverityFileLineSnippetContext
LOWcmake/settings/ini-to-stdio.py104 except Exception as exc:CODE
LOWcmake/target/version/generate_version_info.py46 except Exception:CODE
LOWcmake/autocoder/scripts/priority_buffer_analyzer.py804 except Exception as e:CODE
LOWdocs/how-to/develop/python-development.md220 except Exception as e:CODE
Slop Phrases1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMSvc/CmdDispatcher/test/ut/CommandDispatcherTester.cpp767 // is seen after the call. This value is 6 as discussed above.COMMENT
TODO Padding2 hits · 2 pts
SeverityFileLineSnippetContext
LOWdocs/how-to/test/rule-based-testing.md290 + // TODO: implement the rule behaviorCODE
LOWdocs/how-to/operate/develop-gds-plugins.md82 # TODO: implement virtual functionsCOMMENT
Unused Imports2 hits · 2 pts
SeverityFileLineSnippetContext
LOWcmake/test/src/test_basic.py2CODE
LOWdocs/tutorials/sync_tutorial_docs.py6CODE
Modern Structural Boilerplate1 hit · 1 pts
SeverityFileLineSnippetContext
LOWcmake/autocoder/scripts/priority_buffer_analyzer.py43logger = logging.getLogger(__name__)CODE