Repository Analysis

jetty/jetty.project

Eclipse Jetty® - Web Container & Clients - supports HTTP/3, HTTP/2, HTTP/1, websocket, servlets, and more

9.0 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of jetty/jetty.project, a Java project with 4,091 GitHub stars. SynthScan v2.0 examined 1,720,013 lines of code across 8256 source files, recording 7592 pattern matches distributed across 8 syntactic categories. The overall adjusted score of 9.0 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).

9.0
Adjusted Score
9.0
Raw Score
100%
Time Factor
2026-08-29
Last Push
4.1K
Stars
Java
Language
1.7M
Lines of Code
8.3K
Files
7.6K
Pattern Hits
2026-08-29
Scan Date
0.15
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

Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.

No multi-scan history yet — run the scanner again to build trend data.

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 478HIGH 728MEDIUM 11LOW 6375

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 7592 distinct pattern matches across 8 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 Block6312 hits · 6312 pts
SeverityFileLineSnippetContext
LOWheader-template.txt1//COMMENT
LOW…etty/gcloud/session/GCloudSessionDataStoreFactory.java1//COMMENT
LOW…lipse/jetty/gcloud/session/GCloudSessionDataStore.java1//COMMENT
LOW…ntegrations/jetty-nosql/src/main/java/module-info.java1//COMMENT
LOW…ava/org/eclipse/jetty/nosql/NoSqlSessionDataStore.java1//COMMENT
LOW…rc/main/java/org/eclipse/jetty/nosql/package-info.java1//COMMENT
LOW…/jetty/nosql/mongodb/MongoSessionDataStoreFactory.java1//COMMENT
LOW…eclipse/jetty/nosql/mongodb/MongoSessionDataStore.java1//COMMENT
LOW…n/java/org/eclipse/jetty/nosql/mongodb/MongoUtils.java1//COMMENT
LOW…java/org/eclipse/jetty/nosql/mongodb/package-info.java1//COMMENT
LOW…eclipse/jetty/security/openid/OpenIdRealmNameTest.java1//COMMENT
LOW…lipse/jetty/security/openid/OpenIdCredentialsTest.java1//COMMENT
LOW…se/jetty/security/openid/OpenIdAuthenticationTest.java1//COMMENT
LOW…pse/jetty/security/openid/OpenIdErrorResponseTest.java1//COMMENT
LOW…/org/eclipse/jetty/security/openid/JwtDecoderTest.java1//COMMENT
LOW…tegrations/jetty-openid/src/main/java/module-info.java1//COMMENT
LOW…/security/openid/OpenIdAuthenticatorConfiguration.java1//COMMENT
LOW…eclipse/jetty/security/openid/OpenIdConfiguration.java1//COMMENT
LOW…eclipse/jetty/security/openid/OpenIdAuthenticator.java1//COMMENT
LOW…eclipse/jetty/security/openid/OpenIdUserPrincipal.java1//COMMENT
LOW…/jetty/security/openid/OpenIdAuthenticatorFactory.java1//COMMENT
LOW…/eclipse/jetty/security/openid/OpenIdLoginService.java1//COMMENT
LOW…java/org/eclipse/jetty/security/openid/JwtDecoder.java1//COMMENT
LOW…g/eclipse/jetty/security/openid/OpenIdCredentials.java1//COMMENT
LOW…pse/jetty/session/infinispan/EmbeddedQueryManager.java1//COMMENT
LOW…ty/session/infinispan/EmbeddedQueryManagerFactory.java1//COMMENT
LOW…ipse/jetty/session/infinispan/QueryManagerFactory.java1//COMMENT
LOW…org/eclipse/jetty/session/infinispan/QueryManager.java1//COMMENT
LOW…inispan/InfinispanSerializationContextInitializer.java1//COMMENT
LOW…sion/infinispan/InfinispanSessionDataStoreFactory.java1//COMMENT
LOW…tty/session/infinispan/BoundDelegatingInputStream.java1//COMMENT
LOW…se/jetty/session/infinispan/InfinispanSessionData.java1//COMMENT
LOW…/jetty/session/infinispan/NullQueryManagerFactory.java1//COMMENT
LOW…pse/jetty/session/infinispan/InfinispanKeyBuilder.java1//COMMENT
LOW…tty/session/infinispan/InfinispanSessionDataStore.java1//COMMENT
LOW…ssion/infinispan/InfinispanSessionLegacyConverter.java1//COMMENT
LOW…se/jetty/session/infinispan/SessionDataMarshaller.java1//COMMENT
LOW…etty/session/infinispan/RemoteQueryManagerFactory.java1//COMMENT
LOW…lipse/jetty/session/infinispan/RemoteQueryManager.java1//COMMENT
LOW…rations/jetty-hazelcast/src/main/java/module-info.java1//COMMENT
LOW…pse/jetty/hazelcast/session/SessionDataSerializer.java1//COMMENT
LOW…jetty/hazelcast/session/HazelcastSessionDataStore.java1//COMMENT
LOW…azelcast/session/HazelcastSessionDataStoreFactory.java1//COMMENT
LOW…pse/jetty/security/siwe/SignatureVerificationTest.java1//COMMENT
LOW…clipse/jetty/security/siwe/SignInWithEthereumTest.java1//COMMENT
LOW…/jetty/security/siwe/SignInWithEthereumParserTest.java1//COMMENT
LOW…e/jetty/security/siwe/SignInWithEthereumTokenTest.java1//COMMENT
LOW…ipse/jetty/security/siwe/util/EthereumCredentials.java1//COMMENT
LOW…ty/security/siwe/util/SignInWithEthereumGenerator.java1//COMMENT
LOW…grations/jetty-ethereum/src/main/java/module-info.java1//COMMENT
LOW…eclipse/jetty/security/siwe/EthereumAuthenticator.java1//COMMENT
LOW…/jetty/security/siwe/EthereumAuthenticatorFactory.java1//COMMENT
LOW…eclipse/jetty/security/siwe/internal/EthereumUtil.java1//COMMENT
LOW…ty/security/siwe/internal/SignInWithEthereumToken.java1//COMMENT
LOW…etty-memcached-sessions/src/main/java/module-info.java1//COMMENT
LOW…/memcached/session/MemcachedSessionDataMapFactory.java1//COMMENT
LOW…e/jetty/memcached/session/MemcachedSessionDataMap.java1//COMMENT
LOW…e/jetty/servlet6/embedded/ManyServletContextsTest.java1//COMMENT
LOW…y/servlet6/embedded/OneServletContextJmxStatsTest.java1//COMMENT
LOW…ipse/jetty/servlet6/embedded/AbstractEmbeddedTest.java1//COMMENT
6252 more matches not shown…
Hallucination Indicators478 hits · 5385 pts
SeverityFileLineSnippetContext
CRITICALVERSION.txt293 + 12818 NPE with websocket java.lang.NullPointerException: Cannot invoke "org.eclipse.jetty.io.RetainableByteBuffer.hasCODE
CRITICALVERSION.txt398 + 12577 org.eclipse.jetty.http.HttpURI.getDecodedPath() throws an NPE whenCODE
CRITICALVERSION.txt449 "org.eclipse.jetty.io.RetainableByteBuffer.getByteBuffer()" because "buffer"CODE
CRITICALVERSION.txt580 + 12818 NPE with websocket java.lang.NullPointerException: Cannot invoke "org.eclipse.jetty.io.RetainableByteBuffer.hasCODE
CRITICALVERSION.txt599 "org.eclipse.jetty.io.RetainableByteBuffer.hasRemaining()" becauseCODE
CRITICALVERSION.txt724 "org.eclipse.jetty.io.RetainableByteBuffer.getByteBuffer()" because "buffer"CODE
CRITICALVERSION.txt750 + 12577 org.eclipse.jetty.http.HttpURI.getDecodedPath() throws an NPE whenCODE
CRITICALVERSION.txt810 + 12279 org.eclipse.jetty.maven.ServerSupport.configureHandlers(ServerCODE
CRITICALVERSION.txt962 + 11507 org.eclipse.jetty.util.Attributes.getAttribute() should specify returnCODE
CRITICALVERSION.txt1432 + 9947 Cannot invoke "org.eclipse.jetty.io.ManagedSelector.getTotalKeys()"CODE
CRITICALVERSION.txt1483 + 9947 Cannot invoke "org.eclipse.jetty.io.ManagedSelector.getTotalKeys()"CODE
CRITICALVERSION.txt1568 + 9947 Cannot invoke "org.eclipse.jetty.io.ManagedSelector.getTotalKeys()"CODE
CRITICALVERSION.txt1793 + 8584 org.eclipse.jetty.client.HttpRequest.send() never returnsCODE
CRITICALVERSION.txt1847 + 8584 org.eclipse.jetty.client.HttpRequest.send() never returnsCODE
CRITICALVERSION.txt1909 + 8584 org.eclipse.jetty.client.HttpRequest.send() never returnsCODE
CRITICALVERSION.txt1952 + 8584 org.eclipse.jetty.client.HttpRequest.send() never returnsCODE
CRITICALVERSION.txt1995 + 8584 org.eclipse.jetty.client.HttpRequest.send() never returnsCODE
CRITICALVERSION.txt4591 org.eclipse.jetty.util.ajax.JSON.toString()CODE
CRITICALVERSION.txt6234 + 472601 org.eclipse.jetty.util.log.Log.setLog() does not work as beforeCODE
CRITICALVERSION.txt6739 + 458849 org.eclipse.jetty.util.Uptime.DefaultImpl() not available on GAECODE
CRITICALVERSION.txt6823 + 458849 org.eclipse.jetty.util.Uptime.DefaultImpl() not available on GAECODE
CRITICALVERSION.txt7463 org.eclipse.jetty.osgi.annotations.AnnotationConfiguration.BundleParserTask.getStatistic()CODE
CRITICALVERSION.txt8314 + 404283 org.eclipse.jetty.util.Scanner.scanFile() dies with an NPE ifCODE
CRITICALVERSION.txt8342 + 404283 org.eclipse.jetty.util.Scanner.scanFile() dies with an NPE ifCODE
CRITICALVERSION.txt8468 + 404283 org.eclipse.jetty.util.Scanner.scanFile() dies with an NPE ifCODE
CRITICALVERSION.txt11075 + JETTY-814 Add org.eclipse.jetty.client.Address.toString()CODE
CRITICALVERSION.txt11197 + JETTY-814 Add org.eclipse.jetty.client.Address.toString()CODE
CRITICAL…jetty/docs/programming/server/session/SessionDocs.java328 infinispanSessionDataStore.setQueryManager(new org.eclipse.jetty.session.infinispan.EmbeddedQueryManager(locCODE
CRITICAL…jetty/docs/programming/server/session/SessionDocs.java363 configurationBuilder.addContextInitializer(new org.eclipse.jetty.session.infinispan.InfinispanSerializationCCODE
CRITICAL…jetty/docs/programming/server/session/SessionDocs.java372 infinispanSessionDataStore.setQueryManager(new org.eclipse.jetty.session.infinispan.RemoteQueryManager(remotCODE
CRITICAL…a/org/eclipse/jetty/util/resource/ResourceFactory.java895 org.eclipse.jetty.util.component.LifeCycle.start(factory);CODE
CRITICAL…a/org/eclipse/jetty/util/resource/ResourceFactory.java956 container.addEventListener(new org.eclipse.jetty.util.component.LifeCycle.Listener()CODE
CRITICAL…java/org/eclipse/jetty/fcgi/server/HttpClientTest.java236 Fields fields = org.eclipse.jetty.server.Request.extractQueryParameters(request);STRING
CRITICAL…java/org/eclipse/jetty/fcgi/server/HttpClientTest.java268 Fields fields = org.eclipse.jetty.server.Request.extractQueryParameters(request);STRING
CRITICAL…java/org/eclipse/jetty/fcgi/server/HttpClientTest.java305 Fields fields = org.eclipse.jetty.server.Request.extractQueryParameters(request);STRING
CRITICAL…java/org/eclipse/jetty/fcgi/server/HttpClientTest.java336 Fields fields = org.eclipse.jetty.server.Request.extractQueryParameters(request);STRING
CRITICAL…java/org/eclipse/jetty/fcgi/server/HttpClientTest.java368 Fields fields = org.eclipse.jetty.server.Request.extractQueryParameters(request);STRING
CRITICAL…java/org/eclipse/jetty/fcgi/server/HttpClientTest.java401 Fields fields = org.eclipse.jetty.server.Request.extractQueryParameters(request);STRING
CRITICAL…gi/src/main/java/org/eclipse/jetty/osgi/util/Util.java248 ServiceReference ref = bundleContext.getServiceReference(org.osgi.service.packageadmin.PackageAdmin.class.getNamCODE
CRITICAL…se/jetty/websocket/tests/server/DirectUpgradeTest.java270 org.eclipse.jetty.websocket.api.Callback.Completable.with(c -> session.sendBinary(payload, c))CODE
CRITICAL…se/jetty/websocket/tests/server/DirectUpgradeTest.java278 session.sendText(message, org.eclipse.jetty.websocket.api.Callback.from(session::demand, Throwable::printStaCODE
CRITICAL…et/server/internal/DelegatedServerUpgradeResponse.java67 .map(apiExt -> org.eclipse.jetty.websocket.core.ExtensionConfig.parse(apiExt.getParameterizedName()))CODE
CRITICAL…websocket/server/internal/CompletedUpgradeRequest.java92 cookies.add(org.eclipse.jetty.http.HttpCookie.asJavaNetHttpCookie(cookie));CODE
CRITICAL…pse/jetty/websocket/common/OutgoingMessageCapture.java132 messageSink.accept(copy, org.eclipse.jetty.util.Callback.from(() -> {}, Throwable::printStackTrace));CODE
CRITICAL…g/eclipse/jetty/websocket/common/WebSocketSession.java69 org.eclipse.jetty.util.Callback.from(callback::succeed, callback::fail),CODE
CRITICAL…g/eclipse/jetty/websocket/common/WebSocketSession.java98 var cb = org.eclipse.jetty.util.Callback.from(callback::succeed, callback::fail);CODE
CRITICAL…g/eclipse/jetty/websocket/common/WebSocketSession.java110 var cb = org.eclipse.jetty.util.Callback.from(callback::succeed, callback::fail);CODE
CRITICAL…g/eclipse/jetty/websocket/common/WebSocketSession.java138 var cb = org.eclipse.jetty.util.Callback.from(callback::succeed, callback::fail);CODE
CRITICAL…g/eclipse/jetty/websocket/common/WebSocketSession.java150 org.eclipse.jetty.util.Callback.from(callback::succeed, callback::fail), false);CODE
CRITICAL…g/eclipse/jetty/websocket/common/WebSocketSession.java157 org.eclipse.jetty.util.Callback.from(callback::succeed, callback::fail), false);CODE
CRITICAL…g/eclipse/jetty/websocket/common/WebSocketSession.java163 coreSession.close(statusCode, reason, org.eclipse.jetty.util.Callback.from(callback::succeed, callback::fail));CODE
CRITICAL…jetty/websocket/common/JettyWebSocketFrameHandler.java206 org.eclipse.jetty.websocket.api.Callback.from(coreCallback::succeeded, coreCallback::failed));CODE
CRITICAL…jetty/websocket/common/JettyWebSocketFrameHandler.java281 var apiCallback = org.eclipse.jetty.websocket.api.Callback.from(callback::succeeded, callback::failed);CODE
CRITICAL…jetty/websocket/common/JettyWebSocketFrameHandler.java318 getSession().sendPong(frame.getPayload(), new org.eclipse.jetty.websocket.api.Callback()CODE
CRITICAL…jetty/websocket/common/JettyWebSocketFrameHandler.java425 return new org.eclipse.jetty.websocket.api.exceptions.MessageTooLargeException(cause.getMessage(), cause);CODE
CRITICAL…jetty/websocket/common/JettyWebSocketFrameHandler.java428 return new org.eclipse.jetty.websocket.api.exceptions.ProtocolException(cause.getMessage(), cause);CODE
CRITICAL…jetty/websocket/common/JettyWebSocketFrameHandler.java431 return new org.eclipse.jetty.websocket.api.exceptions.BadPayloadException(cause.getMessage(), cause);CODE
CRITICAL…jetty/websocket/common/JettyWebSocketFrameHandler.java434 return new org.eclipse.jetty.websocket.api.exceptions.CloseException(((CloseException)cause).getStatusCode()CODE
CRITICAL…jetty/websocket/common/JettyWebSocketFrameHandler.java437 return new org.eclipse.jetty.websocket.api.exceptions.WebSocketTimeoutException(cause.getMessage(), cause);CODE
CRITICAL…jetty/websocket/common/JettyWebSocketFrameHandler.java440 return new org.eclipse.jetty.websocket.api.exceptions.InvalidWebSocketException(cause.getMessage(), cause);CODE
418 more matches not shown…
Cross-File Repetition728 hits · 3640 pts
SeverityFileLineSnippetContext
HIGH…tty/security/PersistAuthenticationCredentialsTest.java0get /hello http/1.1\r host: local\r connection: close\rSTRING
HIGH…tty/ee9/test/PersistAuthenticationCredentialsTest.java0get /hello http/1.1\r host: local\r connection: close\rSTRING
HIGH…ipse/jetty/server/handler/PathMappingsHandlerTest.java0get /hello http/1.1\r host: local\r connection: close\rSTRING
HIGH…rc/test/java/org/eclipse/jetty/server/RequestTest.java0get %s http/1.1\r host: local\r connection: close\rSTRING
HIGH…ipse/jetty/server/ComplianceViolationListenerTest.java0get %s http/1.1\r host: local\r connection: close\rSTRING
HIGH…jetty/ee11/servlet/DefaultServletCombinationsTest.java0get %s http/1.1\r host: local\r connection: close\rSTRING
HIGH…jetty/ee10/servlet/DefaultServletCombinationsTest.java0get %s http/1.1\r host: local\r connection: close\rSTRING
HIGH…ipse/jetty/server/handler/PathMappingsHandlerTest.java0get %s http/1.1\r host: local\r connection: close\rSTRING
HIGH…rc/test/java/org/eclipse/jetty/server/RequestTest.java0connect myhost:9999 http/1.1\r host: myhost:9999\r connection: close\r \rSTRING
HIGH…t/java/org/eclipse/jetty/ee11/servlet/RequestTest.java0connect myhost:9999 http/1.1\r host: myhost:9999\r connection: close\r \rSTRING
HIGH…t/java/org/eclipse/jetty/ee10/servlet/RequestTest.java0connect myhost:9999 http/1.1\r host: myhost:9999\r connection: close\r \rSTRING
HIGH…est/java/org/eclipse/jetty/ee9/nested/RequestTest.java0connect myhost:9999 http/1.1\r host: myhost:9999\r connection: close\r \rSTRING
HIGH…rc/test/java/org/eclipse/jetty/server/RequestTest.java0connect myhost:9999 http/1.1\r host: otherhost:8888\r connection: close\r \rSTRING
HIGH…t/java/org/eclipse/jetty/ee11/servlet/RequestTest.java0connect myhost:9999 http/1.1\r host: otherhost:8888\r connection: close\r \rSTRING
HIGH…t/java/org/eclipse/jetty/ee10/servlet/RequestTest.java0connect myhost:9999 http/1.1\r host: otherhost:8888\r connection: close\r \rSTRING
HIGH…est/java/org/eclipse/jetty/ee9/nested/RequestTest.java0connect myhost:9999 http/1.1\r host: otherhost:8888\r connection: close\r \rSTRING
HIGH…/java/org/eclipse/jetty/server/LocalConnectorTest.java0get / http/1.1\r host: localhost\r connection: close\r \rSTRING
HIGH…/java/org/eclipse/jetty/server/HttpServerTestBase.java0get / http/1.1\r host: localhost\r connection: close\r \rSTRING
HIGH…rg/eclipse/jetty/server/handler/EventsHandlerTest.java0get / http/1.1\r host: localhost\r connection: close\r \rSTRING
HIGH…lipse/jetty/server/handler/CrossOriginHandlerTest.java0get / http/1.1\r host: localhost\r connection: close\r \rSTRING
HIGH…eclipse/jetty/ee11/servlets/CrossOriginFilterTest.java0get / http/1.1\r host: localhost\r connection: close\r \rSTRING
HIGH…eclipse/jetty/ee10/servlets/CrossOriginFilterTest.java0get / http/1.1\r host: localhost\r connection: close\r \rSTRING
HIGH…/eclipse/jetty/ee9/servlets/CrossOriginFilterTest.java0get / http/1.1\r host: localhost\r connection: close\r \rSTRING
HIGH…ava/org/eclipse/jetty/server/ThreadStarvationTest.java0put / http/1.0\r host: localhost\r content-length: 10\r \r 1STRING
HIGH…/eclipse/jetty/ee11/servlets/ThreadStarvationTest.java0put / http/1.0\r host: localhost\r content-length: 10\r \r 1STRING
HIGH…/eclipse/jetty/ee10/servlets/ThreadStarvationTest.java0put / http/1.0\r host: localhost\r content-length: 10\r \r 1STRING
HIGH…g/eclipse/jetty/ee9/servlets/ThreadStarvationTest.java0put / http/1.0\r host: localhost\r content-length: 10\r \r 1STRING
HIGH…ava/org/eclipse/jetty/server/ThreadStarvationTest.java0post / http/1.0\r host: localhost\r content-type: application/x-www-form-urlencoded\r content-length: 11\r \r a=1&bSTRING
HIGH…/eclipse/jetty/ee11/servlets/ThreadStarvationTest.java0post / http/1.0\r host: localhost\r content-type: application/x-www-form-urlencoded\r content-length: 11\r \r a=1&bSTRING
HIGH…/eclipse/jetty/ee10/servlets/ThreadStarvationTest.java0post / http/1.0\r host: localhost\r content-type: application/x-www-form-urlencoded\r content-length: 11\r \r a=1&bSTRING
HIGH…/eclipse/jetty/server/handler/ResourceHandlerTest.java0get /context/one/ http/1.1\r host: local\r connection: close\r \rSTRING
HIGH…org/eclipse/jetty/ee11/servlet/DefaultServletTest.java0get /context/one/ http/1.1\r host: local\r connection: close\r \rSTRING
HIGH…org/eclipse/jetty/ee10/servlet/DefaultServletTest.java0get /context/one/ http/1.1\r host: local\r connection: close\r \rSTRING
HIGH…rg/eclipse/jetty/ee10/servlet/ResourceServletTest.java0get /context/one/ http/1.1\r host: local\r connection: close\r \rSTRING
HIGH…/eclipse/jetty/server/handler/ResourceHandlerTest.java0get /context/two/ http/1.1\r host: local\r connection: close\r \rSTRING
HIGH…org/eclipse/jetty/ee11/servlet/DefaultServletTest.java0get /context/two/ http/1.1\r host: local\r connection: close\r \rSTRING
HIGH…org/eclipse/jetty/ee10/servlet/DefaultServletTest.java0get /context/two/ http/1.1\r host: local\r connection: close\r \rSTRING
HIGH…rg/eclipse/jetty/ee10/servlet/ResourceServletTest.java0get /context/two/ http/1.1\r host: local\r connection: close\r \rSTRING
HIGH…/eclipse/jetty/server/handler/ResourceHandlerTest.java0get /context/three/ http/1.1\r host: local\r connection: close\r \rSTRING
HIGH…org/eclipse/jetty/ee11/servlet/DefaultServletTest.java0get /context/three/ http/1.1\r host: local\r connection: close\r \rSTRING
HIGH…org/eclipse/jetty/ee10/servlet/DefaultServletTest.java0get /context/three/ http/1.1\r host: local\r connection: close\r \rSTRING
HIGH…rg/eclipse/jetty/ee10/servlet/ResourceServletTest.java0get /context/three/ http/1.1\r host: local\r connection: close\r \rSTRING
HIGH…/eclipse/jetty/server/handler/ResourceHandlerTest.java0get /context/ http/1.1\r host: local\r connection: close\r \rSTRING
HIGH…org/eclipse/jetty/ee11/servlet/DefaultServletTest.java0get /context/ http/1.1\r host: local\r connection: close\r \rSTRING
HIGH…se/jetty/ee11/servlet/ServletContextResourcesTest.java0get /context/ http/1.1\r host: local\r connection: close\r \rSTRING
HIGH…rg/eclipse/jetty/ee11/servlet/ResourceServletTest.java0get /context/ http/1.1\r host: local\r connection: close\r \rSTRING
HIGH…org/eclipse/jetty/ee10/servlet/DefaultServletTest.java0get /context/ http/1.1\r host: local\r connection: close\r \rSTRING
HIGH…se/jetty/ee10/servlet/ServletContextResourcesTest.java0get /context/ http/1.1\r host: local\r connection: close\r \rSTRING
HIGH…rg/eclipse/jetty/ee10/servlet/ResourceServletTest.java0get /context/ http/1.1\r host: local\r connection: close\r \rSTRING
HIGH…/org/eclipse/jetty/ee9/servlet/DefaultServletTest.java0get /context/ http/1.1\r host: local\r connection: close\r \rSTRING
HIGH…pse/jetty/ee9/servlet/ServletContextResourcesTest.java0get /context/ http/1.1\r host: local\r connection: close\r \rSTRING
HIGH…/eclipse/jetty/server/handler/ResourceHandlerTest.java0get /context/index.html http/1.1\r host: local\r connection: close\r \rSTRING
HIGH…org/eclipse/jetty/ee11/servlet/DefaultServletTest.java0get /context/index.html http/1.1\r host: local\r connection: close\r \rSTRING
HIGH…rg/eclipse/jetty/ee11/servlet/ResourceServletTest.java0get /context/index.html http/1.1\r host: local\r connection: close\r \rSTRING
HIGH…org/eclipse/jetty/ee10/servlet/DefaultServletTest.java0get /context/index.html http/1.1\r host: local\r connection: close\r \rSTRING
HIGH…rg/eclipse/jetty/ee10/servlet/ResourceServletTest.java0get /context/index.html http/1.1\r host: local\r connection: close\r \rSTRING
HIGH…/eclipse/jetty/server/handler/ResourceHandlerTest.java0get @prefix@ http/1.1\r host: local\r connection: close\r \rSTRING
HIGH…org/eclipse/jetty/ee11/servlet/DefaultServletTest.java0get @prefix@ http/1.1\r host: local\r connection: close\r \rSTRING
HIGH…rg/eclipse/jetty/ee11/servlet/ResourceServletTest.java0get @prefix@ http/1.1\r host: local\r connection: close\r \rSTRING
HIGH…org/eclipse/jetty/ee10/servlet/DefaultServletTest.java0get @prefix@ http/1.1\r host: local\r connection: close\r \rSTRING
668 more matches not shown…
Fake / Example Data40 hits · 40 pts
SeverityFileLineSnippetContext
LOW…/java/org/eclipse/jetty/docs/programming/JSONDocs.java98 "address": "123 Main Street"CODE
LOW…/java/org/eclipse/jetty/docs/programming/JSONDocs.java197 object.put("user", "John Doe");STRING
LOW…/java/org/eclipse/jetty/docs/programming/JSONDocs.java206 "user": "John Doe",CODE
LOW…a/org/eclipse/jetty/server/ConnectorCloseTestBase.java38 "Lorem ipsum dolor sit amet, consectetur adipiscing elit. In quis felis nunc. " +CODE
LOW…a/org/eclipse/jetty/server/ConnectorCloseTestBase.java38 "Lorem ipsum dolor sit amet, consectetur adipiscing elit. In quis felis nunc. " +CODE
LOW…eclipse/jetty/server/handler/gzip/GzipHandlerTest.java118 "Lorem ipsum dolor sit amet, consectetur adipiscing elit. In quis felis nunc. " +CODE
LOW…eclipse/jetty/server/handler/gzip/GzipHandlerTest.java118 "Lorem ipsum dolor sit amet, consectetur adipiscing elit. In quis felis nunc. " +CODE
LOW…y/test/client/transport/HttpClientCompressionTest.java42 Lorem ipsum dolor sit amet, consectetur adipiscing elit. In quis felis nunc.CODE
LOW…y/test/client/transport/HttpClientCompressionTest.java42 Lorem ipsum dolor sit amet, consectetur adipiscing elit. In quis felis nunc.CODE
LOW…/main/java/org/eclipse/jetty/io/jmh/Utf8Benchmark.java50 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod temporCODE
LOW…/main/java/org/eclipse/jetty/io/jmh/Utf8Benchmark.java50 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod temporCODE
LOW…/org/eclipse/jetty/ee11/servlets/AbstractGzipTest.java115 builder.append("Lorem ipsum dolor sit amet, consectetur adipiscing elit. In quis felis nunc.\n");CODE
LOW…/org/eclipse/jetty/ee11/servlets/AbstractGzipTest.java115 builder.append("Lorem ipsum dolor sit amet, consectetur adipiscing elit. In quis felis nunc.\n");CODE
LOW…/jetty/ee11/servlets/CompressionContentLengthTest.java242 Lorem ipsum dolor sit amet, consectetur adipiscing elit. In quis felis nunc.CODE
LOW…/jetty/ee11/servlets/CompressionContentLengthTest.java242 Lorem ipsum dolor sit amet, consectetur adipiscing elit. In quis felis nunc.CODE
LOW…1/websocket/jakarta/tests/server/ConfiguratorTest.java217 sec.getUserProperties().put("fruit" + upgradeNum, "placeholder");CODE
LOW…ipse/jetty/ee11/loginservice/JdbcLoginServiceTest.java53 "Lorem ipsum dolor sit amet, consectetur adipiscing elit.";CODE
LOW…ipse/jetty/ee11/loginservice/JdbcLoginServiceTest.java53 "Lorem ipsum dolor sit amet, consectetur adipiscing elit.";CODE
LOW…rg/eclipse/jetty/test/webapp/StressHTTP2AbortTest.java60 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore maCODE
LOW…rg/eclipse/jetty/test/webapp/StressHTTP2AbortTest.java60 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore maCODE
LOW…ava/org/eclipse/jetty/test/webapp/StressHTTP2Test.java62 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore maCODE
LOW…ava/org/eclipse/jetty/test/webapp/StressHTTP2Test.java62 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore maCODE
LOW…y-ee11-test-integration/src/test/resources/message.txt1Lorem ipsum dolor sit amet, consectetur adipiscing elit. In quis felis nunc.CODE
LOW…y-ee11-test-integration/src/test/resources/message.txt1Lorem ipsum dolor sit amet, consectetur adipiscing elit. In quis felis nunc.CODE
LOW…0/websocket/jakarta/tests/server/ConfiguratorTest.java217 sec.getUserProperties().put("fruit" + upgradeNum, "placeholder");CODE
LOW…/org/eclipse/jetty/ee10/servlets/AbstractGzipTest.java115 builder.append("Lorem ipsum dolor sit amet, consectetur adipiscing elit. In quis felis nunc.\n");CODE
LOW…/org/eclipse/jetty/ee10/servlets/AbstractGzipTest.java115 builder.append("Lorem ipsum dolor sit amet, consectetur adipiscing elit. In quis felis nunc.\n");CODE
LOW…ava/org/eclipse/jetty/test/webapp/StressHTTP2Test.java62 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore maCODE
LOW…ava/org/eclipse/jetty/test/webapp/StressHTTP2Test.java62 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore maCODE
LOW…ipse/jetty/ee10/loginservice/JdbcLoginServiceTest.java53 "Lorem ipsum dolor sit amet, consectetur adipiscing elit.";CODE
LOW…ipse/jetty/ee10/loginservice/JdbcLoginServiceTest.java53 "Lorem ipsum dolor sit amet, consectetur adipiscing elit.";CODE
LOW…y-ee10-test-integration/src/test/resources/message.txt1Lorem ipsum dolor sit amet, consectetur adipiscing elit. In quis felis nunc.CODE
LOW…y-ee10-test-integration/src/test/resources/message.txt1Lorem ipsum dolor sit amet, consectetur adipiscing elit. In quis felis nunc.CODE
LOW…a/org/eclipse/jetty/ee9/servlets/AbstractGzipTest.java115 builder.append("Lorem ipsum dolor sit amet, consectetur adipiscing elit. In quis felis nunc.\n");CODE
LOW…a/org/eclipse/jetty/ee9/servlets/AbstractGzipTest.java115 builder.append("Lorem ipsum dolor sit amet, consectetur adipiscing elit. In quis felis nunc.\n");CODE
LOW…lipse/jetty/ee9/loginservice/JdbcLoginServiceTest.java53 "Lorem ipsum dolor sit amet, consectetur adipiscing elit.";CODE
LOW…lipse/jetty/ee9/loginservice/JdbcLoginServiceTest.java53 "Lorem ipsum dolor sit amet, consectetur adipiscing elit.";CODE
LOW…ty-ee9-test-integration/src/test/resources/message.txt1Lorem ipsum dolor sit amet, consectetur adipiscing elit. In quis felis nunc.CODE
LOW…ty-ee9-test-integration/src/test/resources/message.txt1Lorem ipsum dolor sit amet, consectetur adipiscing elit. In quis felis nunc.CODE
LOW…9/websocket/jakarta/tests/server/ConfiguratorTest.java217 sec.getUserProperties().put("fruit" + upgradeNum, "placeholder");CODE
Decorative Section Separators8 hits · 24 pts
SeverityFileLineSnippetContext
MEDIUMjetty-home/src/main/resources/bin/jetty.sh23# ========================COMMENT
MEDIUMjetty-home/src/main/resources/bin/jetty.sh27# ========================COMMENT
MEDIUM…ore/jetty-start/src/test/resources/hb.1/home/start.ini1#===========================================================COMMENT
MEDIUM…ore/jetty-start/src/test/resources/hb.1/home/start.ini3#===========================================================COMMENT
MEDIUM…ore/jetty-start/src/test/resources/hb.1/base/start.ini1#===========================================================COMMENT
MEDIUM…ore/jetty-start/src/test/resources/hb.1/base/start.ini3#===========================================================COMMENT
MEDIUM…rt/src/test/resources/jetty home with spaces/start.ini1#===========================================================COMMENT
MEDIUM…rt/src/test/resources/jetty home with spaces/start.ini3#===========================================================COMMENT
Hyper-Verbose Identifiers20 hits · 17 pts
SeverityFileLineSnippetContext
LOW…jetty/docs/programming/server/http/HTTPServerDocs.java911 class MultiPartFormDataHandler extends Handler.Abstract.NonBlockingSTRING
LOW…lipse/jetty/server/ForwardedRequestCustomizerTest.java1433 private static class RequestHandler extends Handler.AbstractCODE
LOW…ava/org/eclipse/jetty/server/ConnectorTimeoutTest.java526 protected static class SlowResponseHandler extends Handler.AbstractSTRING
LOW…/java/org/eclipse/jetty/server/HttpServerTestBase.java1795 private static class WriteBodyAfterNoBodyResponseHandler extends Handler.AbstractSTRING
LOW…va/org/eclipse/jetty/server/HttpServerTestFixture.java213 protected static class DataHandler extends Handler.AbstractCODE
LOW…pse/jetty/server/ssl/ServerConnectorSslServerTest.java223 public static class SecureRequestHandler extends Handler.AbstractCODE
LOW…ipse/jetty/server/handler/BufferedResponseHandler.java58public class BufferedResponseHandler extends ConditionalHandler.AbstractCODE
LOW…/org/eclipse/jetty/server/internal/HttpConnection.java1089 protected class RequestHandler implements HttpParser.RequestHandlerCODE
LOW…se/jetty/ee9/nested/HttpManyWaysToAsyncCommitTest.java231 private class SetHandledWriteSomeDataHandler extends ThrowExceptionOnDemandHandlerCODE
LOW…est/java/org/eclipse/jetty/ee9/nested/RequestTest.java2215 private static class RequestHandler extends AbstractHandlerSTRING
LOW…est/java/org/eclipse/jetty/ee9/nested/RequestTest.java2236 private static class MultiPartRequestHandler extends AbstractHandlerSTRING
LOW…est/java/org/eclipse/jetty/ee9/nested/RequestTest.java2294 private static class BadMultiPartRequestHandler extends AbstractHandlerSTRING
LOW…eclipse/jetty/ee9/nested/HttpManyWaysToCommitTest.java136 private class SetHandledWriteSomeDataHandler extends ThrowExceptionOnDemandHandlerCODE
LOW…clipse/jetty/ee9/nested/ServletRequestWrapperTest.java72 private class RequestHandler extends AbstractHandlerCODE
LOW…rg/eclipse/jetty/ee9/nested/HttpServerTestFixture.java202 protected static class DataHandler extends Handler.AbstractCODE
LOW…ipse/jetty/ee9/nested/FileBufferedResponseHandler.java52public class FileBufferedResponseHandler extends BufferedResponseHandlerCODE
LOW…/eclipse/jetty/ee9/nested/BufferedResponseHandler.java56public class BufferedResponseHandler extends HandlerWrapperCODE
LOW…ava/org/eclipse/jetty/ee9/security/ConstraintTest.java2827 private class RequestHandler extends AbstractHandlerCODE
LOW…ava/org/eclipse/jetty/ee9/security/ConstraintTest.java2885 private class ProgrammaticLoginRequestHandler extends AbstractHandlerCODE
LOW…ipse/jetty/ee9/security/SpecExampleConstraintTest.java331 private class RequestHandler extends AbstractHandlerCODE
AI Slop Vocabulary3 hits · 9 pts
SeverityFileLineSnippetContext
MEDIUM…org/eclipse/jetty/ee11/proxy/AbstractProxyServlet.java127 // Put the HttpClient in the context to leverage ContextHandler.MANAGED_ATTRIBUTESCOMMENT
MEDIUM…org/eclipse/jetty/ee10/proxy/AbstractProxyServlet.java127 // Put the HttpClient in the context to leverage ContextHandler.MANAGED_ATTRIBUTESCOMMENT
MEDIUM…/org/eclipse/jetty/ee9/proxy/AbstractProxyServlet.java128 // Put the HttpClient in the context to leverage ContextHandler.MANAGED_ATTRIBUTESCOMMENT
TODO Padding3 hits · 4 pts
SeverityFileLineSnippetContext
LOW…org/eclipse/jetty/ee11/servlets/CrossOriginFilter.java380 // TODO: implement better detection of simple headersCOMMENT
LOW…org/eclipse/jetty/ee10/servlets/CrossOriginFilter.java380 // TODO: implement better detection of simple headersCOMMENT
LOW…/org/eclipse/jetty/ee9/servlets/CrossOriginFilter.java380 // TODO: implement better detection of simple headersCOMMENT