Repository Analysis

glpi-project/glpi

GLPI is a Free Asset and IT Management Software package, Data center management, ITIL Service Desk, licenses tracking and software auditing.

2.5 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of glpi-project/glpi, a PHP project with 6,106 GitHub stars. SynthScan v2.0 examined 1,635,710 lines of code across 3291 source files, recording 4017 pattern matches distributed across 9 syntactic categories. The overall adjusted score of 2.5 places this repository in the Likely human-written 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).

2.5
Adjusted Score
2.5
Raw Score
100%
Time Factor
2026-07-10
Last Push
6.1K
Stars
PHP
Language
1.6M
Lines of Code
3.3K
Files
4.0K
Pattern Hits
2026-07-14
Scan Date
0.00
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 2HIGH 0MEDIUM 16LOW 3999

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 4017 distinct pattern matches across 9 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.

Hyper-Verbose Identifiers3776 hits · 3694 pts
SeverityFileLineSnippetContext
LOW…rc/Command/GenerateFormForeachIllustrationsCommand.php72 private function demoFormExistsForIllustration(string $illustration): boolCODE
LOW…rc/Command/GenerateFormForeachIllustrationsCommand.php81 private function createDemoFormForIllustration(string $illustration): voidCODE
LOW…rc/Command/GenerateFormForeachIllustrationsCommand.php93 private function normalizeIllustrationName(string $illustration): stringCODE
LOWtools/src/Command/LicenceHeadersCheckCommand.php488 private function shouldLineBeLocatedBeforeHeader(string $line): boolCODE
LOWjs/cable.js51function refreshNetworkPortDropdown(itemtype, items_id, dom_to_update) {CODE
LOWjs/common.js164function displayOtherSelectOptions(select_object, other_option_name) {CODE
LOWjs/common.js1567function showDisclosablePasswordField(item) {CODE
LOWjs/common.js1575function hideDisclosablePasswordField(item) {CODE
LOWjs/common.js1583function copyDisclosablePasswordFieldToClipboard(item) {CODE
LOWjs/modules/Monaco/MonacoEditor.js62 async function registerNewLangLoaderData() {CODE
LOWtests/imap/MailCollectorTest.php391 public function testIsItilNotificationFromSelf(string $message_id, bool $is_self_itil_notification, ?array $values)CODE
LOWtests/imap/MailCollectorTest.php406 public function testExtractValuesFromRefHeader(string $message_id, bool $is_self_itil_notification, ?array $values)CODE
LOWtests/imap/MailCollectorTest.php413 public static function itemReferenceHeaderProvider()CODE
LOWtests/imap/MailCollectorTest.php661 public function testIsResponseToMessageSentByAnotherGlpi(CODE
LOWtests/imap/MailCollectorTest.php1241 public static function mailServerProtocolsProvider()CODE
LOWtests/imap/MailCollectorTest.php1284 public function testGetMailServerProtocols(CODE
LOWtests/imap/MailCollectorTest.php1313 public static function mailServerProtocolsHookProvider()CODE
LOWtests/imap/MailCollectorTest.php1463 public function testGetAdditionnalMailServerProtocols(CODE
LOWtests/imap/MailCollectorTest.php1566 public function testBlacklistedDocumentNotImportedFromMail()CODE
LOWtests/cypress/e2e/form/question_types/dropdown.cy.js414 function addSecondQuestionWithVisibilityCondition() {CODE
LOWtests/cypress/e2e/search/display_preferences.cy.js213 function validateThatDisplayPreferenceExist(name) {CODE
LOWtests/cypress/e2e/search/display_preferences.cy.js221 function validateThatDisplayPreferenceDoNotExist(name) {CODE
LOWtests/web/APIRestTest.php508 public function testSearchWithBadCriteria()CODE
LOWtests/web/APIRestTest.php1003 public function testGetItemsDefaultRangeContentRangeHeader()CODE
LOWtests/web/APIRestTest.php1355 public function testProtectedConfigSettings()CODE
LOWtests/web/APIRestTest.php1418 public function testProtectedDeviceSimcardFields()CODE
LOWtests/web/APIRestTest.php1999 public function testInitSessionUserTokenFailIfNotEnabled()CODE
LOWtests/web/APIRestTest.php2021 public function testInitSessionCredentialsFailIfNotEnabled()CODE
LOWtests/web/APIRestTest.php2038 public function testInitSessionFallbackToCredentials()CODE
LOWtests/web/APIRestTest.php2078 public function testUpdateItemWithIdInQueryString()CODE
LOWtests/web/APIRestTest.php2171 public function testUpdateItemWithNoInput()CODE
LOWtests/web/APIRestTest.php2228 private function assertComputerNetworkPorts($computer_id, $shouldBeEmpty)CODE
LOWtests/web/APIRestTest.php2315 public function testGetItemsCommonDBChild()CODE
LOWtests/web/APIRestTest.php2503 public function testDeprecatedCreateItems(string $provider)CODE
LOWtests/web/APIRestTest.php2537 public function testDeprecatedUpdateItems(string $provider)CODE
LOWtests/web/APIRestTest.php2579 public function testDeprecatedDeleteItems(string $provider)CODE
LOWtests/web/APIRestTest.php2612 public function testDeprecatedListSearchOptions(string $provider)CODE
LOWtests/web/APIRestTest.php2665 protected function testGetMassiveActionsProvider(): arrayCODE
LOWtests/web/APIRestTest.php2813 public static function getMassiveActionParametersProvider(): arrayCODE
LOWtests/web/APIRestTest.php2973 public function testGetMassiveActionParameters(CODE
LOWtests/web/APIRestTest.php2994 protected function testApplyMassiveActionProvider(): arrayCODE
LOWtests/web/APIRestTest.php3245 public function testUpdateItemFormEncodedBody()CODE
LOWtests/web/APIRestTest.php3301 public function testDeleteItemFormEncodedBody()CODE
LOWtests/web/APIRestTest.php3347 public function testSearchTextResponseCode()CODE
LOWtests/web/APIRestTest.php3374 public function testUndisclosedNotificationContent()CODE
LOWtests/web/APIRestTest.php3522 public function testUpdateItemsWithDifferentInputTypes()CODE
LOWtests/web/APIRestTest.php3618 public static function systemSQLCriteriaProvider()CODE
LOWtests/web/Glpi/Inventory/RequestTest.php111 public function testUnsupportedHttpMethod()CODE
LOWtests/web/Glpi/Inventory/RequestTest.php126 public function testUnsupportedLegacyRequest()CODE
LOWtests/web/Glpi/Inventory/RequestTest.php144 public function testRequestInvalidContent()CODE
LOWtests/web/Glpi/Inventory/RequestTest.php167 public function testRequestInvalidJSONContent()CODE
LOWtests/web/Glpi/Inventory/RequestTest.php252 public function testPrologRequestLegacyURI()CODE
LOWtests/web/Glpi/Inventory/RequestTest.php421 public function testAuthBasicWithFakeCredential()CODE
LOWtests/web/Glpi/Inventory/RequestTest.php493 public function testAuthOAuthClientCredentials()CODE
LOWtests/web/Glpi/Inventory/RequestTest.php605 public function testAuthOAuthClientCredentialsIpRestriction()CODE
LOWtests/web/Glpi/Inventory/RequestTest.php722 public function testAuthOAuthClientCredentialsInvalidToken()CODE
LOWtests/LDAP/AuthLdapTest.php159 public function testUnsetUndisclosedFields()CODE
LOWtests/LDAP/AuthLdapTest.php188 public function testPrepareInputForUpdate()CODE
LOWtests/LDAP/AuthLdapTest.php233 public function testgetGroupSearchTypeName()CODE
LOWtests/LDAP/AuthLdapTest.php258 public function testGetSpecificValueToDisplay()CODE
3716 more matches not shown…
Fake / Example Data109 hits · 132 pts
SeverityFileLineSnippetContext
LOWjs/modules/Forms/QuestionDateTime.js146 dateInput.prop('placeholder', inputPlaceholder);CODE
LOWjs/src/vue/FuzzySearch/Modal.vue114 <input type="text" class="form-control" name="fuzzysearch_modal_search_menu" :placeholder="placeCODE
LOWtests/cypress/e2e/self-service/home_search.cy.js35 function createActiveForm(name, category = 0, description = 'Lorem ipsum dolor sit amet, consectetur adipisicing eliCODE
LOWtests/cypress/e2e/self-service/home_search.cy.js35 function createActiveForm(name, category = 0, description = 'Lorem ipsum dolor sit amet, consectetur adipisicing eliCODE
LOWtests/js/modules/ObjectLock.test.js107 name: 'John Doe'CODE
LOWtests/js/modules/ObjectLock.test.js149 name: 'John Doe'CODE
LOWtests/js/modules/ObjectLock.test.js188 name: 'John Doe'CODE
LOWtests/js/modules/ObjectLock.test.js219 name: 'John Doe'CODE
LOWtests/js/modules/UserMention/UserMention.test.js54 {id: 2, text: 'John Doe'},CODE
LOWtests/js/modules/UserMention/UserMention.test.js55 {id: 3, text: 'Jane Doe'},CODE
LOWtests/js/modules/UserMention/UserMention.test.js63 text: 'John Doe',CODE
LOWtests/js/modules/UserMention/UserMention.test.js68 text: 'Jane Doe',CODE
LOWtests/js/modules/UserMention/UserMention.test.js86 {id: 2, text: 'John Doe'},CODE
LOWtests/js/modules/UserMention/UserMention.test.js87 {id: 3, text: 'Jane Doe'},CODE
LOWtests/js/modules/UserMention/UserMention.test.js96 text: 'John Doe',CODE
LOWtests/LDAP/AuthLdapTest.php335 'cn' => 'John Doe',CODE
LOWtests/e2e/specs/Helpdesk/service_catalog.spec.ts128 'description': 'Lorem ipsum dolor sit amet, consectetur adipisicing elit.',CODE
LOWtests/e2e/specs/Helpdesk/service_catalog.spec.ts128 'description': 'Lorem ipsum dolor sit amet, consectetur adipisicing elit.',CODE
LOWtests/e2e/specs/Helpdesk/service_catalog.spec.ts189 'description': 'Lorem ipsum dolor sit amet.',CODE
LOWtests/e2e/specs/Helpdesk/service_catalog.spec.ts189 'description': 'Lorem ipsum dolor sit amet.',CODE
LOWtests/e2e/specs/Helpdesk/service_catalog.spec.ts192 'description': 'Lorem ipsum dolor sit amet.',CODE
LOWtests/e2e/specs/Helpdesk/service_catalog.spec.ts192 'description': 'Lorem ipsum dolor sit amet.',CODE
LOWtests/e2e/specs/Helpdesk/service_catalog.spec.ts195 'description': 'Lorem ipsum dolor sit amet.',CODE
LOWtests/e2e/specs/Helpdesk/service_catalog.spec.ts195 'description': 'Lorem ipsum dolor sit amet.',CODE
LOWtests/functional/AuthTest.php186 ['fake_user', 'fake_user', false, '', false],CODE
LOWtests/functional/ToolboxTest.php126 'name' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc gravida, nisi vel scelerisqCODE
LOWtests/functional/ToolboxTest.php126 'name' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc gravida, nisi vel scelerisqCODE
LOWtests/functional/UserEmailTest.php100 'email' => \bin2hex(\random_bytes(16)) . '@example.org',CODE
LOWtests/functional/NotificationTargetKnowbaseItemTest.php73 'email' => 'test@test.com',CODE
LOW…/functional/Glpi/Form/EndUserInputNameProviderTest.php80 $form->getQuestions()[array_keys($form->getQuestions())[0]]->getEndUserInputName() => 'John Doe',CODE
LOW…/functional/Glpi/Form/EndUserInputNameProviderTest.php88 $form->getQuestions()[array_keys($form->getQuestions())[0]]->getID() => 'John Doe',CODE
LOW…tional/Glpi/Form/AnswersHandler/AnswersHandlerTest.php196 'Mandatory Name' => 'John Doe',CODE
LOW…sts/functional/Glpi/Form/Export/FormSerializerTest.php423 $user = $this->createItem('User', ['name' => 'John Doe']);CODE
LOW…ctional/Glpi/Progress/ConsoleProgressIndicatorTest.php85 'message' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.',CODE
LOW…ctional/Glpi/Progress/ConsoleProgressIndicatorTest.php85 'message' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.',CODE
LOW…ctional/Glpi/Progress/ConsoleProgressIndicatorTest.php86 'expected_output' => '> Lorem ipsum dolor sit amet, consectetur adipiscing elit.',CODE
LOW…ctional/Glpi/Progress/ConsoleProgressIndicatorTest.php86 'expected_output' => '> Lorem ipsum dolor sit amet, consectetur adipiscing elit.',CODE
LOW…nctional/Glpi/Progress/StoredProgressIndicatorTest.php89 $instance->addMessage(MessageType::Notice, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.');CODE
LOW…nctional/Glpi/Progress/StoredProgressIndicatorTest.php89 $instance->addMessage(MessageType::Notice, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.');CODE
LOW…nctional/Glpi/Progress/StoredProgressIndicatorTest.php116 'message' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.',CODE
LOW…nctional/Glpi/Progress/StoredProgressIndicatorTest.php116 'message' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.',CODE
LOWtests/functional/Glpi/Api/HL/OpenAPIGeneratorTest.php83 ['path' => '/Assistance/Ticket', 'placeholder' => 'itemtype'],CODE
LOWtests/functional/Glpi/Api/HL/OpenAPIGeneratorTest.php84 ['path' => '/Assistance/Change', 'placeholder' => 'itemtype'],CODE
LOWtests/functional/Glpi/Api/HL/OpenAPIGeneratorTest.php85 ['path' => '/Assistance/Problem', 'placeholder' => 'itemtype'],CODE
LOWtests/functional/Glpi/Api/HL/OpenAPIGeneratorTest.php86 ['path' => '/Assistance/Ticket/{id}', 'placeholder' => 'itemtype'],CODE
LOWtests/functional/Glpi/Api/HL/OpenAPIGeneratorTest.php87 ['path' => '/Assistance/Change/{id}', 'placeholder' => 'itemtype'],CODE
LOWtests/functional/Glpi/Api/HL/OpenAPIGeneratorTest.php88 ['path' => '/Assistance/Problem/{id}', 'placeholder' => 'itemtype'],CODE
LOWtests/functional/Glpi/Api/HL/OpenAPIGeneratorTest.php95 $this->assertEmpty(array_filter($openapi['paths'][$endpoint['path']]['get']['parameters'], static fn($v) => CODE
LOWsrc/DomainRecordType.php70 'placeholder' => 'sip.example.com.',CODE
LOWsrc/DomainRecordType.php82 'placeholder' => '10',CODE
LOWsrc/DomainRecordType.php87 'placeholder' => 'mail.example.com.',CODE
LOWsrc/DomainRecordType.php109 'placeholder' => 'ns1.example.com.',CODE
LOWsrc/DomainRecordType.php115 'placeholder' => 'admin.example.com.',CODE
LOWsrc/DomainRecordType.php121 'placeholder' => '2020010101',CODE
LOWsrc/DomainRecordType.php126 'placeholder' => '86400',CODE
LOWsrc/DomainRecordType.php131 'placeholder' => '7200',CODE
LOWsrc/DomainRecordType.php136 'placeholder' => '1209600',CODE
LOWsrc/DomainRecordType.php141 'placeholder' => '300',CODE
LOWsrc/DomainRecordType.php152 'placeholder' => '0',CODE
LOWsrc/DomainRecordType.php157 'placeholder' => '10',CODE
49 more matches not shown…
Over-Commented Block67 hits · 66 pts
SeverityFileLineSnippetContext
LOWplaywright.config.ts61COMMENT
LOWtools/make_release.sh1#!/bin/bash -euCOMMENT
LOWtools/make_release.sh21# it under the terms of the GNU General Public License as published byCOMMENT
LOWtools/github-nightly-description.sh1#!/bin/bash -euCOMMENT
LOWtools/github-nightly-description.sh21# it under the terms of the GNU General Public License as published byCOMMENT
LOWtools/build_glpi.sh1#!/bin/bash -euCOMMENT
LOWtools/build_glpi.sh21# it under the terms of the GNU General Public License as published byCOMMENT
LOWinstall/empty_data.php4821 'id' => '4',COMMENT
LOWinstall/empty_data.php4841COMMENT
LOWinstall/empty_data.php4861 ##IFticket.storestatus=6##COMMENT
LOWinstall/empty_data.php4901 ], [COMMENT
LOWinstall/empty_data.php4941##IFticket.category## ##lang.ticket.category## :##ticket.category##COMMENT
LOWinstall/empty_data.php5001 'content_text' => '##FOREACHvalidations##COMMENT
LOWinstall/empty_data.php5121&lt;br /&gt;##lang.cartridge.item## :COMMENT
LOWinstall/empty_data.php5241 ##lang.problem.creationdate## :##problem.creationdate##COMMENT
LOWinstall/empty_data.php5261 ##lang.followup.author## ##followup.author##COMMENT
LOWinstall/empty_data.php5321&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;',COMMENT
LOWinstall/empty_data.php5341 ##IFchange.assigntogroups## ##lang.change.assigntogroups## : ##change.assigntogroups## ##ENDIFchange.assigntogroups##COMMENT
LOWinstall/empty_data.php5361 ##lang.followup.requesttype## ##followup.requesttype##COMMENT
LOWinstall/empty_data.php5421##lang.project.description##COMMENT
LOWinstall/empty_data.php5461 'content_text' => '##lang.projecttask.url## : ##projecttask.url##COMMENT
LOWinstall/empty_data.php5581COMMENT
LOWinstall/empty_data.php5681 'content_text' => '##lang.knowbaseitem.url## : ##knowbaseitem.url##COMMENT
LOWcss/legacy/includes/_impact.scss601#save_impact,COMMENT
LOWjs/modules/Forms/EditorController.js2581 .on('sortstart', (e) => {COMMENT
LOWjs/modules/Forms/EditorController.js3301 };COMMENT
LOWtests/glpi-0.85.5-empty.sql3841 ##lang.reservation.item## : ##reservation.item##COMMENT
LOWtests/glpi-0.85.5-empty.sql3861 ##lang.ticket.authors## : ##IFticket.authors## ##ticket.authors## ##ENDIFticket.authors## ##ELSEticket.authors##--##ENDCOMMENT
LOWtests/glpi-0.85.5-empty.sql3881 ##lang.ticket.impact## : ##ticket.impact##COMMENT
LOWtests/glpi-0.85.5-empty.sql3941##IFcontract.type####lang.contract.type## : ##contract.type####ENDIFcontract.type##COMMENT
LOWtests/glpi-0.85.5-empty.sql3961##ticket.authors## ##ENDIFticket.authors##COMMENT
LOWtests/glpi-0.85.5-empty.sql3981##ENDIFticket.authors##COMMENT
LOWtests/glpi-0.85.5-empty.sql4101COMMENT
LOWtests/glpi-0.85.5-empty.sql4141##lang.license.item## : ##license.item##COMMENT
LOWtests/glpi-0.85.5-empty.sql4181 ##lang.problem.solution.description## : ##problem.solution.description## ##ENDIFproblem.storestatus##COMMENT
LOWtests/glpi-0.85.5-empty.sql4201 ##lang.problem.solution.description## : ##problem.solution.description##COMMENT
LOWtests/glpi-0.85.5-empty.sql4241##lang.recall.planning.end##: ##recall.planning.end##COMMENT
LOWtests/glpi-0.85.5-empty.sql4261 ##IFchange.assigntogroups## ##lang.change.assigntogroups## : ##change.assigntogroups## ##ENDIFchange.assigntogroups##COMMENT
LOWtests/glpi-0.85.5-empty.sql4321##lang.project.priority## : ##project.priority##COMMENT
LOWtests/run_tests.sh1#!/bin/bashCOMMENT
LOWtests/run_tests.sh21# it under the terms of the GNU General Public License as published byCOMMENT
LOWtests/imap/MailCollectorTest.php1641 // When the GLPI mail collector receives an email via IMAP, the Laminas MIME parserCOMMENT
LOWtests/functional/Glpi/Form/Condition/EngineTest.php1081 ],COMMENT
LOW.github/workflows/commit-authorship.yml1name: "Commit authorship gate"COMMENT
LOW.github/actions/init_build.sh1#!/bin/bashCOMMENT
LOWlib/blueimp/jquery-file-upload/jquery.fileupload.js81 }COMMENT
LOWlib/blueimp/jquery-file-upload/jquery.fileupload.js101 // of the widget element on plugin initialization.COMMENT
LOWlib/blueimp/jquery-file-upload/jquery.fileupload.js121 // The following option limits the number of files uploaded with oneCOMMENT
LOWlib/blueimp/jquery-file-upload/jquery.fileupload.js141 // data and set to 'redirect' if this option is empty:COMMENT
LOWlib/blueimp/jquery-file-upload/jquery.fileupload.js161 // By default, failed (abort or error) file uploads are removed from theCOMMENT
LOWlib/blueimp/jquery-file-upload/jquery.fileupload.js201 // using this option, which accepts an array of objects with name andCOMMENT
LOWlib/blueimp/jquery-file-upload/jquery.fileupload.js241COMMENT
LOWlib/blueimp/jquery-file-upload/jquery.fileupload.js261 // progressall: function (e, data) {}, // .on('fileuploadprogressall', func);COMMENT
LOWlib/blueimp/jquery-file-upload/jquery.fileupload.js281 // Callback before the start of each chunk upload request (before form data initialization):COMMENT
LOW…/blueimp/jquery-file-upload/jquery.iframe-transport.js41 // options.paramName: the parameter name for the file form data,COMMENT
LOWsrc/User.php5801 $this->fields['user_dn'],COMMENT
LOWsrc/CommonITILObject.php9521 // 'use_notification' => 1,COMMENT
LOWsrc/CommonITILObject.php9881 }COMMENT
LOWsrc/UploadHandler.php161 . '/', // Trailing slash to not match subdomains by mistakeCOMMENT
LOWsrc/UploadHandler.php181 // e.g. HTML files with embedded JavaScript code.COMMENT
7 more matches not shown…
Decorative Section Separators12 hits · 48 pts
SeverityFileLineSnippetContext
MEDIUMtools/make_release.sh4# ---------------------------------------------------------------------COMMENT
MEDIUMtools/make_release.sh14# ---------------------------------------------------------------------COMMENT
MEDIUMtools/make_release.sh33# ---------------------------------------------------------------------COMMENT
MEDIUMtools/github-nightly-description.sh4# ---------------------------------------------------------------------COMMENT
MEDIUMtools/github-nightly-description.sh14# ---------------------------------------------------------------------COMMENT
MEDIUMtools/github-nightly-description.sh33# ---------------------------------------------------------------------COMMENT
MEDIUMtools/build_glpi.sh4# ---------------------------------------------------------------------COMMENT
MEDIUMtools/build_glpi.sh14# ---------------------------------------------------------------------COMMENT
MEDIUMtools/build_glpi.sh33# ---------------------------------------------------------------------COMMENT
MEDIUMtests/run_tests.sh4# ---------------------------------------------------------------------COMMENT
MEDIUMtests/run_tests.sh14# ---------------------------------------------------------------------COMMENT
MEDIUMtests/run_tests.sh33# ---------------------------------------------------------------------COMMENT
Verbosity Indicators24 hits · 43 pts
SeverityFileLineSnippetContext
LOWinstall/update.php132 // Step 1: Confirmation screen (needed for install wizard flow)COMMENT
LOWjs/impact.js3389 // being placed into a compound, we need to check if it was movedCOMMENT
LOWtests/cypress/e2e/form/serializer/import.cy.js40 // Step 1: file selectionCOMMENT
LOWtests/cypress/e2e/form/serializer/import.cy.js45 // Step 2: previewCOMMENT
LOWtests/cypress/e2e/form/serializer/import.cy.js79 // Step 1: file selectionCOMMENT
LOWtests/cypress/e2e/form/serializer/import.cy.js84 // Step 2: previewCOMMENT
LOWtests/cypress/e2e/form/serializer/import.cy.js151 // Step 1: file selectionCOMMENT
LOWtests/cypress/e2e/form/serializer/import.cy.js156 // Step 2: previewCOMMENT
LOWtests/cypress/e2e/form/serializer/import.cy.js186 // Step 1: file selectionCOMMENT
LOWtests/cypress/e2e/form/serializer/import.cy.js193 // Step 2: previewCOMMENT
LOWtests/cypress/e2e/form/serializer/import.cy.js61 // Step 4: importCOMMENT
LOWtests/cypress/e2e/form/serializer/import.cy.js100 // Step 3: resolve issuesCOMMENT
LOWtests/cypress/e2e/form/serializer/import.cy.js117 // Step 2: previewCOMMENT
LOWtests/cypress/e2e/form/serializer/import.cy.js133 // Step 4: importCOMMENT
LOWtests/functional/CommonDBTMTest.php2349 // Step 1: create the item and assert successful creationCOMMENT
LOWtests/functional/CommonDBTMTest.php2354 // Step 2: update the item with new values (including long completename) and check againCOMMENT
LOWtests/functional/Glpi/Inventory/Assets/SoftwareTest.php1936 // Step 1: Full inventory (software + OS) on computer ARN2032COMMENT
LOWtests/functional/Glpi/Inventory/Assets/SoftwareTest.php1960 // Step 2: Full inventory (software + OS) on a second computer ARN2045COMMENT
LOWtests/functional/Glpi/Inventory/Assets/SoftwareTest.php1984 // Step 3: Partial inventory (software + OS) on a third computer ARN3045COMMENT
LOWtests/functional/Glpi/Inventory/Assets/SoftwareTest.php2008 // Step 4: Full inventory with OS only (no software) on ARN4058COMMENT
LOWtests/functional/Glpi/Inventory/Assets/SoftwareTest.php2021 // Step 5: Partial inventory with software only (no OS) on ARN4058COMMENT
LOWtests/functional/Glpi/Inventory/Assets/SoftwareTest.php2045 // Step 6: Full inventory with software and without OS should never happenCOMMENT
LOWsrc/CommonDBTM.php5908 * The purpose of this function is to try to access the friendly nameCOMMENT
LOWsrc/Glpi/Api/HL/Doc/Schema.php298 // We need to check if the current parent exists in the list of joins. If not, we need to find the cCOMMENT
Structural Annotation Overuse21 hits · 38 pts
SeverityFileLineSnippetContext
LOWinstall/update.php132 // Step 1: Confirmation screen (needed for install wizard flow)COMMENT
LOWtests/cypress/e2e/form/serializer/import.cy.js40 // Step 1: file selectionCOMMENT
LOWtests/cypress/e2e/form/serializer/import.cy.js45 // Step 2: previewCOMMENT
LOWtests/cypress/e2e/form/serializer/import.cy.js79 // Step 1: file selectionCOMMENT
LOWtests/cypress/e2e/form/serializer/import.cy.js84 // Step 2: previewCOMMENT
LOWtests/cypress/e2e/form/serializer/import.cy.js151 // Step 1: file selectionCOMMENT
LOWtests/cypress/e2e/form/serializer/import.cy.js156 // Step 2: previewCOMMENT
LOWtests/cypress/e2e/form/serializer/import.cy.js186 // Step 1: file selectionCOMMENT
LOWtests/cypress/e2e/form/serializer/import.cy.js193 // Step 2: previewCOMMENT
LOWtests/cypress/e2e/form/serializer/import.cy.js61 // Step 4: importCOMMENT
LOWtests/cypress/e2e/form/serializer/import.cy.js100 // Step 3: resolve issuesCOMMENT
LOWtests/cypress/e2e/form/serializer/import.cy.js117 // Step 2: previewCOMMENT
LOWtests/cypress/e2e/form/serializer/import.cy.js133 // Step 4: importCOMMENT
LOWtests/functional/CommonDBTMTest.php2349 // Step 1: create the item and assert successful creationCOMMENT
LOWtests/functional/CommonDBTMTest.php2354 // Step 2: update the item with new values (including long completename) and check againCOMMENT
LOWtests/functional/Glpi/Inventory/Assets/SoftwareTest.php1936 // Step 1: Full inventory (software + OS) on computer ARN2032COMMENT
LOWtests/functional/Glpi/Inventory/Assets/SoftwareTest.php1960 // Step 2: Full inventory (software + OS) on a second computer ARN2045COMMENT
LOWtests/functional/Glpi/Inventory/Assets/SoftwareTest.php1984 // Step 3: Partial inventory (software + OS) on a third computer ARN3045COMMENT
LOWtests/functional/Glpi/Inventory/Assets/SoftwareTest.php2008 // Step 4: Full inventory with OS only (no software) on ARN4058COMMENT
LOWtests/functional/Glpi/Inventory/Assets/SoftwareTest.php2021 // Step 5: Partial inventory with software only (no OS) on ARN4058COMMENT
LOWtests/functional/Glpi/Inventory/Assets/SoftwareTest.php2045 // Step 6: Full inventory with software and without OS should never happenCOMMENT
Hallucination Indicators2 hits · 20 pts
SeverityFileLineSnippetContext
CRITICALjs/common.js1953 $.blueimp.fileupload.prototype.options.add.call(this, e, data);CODE
CRITICAL…ueimp/jquery-file-upload/jquery.fileupload-validate.js30 $.blueimp.fileupload.prototype.options.processQueue.push({CODE
Self-Referential Comments4 hits · 18 pts
SeverityFileLineSnippetContext
MEDIUMtools/make_release.sh18# This file is part of GLPI.COMMENT
MEDIUMtools/github-nightly-description.sh18# This file is part of GLPI.COMMENT
MEDIUMtools/build_glpi.sh18# This file is part of GLPI.COMMENT
MEDIUMtests/run_tests.sh18# This file is part of GLPI.COMMENT
Slop Phrases2 hits · 3 pts
SeverityFileLineSnippetContext
LOWjs/modules/Forms/EditorController.js399 * This make sure we don't forget to track changes when needed.COMMENT
LOWsrc/ProfileRight.php314 // Don't forget to complete the profile rights ...COMMENT