Repository Analysis

quarkusio/quarkus

Quarkus: Supersonic Subatomic Java.

2.2 Likely human-written View on GitHub
2.2
Adjusted Score
2.2
Raw Score
100%
Time Factor
2026-05-29
Last Push
15,696
Stars
Java
Language
2,071,145
Lines of Code
27197
Files
619
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 355HIGH 13MEDIUM 21LOW 230

Pattern Findings

619 matches across 12 categories. Click a row to expand file-level details.

Hallucination Indicators355 hits · 4170 pts
SeverityFileLineSnippet
CRITICAL…rkus/bootstrap/resolver/BootstrapAppModelResolver.java280 if (io.quarkus.maven.dependency.Dependency.SCOPE_IMPORT.equals(d.getScope())) {
CRITICAL…s/bootstrap/resolver/maven/workspace/LocalProject.java553 && io.quarkus.maven.dependency.Dependency.SCOPE_IMPORT.equals(d.getScope())
CRITICAL…ava/io/quarkus/bootstrap/runner/QuarkusEntryPoint.java30 System.setProperty("java.util.logging.manager", org.jboss.logmanager.LogManager.class.getName());
CRITICAL…/io/quarkus/bootstrap/runner/AotQuarkusEntryPoint.java26 System.setProperty("java.util.logging.manager", org.jboss.logmanager.LogManager.class.getName());
CRITICAL…/arc/processor/bcextensions/DeclarationConfigImpl.java36 annotationOverlay.addAnnotation(jandexDeclaration, io.quarkus.arc.processor.Annotations.jandexAnnotation(annotat
CRITICAL…runtime/src/main/java/io/quarkus/arc/ArcContainer.java191 * {@link jakarta.enterprise.inject.spi.BeanManager.getBeans(String)} this method either returns a resolved bean or
CRITICAL…terceptors/bindings/InvocationContextBindingsTest.java30 // [@io.quarkus.arc.test.interceptors.Simple(),
CRITICAL…terceptors/bindings/InvocationContextBindingsTest.java31 // @io.quarkus.arc.test.interceptors.bindings.MyTransactional(value={java.lang.String.class})]::foo
CRITICAL…ver/vertx/test/framework/ResteasyReactiveUnitTest.java333 io.vertx.core.file.AsyncFile.class.getName(), List.of(MediaType.WILDCARD)));
CRITICAL…erver/vertx/test/simple/SimpleQuarkusRestResource.java270 return io.vertx.mutiny.core.buffer.Buffer.buffer("MUTINY-BUFFER");
CRITICAL…tive/server/vertx/test/resource/basic/UriInfoTest.java195 org.assertj.core.api.Assertions.assertThat(absolutePathHeader).endsWith("/absolutePath");
CRITICAL…erver/providers/serialisers/ServerPathBodyHandler.java32 return java.nio.file.Path.class.isAssignableFrom(type);
CRITICAL…eactive/common/processor/ResteasyReactiveDotNames.java149 public static final DotName GET = DotName.createSimple(jakarta.ws.rs.GET.class.getName());
CRITICAL…eactive/common/processor/ResteasyReactiveDotNames.java150 public static final DotName HEAD = DotName.createSimple(jakarta.ws.rs.HEAD.class.getName());
CRITICAL…eactive/common/processor/ResteasyReactiveDotNames.java151 public static final DotName DELETE = DotName.createSimple(jakarta.ws.rs.DELETE.class.getName());
CRITICAL…eactive/common/processor/ResteasyReactiveDotNames.java152 public static final DotName OPTIONS = DotName.createSimple(jakarta.ws.rs.OPTIONS.class.getName());
CRITICAL…eactive/common/processor/ResteasyReactiveDotNames.java153 public static final DotName PATCH = DotName.createSimple(jakarta.ws.rs.PATCH.class.getName());
CRITICAL…eactive/common/processor/ResteasyReactiveDotNames.java154 public static final DotName POST = DotName.createSimple(jakarta.ws.rs.POST.class.getName());
CRITICAL…eactive/common/processor/ResteasyReactiveDotNames.java155 public static final DotName PUT = DotName.createSimple(jakarta.ws.rs.PUT.class.getName());
CRITICAL…eactive/common/processor/ResteasyReactiveDotNames.java156 public static final DotName HTTP_METHOD = DotName.createSimple(jakarta.ws.rs.HttpMethod.class.getName());
CRITICAL…eactive/common/processor/ResteasyReactiveDotNames.java260 public static final DotName DATE_FORMAT = DotName.createSimple(org.jboss.resteasy.reactive.DateFormat.class.getName(
CRITICAL…jboss/resteasy/reactive/common/util/CommonSseUtil.java5 //public static final CharSequence SSE_CONTENT_TYPE = io.vertx.core.http.HttpHeaders.createOptimized("X-SSE-Content-
CRITICAL…tive/common/providers/serialisers/PathBodyHandler.java17 return java.nio.file.Path.class.isAssignableFrom(type);
CRITICAL…/java/io/quarkus/runtime/logging/LogCleanupFilter.java32 if (record.getLevel().intValue() >= org.jboss.logmanager.Level.ERROR.intValue() && shutdownNotifier.shutdown) {
CRITICAL…/java/io/quarkus/runtime/logging/LogCleanupFilter.java51 if (filterElement.getTargetLevel().intValue() <= org.jboss.logmanager.Level.TRACE.intValue()) {
CRITICAL…/java/io/quarkus/deployment/pkg/steps/GraalVMTest.java288 io.quarkus.runtime.graal.GraalVM.Version v = io.quarkus.runtime.graal.GraalVM.Version.getCurrent();
CRITICAL…arkus/deployment/logging/LoggingResourceProcessor.java697 if (minLevel.intValue() >= org.jboss.logmanager.Level.INFO.intValue()) {
CRITICAL…arkus/deployment/logging/LoggingResourceProcessor.java702 } else if (minLevel.intValue() == org.jboss.logmanager.Level.DEBUG.intValue()) {
CRITICALintegration-tests/vertx/pom.xml37 <!-- Required by io.quarkus.it.vertx.JsonReaderTest.testJsonMappingUsingJackson() -->
CRITICAL…n-logging/src/main/java/org/acme/ProtectionDomain.java53 location = org.apache.commons.io.Charsets.class.getProtectionDomain().getCodeSource().getLocation();
CRITICAL…assic-2.x/src/main/java/org/acme/ProtectionDomain.java50 URL location = org.apache.commons.io.Charsets.class.getProtectionDomain().getCodeSource().getLocation();
CRITICAL…s/classic/src/main/java/org/acme/ProtectionDomain.java54 location = org.apache.commons.io.Charsets.class.getProtectionDomain().getCodeSource().getLocation();
CRITICAL…-with-log/src/main/java/org/acme/ProtectionDomain.java50 URL location = org.apache.commons.io.Charsets.class.getProtectionDomain().getCodeSource().getLocation();
CRITICAL…nly-build/src/main/java/org/acme/ProtectionDomain.java54 location = org.apache.commons.io.Charsets.class.getProtectionDomain().getCodeSource().getLocation();
CRITICAL…packaging/src/main/java/org/acme/ProtectionDomain.java54 location = org.apache.commons.io.Charsets.class.getProtectionDomain().getCodeSource().getLocation();
CRITICAL…t/java/io/quarkus/forkjoin/ForkJoinPoolAssertions.java39 if (classLoaderImplementationName.equals(io.quarkus.bootstrap.runner.RunnerClassLoader.class.getName
CRITICAL…java/com/example/reactive/ReactiveServiceTestBase.java29 Cancellable watch = client.watch(com.example.reactive.Test.Empty.getDefaultInstance())
CRITICAL…java/com/example/reactive/ReactiveServiceTestBase.java37 client.add(com.example.reactive.Test.Item.newBuilder().setText(text).build())
CRITICAL…/it/nat/test/profile/BuiltTimeValueChangeManualIT.java29 Assertions.fail("Expected to fail in io.quarkus.test.junit.NativeTestExtension.beforeEach(ExtensionContext)");
CRITICAL…t/nat/test/profile/BuiltTimeProfileChangeManualIT.java27 Assertions.fail("Expected to fail in io.quarkus.test.junit.NativeTestExtension.beforeEach(ExtensionContext)");
CRITICAL…src/test/java/io/quarkus/it/csrf/CsrfReactiveTest.java256 io.vertx.ext.web.client.WebClient vertxWebClient = io.vertx.ext.web.client.WebClient.create(vertx);
CRITICAL…src/test/java/io/quarkus/it/csrf/CsrfReactiveTest.java287 io.vertx.ext.web.client.WebClient vertxWebClient = io.vertx.ext.web.client.WebClient.create(vertx);
CRITICAL…src/test/java/io/quarkus/it/csrf/CsrfReactiveTest.java318 io.vertx.ext.web.client.WebClient vertxWebClient = io.vertx.ext.web.client.WebClient.create(vertx);
CRITICAL…n/src/main/java/io/quarkus/it/rest/ClientResource.java174 // The LoggingFilter should be programmatically registered in io.quarkus.it.rest.ClientProducer.init()
CRITICAL…n/src/main/java/io/quarkus/it/rest/ClientResource.java208 int level = org.jboss.resteasy.core.ResteasyContext.getContextDataLevelCount();
CRITICAL…ring/data/deployment/generate/DerivedMethodsAdder.java176 Expr sort = Const.ofNull(ClassDesc.of(io.quarkus.panache.common.Sort.class.getName()));
CRITICAL…/data/deployment/generate/CustomQueryMethodsAdder.java457 Expr sort = Const.ofNull(ClassDesc.of(io.quarkus.panache.common.Sort.class.getName()));
CRITICAL…java/io/quarkus/agroal/deployment/AgroalProcessor.java141 "META-INF/services/" + io.agroal.api.security.AgroalSecurityProvider.class.getName()));
CRITICAL…java/io/quarkus/agroal/deployment/AgroalProcessor.java147 io.agroal.pool.ConnectionHandler.class.getName(),
CRITICAL…java/io/quarkus/agroal/deployment/AgroalProcessor.java148 io.agroal.api.security.AgroalDefaultSecurityProvider.class.getName(),
CRITICAL…java/io/quarkus/agroal/deployment/AgroalProcessor.java149 io.agroal.api.security.AgroalKerberosSecurityProvider.class.getName(),
CRITICAL…/main/java/io/quarkus/vertx/runtime/VertxProducer.java43 return io.vertx.mutiny.core.Vertx.newInstance(vertx);
CRITICAL…n/java/io/quarkus/vertx/deployment/VertxProcessor.java263 .getAllKnownSubclasses(DotName.createSimple(io.smallrye.mutiny.vertx.core.AbstractVerticle.class.getName
CRITICAL…n/java/io/quarkus/vertx/deployment/VertxConstants.java15 static final DotName MESSAGE_HEADERS = DotName.createSimple(io.vertx.core.MultiMap.class.getName());
CRITICAL…n/java/io/quarkus/vertx/deployment/VertxConstants.java17 .createSimple(io.vertx.mutiny.core.eventbus.Message.class.getName());
CRITICAL…n/java/io/quarkus/vertx/deployment/VertxConstants.java18 static final DotName MUTINY_MESSAGE_HEADERS = DotName.createSimple(io.vertx.mutiny.core.MultiMap.class.getName());
CRITICAL…o/quarkus/vertx/deployment/EventBusCodecProcessor.java185 io.vertx.mutiny.core.buffer.Buffer.class.getName());
CRITICAL…va/io/quarkus/vertx/deployment/VertxJsonProcessor.java28 .produce(new RuntimeInitializedClassBuildItem(io.vertx.core.json.Json.class.getName()));
CRITICAL…va/io/quarkus/oidc/common/runtime/OidcCommonUtils.java260 .setValue(io.vertx.core.buffer.Buffer.buffer(trustStoreData))
CRITICAL…va/io/quarkus/oidc/common/runtime/OidcCommonUtils.java280 .setValue(io.vertx.core.buffer.Buffer.buffer(keyStoreData))
295 more matches not shown…
Over-Commented Block111 hits · 111 pts
SeverityFileLineSnippet
LOW…on/src/test/resources/dir/quarkus-update/core/3.0.yaml1#
LOW…on/src/test/resources/dir/quarkus-update/core/3.0.yaml1021 oldArtifactId: keycloak-admin-client
LOW…update/org.apache.camel.quarkus/camel-quarkus/3.0.yaml1#
LOW…quarkus/bootstrap/classloading/QuarkusClassLoader.java261
LOW…or/src/main/java/io/quarkus/arc/processor/Methods.java241
LOW…/main/java/io/quarkus/arc/processor/BeanGenerator.java881 // if there's no `@PostConstruct` interceptor, we'll generate code to invoke `@PostConstruct` callbacks
LOW…o/quarkus/arc/processor/ContextInstancesGenerator.java281 Map<String, MethodDesc> removeMethodsByBean = new HashMap<>();
LOW…s/arc/test/interceptors/limits/SubclassLimitsTest.java21 @Test
LOW…steasy/reactive/server/injection/ContextProducers.java81 // }
LOW…ent/impl/multipart/PausableHttpPostRequestEncoder.java641 // change Internal (size()-2 position in multipartHttpDatas)
LOW…nt/impl/multipart/QuarkusMultipartResponseDecoder.java521 // Content-type: multipart/form-data, boundary=AaB03x
LOW…kus/runtime/graal/Target_javax_net_ssl_SSLContext.java41 // @Substitute
LOW…kus/runtime/graal/Target_javax_net_ssl_SSLContext.java61 // return (Target_javax_net_ssl_SSLContext) (Object) getDefault();
LOW…quarkus/deployment/recording/BytecodeRecorderImpl.java461 //the simple approach of just writing out the serialized invocations and method parameters as they are needed
LOW…in/java/io/quarkus/deployment/dev/QuarkusCompiler.java121 String s = file.getAbsolutePath();
LOW…c/test/java/io/quarkus/it/opentelemetry/MetricsIT.java21 // new MetricToAssert("jvm.memory.used", "Measure of memory used.", "By", LONG_SUM),
LOW…c/test/java/io/quarkus/it/opentelemetry/MetricsIT.java41 "Number of processors available to the Java virtual machine.", "{cpu}", LONG_SUM),
LOW…ime_src_main_resources_META-INF_quarkus-extension.yaml1name: My Ext
LOW…ime_src_main_resources_META-INF_quarkus-extension.yaml1name: My Ext
LOW…ime/src/main/resources/META-INF/quarkus-extension.yaml1name: Acme Codegen
LOW…/java/io/quarkus/it/panache/reactive/TestEndpoint.java481 assertFalse(deleted);
LOW…/src/test/java/io/quarkus/compressors/it/Testflow.java61 // -----------
LOW…e-project/common/src/main/resources/test-resources.txt1#
LOW…ject/application/src/test/resources/test-resources.txt1#
LOW…OpenshiftWithDeploymentResourceAndLocalLookupTest.java21import io.quarkus.test.QuarkusProdModeTest;
LOW…/quarkus/it/jaxb/mapper/codegen/feed/package-info.java1//
LOW…ain/src/main/java/io/quarkus/it/rest/TestResource.java361 // @org.jboss.resteasy.annotations.jaxrs.PathParam
LOW…ain/src/main/java/io/quarkus/it/rest/TestResource.java381 // }
LOW…ain/src/main/java/io/quarkus/it/rest/TestResource.java401 // }
LOW…/io/quarkus/it/keycloak/OidcJwksRequestCustomizer.java21 OidcConfigurationMetadata metadata = contextProps.get(OidcConfigurationMetadata.class.getName());
LOWdocs/.vale.ini1# Vale configuration file.
LOWdocs/sync-web-site.sh1#!/usr/bin/env bash
LOWdocs/src/main/resources/theme/default-theme.yml21 margin_inner: 0.75in
LOWdocs/src/main/resources/theme/quarkus-theme.yml41 #font_color: [0, 0, 0, 0.92]
LOWdocs/src/main/resources/theme/quarkus-theme.yml281# vertical_align: middle
LOWdocs/src/main/asciidoc/mallocstacks.py1#!/usr/bin/python
LOW…ava/io/quarkus/cache/redis/runtime/RedisCacheImpl.java141 @Override
LOW…uarkus/cache/redis/deployment/NamedRedisCacheTest.java61 // STEP 4
LOW…/main/java/io/quarkus/jlink/deployment/JLinkSteps.java161 // access to module internals
LOW…pe/src/main/resources/archetype-resources/sam.jvm.yaml1#set($resourceName = $artifactId)
LOW…src/main/resources/archetype-resources/sam.native.yaml1#set($resourceName = $artifactId)
LOW…o/quarkus/spring/data/deployment/MethodNameParser.java741 return DotNames.HIBERNATE_PROVIDED_BASIC_TYPES.contains(dotName);
LOW…lttolerance/deployment/FaultToleranceMethodSearch.java21import org.jboss.jandex.TypeVariable;
LOW…uarkus/agroal/runtime/QuarkusNettyConnectionCache.java41 // hold references to `ConnectionHandler` objects.
LOW…xt/test/telemetry/MicrometerWebSocketsOnErrorTest.java121 // assert no client exception collected as metric
LOW…/java/io/quarkus/cache/test/runtime/NoOpCacheTest.java61 // Expected effect: method invoked and result not cached.
LOW…/cache/test/runtime/CompletionStageReturnTypeTest.java41 // Action: a method annotated with @CacheResult and returning a CompletableFuture is called.
LOW…s/cache/test/runtime/MultipleCacheAnnotationsTest.java41 // Verified by: different objects references between STEPS 1 and 2 results.
LOW…s/cache/test/runtime/MultipleCacheAnnotationsTest.java61 String value5 = cachedService.cachedMethod2(KEY);
LOW…s/cache/test/runtime/MultipleCacheAnnotationsTest.java81 // Expected effect: method invoked because of STEP 6 and result cached into `cache2`.
LOW…ava/io/quarkus/cache/test/runtime/SharedCacheTest.java41 // Action: same call as STEP 1.
LOW…kus/cache/test/runtime/ImplicitSimpleKeyCacheTest.java41 // Expected effect: method not invoked and result coming from the cache.
LOW…kus/cache/test/runtime/ImplicitSimpleKeyCacheTest.java61 // Expected effect: method invoked because of STEP 4 and result cached.
LOW…/cache/test/runtime/ImplicitCompositeKeyCacheTest.java41 // STEP 2
LOW…/cache/test/runtime/ImplicitCompositeKeyCacheTest.java61
LOW…/cache/test/runtime/ImplicitCompositeKeyCacheTest.java81
LOW…io/quarkus/cache/test/runtime/DefaultKeyCacheTest.java41 // Verified by: same object reference between STEPS 1 and 2 results.
LOW…io/quarkus/cache/test/runtime/DefaultKeyCacheTest.java61 // Verified by: different objects references between STEPS 2 and 5 results.
LOW…/cache/test/runtime/ExplicitCompositeKeyCacheTest.java41 // In most of the cached service methods calls below, a changing third argument will be passed to the methods.
LOW…/cache/test/runtime/ExplicitCompositeKeyCacheTest.java61 String value3 = cachedService.cachedMethod(KEY_1_ELEMENT_1, new BigDecimal(789), new Object());
51 more matches not shown…
Fake / Example Data64 hits · 73 pts
SeverityFileLineSnippet
LOW…asy-reactive/server/vertx/src/test/resources/lorem.txt1Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliq
LOW…asy-reactive/server/vertx/src/test/resources/lorem.txt1Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliq
LOW…ver/vertx/test/resource/basic/GenericResourceTest.java72 //proxy.put(2, new GenericResourceStudent("John Doe"));
LOW…ver/vertx/test/resource/basic/GenericResourceTest.java73 //Assertions.assertTrue(proxy.get(2).getName().equals("John Doe"));
LOW…quibase-mongodb/src/main/resources/liquibase/users.xml18 <ext:document>{"name":"John Doe", "email": "john.doe@example.com"}</ext:document>
LOW…on-tests/spring-data-jpa/src/main/resources/import.sql95INSERT INTO Father (id, name, detail, age, test) VALUES (1, 'John Doe', 'Graphic designer and enjoys cooking', 40, 75.5)
LOW…maven/src/test/java/io/quarkus/maven/it/DevMojoIT.java899 "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
LOW…maven/src/test/java/io/quarkus/maven/it/DevMojoIT.java899 "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
LOW…maven/src/test/java/io/quarkus/maven/it/DevMojoIT.java904 .until(() -> devModeClient.getHttpResponse("/lorem.txt").contains("Lorem ipsum"));
LOW…va/io/quarkus/maven/it/AuxiliaryTestsForDevMojoIT.java34 "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
LOW…va/io/quarkus/maven/it/AuxiliaryTestsForDevMojoIT.java34 "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
LOW…va/io/quarkus/maven/it/AuxiliaryTestsForDevMojoIT.java38 .until(() -> devModeClient.getHttpResponse("/lorem.txt"), containsString("Lorem ipsum"));
LOW…src/test/java/io/quarkus/maven/it/RemoteDevMojoIT.java159 "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
LOW…src/test/java/io/quarkus/maven/it/RemoteDevMojoIT.java159 "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
LOW…src/test/java/io/quarkus/maven/it/RemoteDevMojoIT.java164 .until(() -> devModeClient.getHttpResponse("/lorem.txt").contains("Lorem ipsum"));
LOW…java/io/quarkus/compressors/it/CompressedResource.java17 public static final String TEXT = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor "
LOW…java/io/quarkus/compressors/it/CompressedResource.java17 public static final String TEXT = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor "
LOW…java/io/quarkus/compressors/it/CompressedResource.java31 + "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus interdum erat ligula, eget consectetur
LOW…java/io/quarkus/compressors/it/CompressedResource.java31 + "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus interdum erat ligula, eget consectetur
LOW…ler/src/test/java/io/quarkus/it/mailer/MailerTest.java173 assertThat(new String(attachment.binary)).contains("Lorem ipsum dolor sit amet");
LOW…ler/src/test/java/io/quarkus/it/mailer/MailerTest.java173 assertThat(new String(attachment.binary)).contains("Lorem ipsum dolor sit amet");
LOW…mailer/src/main/resources/META-INF/resources/lorem.txt1Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliq
LOW…mailer/src/main/resources/META-INF/resources/lorem.txt1Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliq
LOW…rc/test/java/io/quarkus/it/main/ValidatorTestCase.java60 .add("email", "test@test.com")
LOW…ata-jpa/deployment/src/test/resources/import_users.sql1INSERT INTO user_(userid, fullname, logincounter, active) VALUES ('JOHN', 'John Doe', 0, true);
LOW…ring-data-jpa/deployment/src/test/resources/users1.sql1INSERT INTO user_(userid, fullname, logincounter, active) VALUES ('JOHN', 'John Doe', 0, true);
LOW…ring-data-jpa/deployment/src/test/resources/users2.sql1INSERT INTO user_(userid, fullname, logincounter, active) VALUES ('JANE', 'Jane Doe', 1, true);
LOW…ta/deployment/ModifyingQueryWithFlushAndClearTest.java97 User user = repo.getUserByFullNameUsingNamedQuery("John Doe");
LOW…ta/deployment/ModifyingQueryWithFlushAndClearTest.java104 User user = repo.getUserByFullNameUsingNamedQueries("John Doe");
LOW…t/ModifyingQueryWithFlushAndClearUsingDataSqlTest.java94 User user = repo.getUserByFullNameUsingNamedQuery("John Doe");
LOW…t/ModifyingQueryWithFlushAndClearUsingDataSqlTest.java101 User user = repo.getUserByFullNameUsingNamedQueries("John Doe");
LOW…tensions/vertx/deployment/src/test/resources/lorem.txt1Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
LOW…tensions/vertx/deployment/src/test/resources/lorem.txt1Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
LOW…xt/test/telemetry/AbstractWebSocketsOnMessageTest.java238 sentMessages = new String[] { "Lorem ipsum dolor sit amet", "consectetur adipiscing elit",
LOW…xt/test/telemetry/AbstractWebSocketsOnMessageTest.java238 sentMessages = new String[] { "Lorem ipsum dolor sit amet", "consectetur adipiscing elit",
LOW…quarkus/devservices/oidc/OidcDevServicesProcessor.java587 * "preferred_username": "user@example.com",
LOW…quarkus/devservices/oidc/OidcDevServicesProcessor.java589 * "email": "user@example.com",
LOW…c/test/java/io/quarkus/vertx/http/CompressionTest.java26 public static final String TEXT = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor "
LOW…c/test/java/io/quarkus/vertx/http/CompressionTest.java26 public static final String TEXT = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor "
LOW…c/test/java/io/quarkus/vertx/http/CompressionTest.java32 "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et " +
LOW…c/test/java/io/quarkus/vertx/http/CompressionTest.java32 "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et " +
LOW…assic/resteasy/deployment/src/test/resources/lorem.txt1Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliq
LOW…assic/resteasy/deployment/src/test/resources/lorem.txt1Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliq
LOW…ions/mailer/runtime/src/test/resources/lorem-ipsum.txt5dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora
LOW…ions/mailer/runtime/src/test/resources/lorem-ipsum.txt5dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora
LOW…me/src/test/java/io/quarkus/mailer/AttachmentTest.java28 private static final String DESCRIPTION = "my lorem ipsum";
LOW…/runtime/src/test/java/io/quarkus/mailer/MailTest.java21 private static final String DESCRIPTION = "my lorem ipsum";
LOW…va/io/quarkus/redis/datasource/SearchCommandsTest.java76 hash.hset("c", Map.of("foo", "bonjour monde", "bar", "4", "test", "lorem ipsum", "p", "c"));
LOW…va/io/quarkus/redis/datasource/SearchCommandsTest.java110 assertThat(d.property("test").asString()).isEqualTo("lorem ipsum");
LOW…va/io/quarkus/redis/datasource/SearchCommandsTest.java130 assertThat(d.property("test").asString()).isEqualTo("lorem ipsum");
LOW…va/io/quarkus/redis/datasource/SearchCommandsTest.java150 assertThat(d.property("test").asString()).isEqualTo("lorem ipsum");
LOW…va/io/quarkus/redis/datasource/SearchCommandsTest.java186 // > HSET doc:1 title "hello world" body "lorem ipsum" url "http://redis.io"
LOW…va/io/quarkus/redis/datasource/SearchCommandsTest.java187 hash.hset("doc:1", Map.of("title", "hello world", "body", "lorem ipsum", "url", "https://redis.io"));
LOW…va/io/quarkus/redis/datasource/SearchCommandsTest.java192 assertThat(result.documents().get(0).property("body").asString()).isEqualTo("lorem ipsum");
LOW…ve/rest-client/deployment/src/test/resources/lorem.txt1Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliq
LOW…ve/rest-client/deployment/src/test/resources/lorem.txt1Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliq
LOW…us/rest/client/reactive/kotlin/test/PrettyPrintTest.kt27 assertThat(json.encodeToString(TestObject("John Doe")))
LOW…us/rest/client/reactive/kotlin/test/PrettyPrintTest.kt30 "name": "John Doe"
LOW…-reactive/rest/deployment/src/test/resources/lorem.txt1Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliq
LOW…-reactive/rest/deployment/src/test/resources/lorem.txt1Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliq
4 more matches not shown…
Cross-File Repetition12 hits · 60 pts
SeverityFileLineSnippet
HIGH…n/src/test/kotlin/io/quarkus/it/kotser/ResourceTest.kt0[{"$namefield":"jim halpert","$defaulted":"hi there!"}]
HIGH…n/src/test/kotlin/io/quarkus/it/kotser/ResourceTest.kt0[{"$namefield":"jim halpert","$defaulted":"hi there!"}]
HIGH…n/src/test/kotlin/io/quarkus/it/kotser/ResourceTest.kt0[{"$namefield":"jim halpert","$defaulted":"hi there!"}]
HIGH…n/src/test/kotlin/io/quarkus/it/kotser/ResourceTest.kt0{"$namefield":"jim halpert","$defaulted":"hi there!"}
HIGH…n/src/test/kotlin/io/quarkus/it/kotser/ResourceTest.kt0{"$namefield":"jim halpert","$defaulted":"hi there!"}
HIGH…n/src/test/kotlin/io/quarkus/it/kotser/ResourceTest.kt0{"$namefield":"jim halpert","$defaulted":"hi there!"}
HIGH…/src/test/java/io/quarkus/devui/devmcp/DevMcpTest.java0{ "jsonrpc": "2.0", "id": 1, "method": "initialize", "params": { "protocolversion": "2025-03-26", "capabilities": {}, "c
HIGH…/java/io/quarkus/devui/devmcp/DevMcpTestToolsTest.java0{ "jsonrpc": "2.0", "id": 1, "method": "initialize", "params": { "protocolversion": "2025-03-26", "capabilities": {}, "c
HIGH…/java/io/quarkus/devui/devmcp/DevMcpTestToolsTest.java0{ "jsonrpc": "2.0", "id": 1, "method": "initialize", "params": { "protocolversion": "2025-03-26", "capabilities": {}, "c
HIGH…/tls/TrustStoreWithMissingCredentialsProviderTest.java0quarkus.tls.foo.trust-store.p12.path=target/certs/test-credentials-provider-truststore.p12 quarkus.tls.foo.trust-store.c
HIGH…tls/NamedP12TrustStoreWithCredentialsProviderTest.java0quarkus.tls.foo.trust-store.p12.path=target/certs/test-credentials-provider-truststore.p12 quarkus.tls.foo.trust-store.c
HIGH…s/TrustStoreWithMissingKeyCredentialsProviderTest.java0quarkus.tls.foo.trust-store.p12.path=target/certs/test-credentials-provider-truststore.p12 quarkus.tls.foo.trust-store.c
AI Slop Vocabulary19 hits · 52 pts
SeverityFileLineSnippet
MEDIUM…ore/src/main/java/io/quarkus/qute/IfSectionHelper.java600 // The algorithm used is not very robust and should be improved later
MEDIUM…ent/pkg/steps/JvmStartupOptimizerArchiveBuildStep.java249 // the idea here is to use 'docker run -v ... java ...' in order to utilize the JVM of the builder image to
MEDIUM…c/main/java/io/quarkus/it/kafka/KafkaAdminManager.java65 // It would be nice to have a more robust check, but hopefully this fragile check is good enough
MEDIUM…ava/io/quarkus/modular/deployment/ModularitySteps.java716 // and/or which need to utilize `AddDependencyBuildItem` but do not yet.
MEDIUM…quarkus/security/spi/SecurityTransformerBuildItem.java81 // this is cached because the annotation overlay has some cache which we can leverage
MEDIUM…quarkus/security/spi/SecurityTransformerBuildItem.java460 // directly by the index, we leverage annotation transformations and find not indexed secured methods
MEDIUM…rc/main/java/io/quarkus/qute/deployment/TypeInfos.java65 // TODO make the parsing logic more robust
MEDIUM…t/registry/ReactiveHibernateInitiatorListProvider.java62 // Definitely exclusive to Hibernate Reactive, as it marks the registry as Reactive:
MEDIUM…t/registry/ReactiveHibernateInitiatorListProvider.java127 // Custom Quarkus implementation: overrides the internal cache to leverage Caffeine
MEDIUM…istry/PreconfiguredReactiveServiceRegistryBuilder.java158 // Definitely exclusive to Hibernate Reactive, as it marks the registry as Reactive:
MEDIUM…istry/PreconfiguredReactiveServiceRegistryBuilder.java253 // Custom Quarkus implementation: overrides the internal cache to leverage Caffeine
MEDIUM…boot/registry/PreconfiguredServiceRegistryBuilder.java251 // Custom Quarkus implementation: overrides the internal cache to leverage Caffeine
MEDIUM…service/StandardHibernateORMInitiatorListProvider.java113 // Custom Quarkus implementation: overrides the internal cache to leverage Caffeine
MEDIUM…/io/quarkus/arc/deployment/SyntheticBeanBuildItem.java163 * Use {@link #createWith(Function)} if you want to leverage build-time parameters or synthetic injection points
MEDIUM…/io/quarkus/arc/deployment/SyntheticBeanBuildItem.java179 * Use {@link #createWith(Function)} if you want to leverage build-time parameters or synthetic injection points
MEDIUM…/io/quarkus/arc/deployment/SyntheticBeanBuildItem.java212 * Use {@link #createWith(Function)} if you want to leverage build-time parameters or synthetic injection points
LOW.github/workflows/podman-build.yml122 # The PR defines a clear merge target so just use that branch for reference, *unless*:
LOW.github/workflows/ci-actions-incremental.yml417 # The PR defines a clear merge target so just use that branch for reference, *unless*:
LOW.github/workflows/native-it-selected-graalvm.yml135 # The PR defines a clear merge target so just use that branch for reference, *unless*:
Verbosity Indicators27 hits · 46 pts
SeverityFileLineSnippet
LOW…rc/main/java/io/quarkus/arc/processor/BuiltinBean.java310 // declared on the field (hence we need to check if their classes are available)
LOW…vices/continuoustesting/it/DevServicesDevModeTest.java96 // Step 1: Ensure we have a dev service running
LOW…vices/continuoustesting/it/DevServicesDevModeTest.java104 // Step 2: Make a change that should affect dev services
LOW…vices/continuoustesting/it/DevServicesDevModeTest.java123 // Step 3: Now change back to a random port, which should cause a new container to spawn
LOW…vices/continuoustesting/it/DevServicesDevModeTest.java137 // Step 4: Now make a change that should not affect dev services
LOW…vices/continuoustesting/it/DevServicesDevModeTest.java150 // Step 5: Now make a change that should not affect dev services, but is not the same as the previous change
LOW…it/kafka/continuoustesting/DevServicesDevModeTest.java112 // Step 1: Ensure we have a dev service running
LOW…it/kafka/continuoustesting/DevServicesDevModeTest.java121 // Step 2: Make a change that should affect dev services
LOW…it/kafka/continuoustesting/DevServicesDevModeTest.java140 // Step 3: Now change back to a random port, which should cause a new container to spawn
LOW…it/kafka/continuoustesting/DevServicesDevModeTest.java154 // Step 4: Now make a change that should not affect dev services
LOW…it/kafka/continuoustesting/DevServicesDevModeTest.java167 // Step 5: Now make a change that should not affect dev services, but is not the same as the previous change
LOW…ntime/supports/blocking/BlockingServerInterceptor.java151 // We need to check if the method is annotated with @Blocking.
LOW…va/io/quarkus/grpc/deployment/GrpcServerProcessor.java427 // We need to check if the service implementation extends the generated Mutiny interface
LOW…internal/http/rest/reactive/ReactiveServerFilters.java37 * If there was a failure, we need to check if the start event was not committed
LOW…rc/main/resources/dev-ui/qwc/qwc-continuous-testing.js338 // Step 0: two strings with the last char differing by 1 should render to totally different colors
LOW…rc/main/resources/dev-ui/qwc/qwc-continuous-testing.js340 // Step 1: Convert the string to a numeric hash value
LOW…rc/main/resources/dev-ui/qwc/qwc-continuous-testing.js346 // Step 2: Convert the numeric hash value to a hex color code
LOW…untime/customized/JsonFormatterCustomizationCheck.java65 // - io.quarkus.jackson.customizer.RegisterSerializersAndDeserializersCustomizer --- this one ... Do w
LOW…untime/customized/JsonFormatterCustomizationCheck.java132 // - io.quarkus.jsonb.customizer.RegisterSerializersAndDeserializersCustomizer --- this one ... Do we need
LOW…/io/quarkus/kubernetes/deployment/EnvVarValidator.java39 // if the type doesn't allow multiple definitions, we need to check if we're adding a "compatibl
LOW…rc/main/java/io/quarkus/gradle/tasks/QuarkusBuild.java263 // The following code block removes the non-modified jars.
LOW.github/filter-integration-tests-json.sh36# Step 0: print unfiltered json and exit in case the parameter is '_all_' (full build) or print nothing if empty (no cha
LOW.github/filter-integration-tests-json.sh47# Step 1: build an expression for grep that will only extract the given modules from each "test-modules" list,
LOW.github/filter-integration-tests-json.sh56# Step 2: apply the filter expression via grep to each "test-modules" list and replace each original list with the filte
LOW.github/filter-integration-tests-json.sh66# Step 3: delete entire elements from "include" array that now have an empty "test-modules" list
LOW.github/filter-integration-tests-json.sh69# Step 4: echo final result, printing only {} in case _all_ elements were removed from "include" array
LOW.github/filter-jvm-tests-json.sh35# Step 0: print unfiltered json and exit in case the parameter is '_all_' (full build) or print nothing if empty (no cha
Slop Phrases9 hits · 16 pts
SeverityFileLineSnippet
LOW…or/src/main/java/io/quarkus/arc/processor/Methods.java391 * Don't forget to call {@link SubclassSkipPredicate#startProcessing(ClassInfo, ClassInfo)} before the methods are p
LOW…ext/deployment/config/WebSocketsServerBuildConfig.java33 * that is supported (don't forget to configure the 'quarkus.websockets-next.server.supported-subprotocols' property
MEDIUM…us/devservices/keycloak/KeycloakDevServicesConfig.java128 * Note, if you also have to customize a Keycloak {@link #startCommand()}, you can use
LOW…ime/tenant/HibernateMultiTenantConnectionProvider.java82 // TODO when we switch to the non-legacy method, don't forget to update the definition of the default bean
LOW…us/kubernetes/deployment/BaseAddResourceDecorator.java171 * Updates the metadata for the builder as required. Don't forget to call {@code endMetadata()} on the returned valu
MEDIUM…/src/main/java/io/quarkus/maven/CreateProjectMojo.java140 * By default, the {@link #projectGroupId} is used as package for generated classes (you can also use {@link #packag
LOW.github/workflows/jdk-early-access-build.yml17 # make sure to keep the matrix entries (see below) in sync!
LOW.github/workflows/jdk-early-access-build.yml22 # make sure to keep the matrix entries (see below) in sync!
LOW.github/workflows/jdk-early-access-build.yml42 # When adding a newer JDK here, make sure to update the defaults of workflow_dispatch inputs (see top of this file
Hyper-Verbose Identifiers16 hits · 16 pts
SeverityFileLineSnippet
LOW…resteasy/reactive/server/handlers/ResponseHandler.java28public class ResponseHandler implements ServerRestHandler {
LOW…ve/server/handlers/CompletionStageResponseHandler.java11public class CompletionStageResponseHandler extends AbstractCancellableServerRestHandler {
LOW…teasy/reactive/server/handlers/UniResponseHandler.java12public class UniResponseHandler extends AbstractCancellableServerRestHandler {
LOW…reactive/server/handlers/PublisherResponseHandler.java36public class PublisherResponseHandler implements ServerRestHandler {
LOW…reactive/client/handlers/ClientSendRequestHandler.java71public class ClientSendRequestHandler implements ClientRestHandler {
LOW…/main/java/io/quarkus/runtime/TemplateHtmlBuilder.java35 function showDefaultStackTraceOrder() {
LOW…ntime/bindings/knative/events/VertxRequestHandler.java59public class VertxRequestHandler implements Handler<RoutingContext> {
LOW…s/funqy/runtime/bindings/http/VertxRequestHandler.java31public class VertxRequestHandler implements Handler<RoutingContext> {
LOW…a/io/quarkus/amazon/lambda/http/LambdaHttpHandler.java80 private class NettyResponseHandler implements VirtualResponseHandler {
LOW…kus/azure/functions/resteasy/runtime/BaseFunction.java88 private static class ResponseHandler implements VirtualResponseHandler {
LOW…us/rest/data/panache/deployment/RestDataProcessor.java30public class RestDataProcessor {
LOW…rtx/http/runtime/options/HttpServerCommonHandlers.java219 private static abstract class ProxyHttpServerRequestHandler implements Handler<HttpServerRequest> {
LOW…a/io/quarkus/amazon/lambda/http/LambdaHttpHandler.java71 private class NettyResponseHandler implements VirtualResponseHandler {
LOW…s/resteasy/runtime/standalone/VertxRequestHandler.java45public class VertxRequestHandler implements Handler<RoutingContext> {
LOW…io/quarkus/gcp/functions/http/QuarkusHttpFunction.java129 private static class ResponseHandler implements VirtualResponseHandler {
LOW…lambda/deployment/testing/LambdaWithHierarchyTest.java67 public static abstract class AbstractRequestHandler<T, R> implements RequestHandler<T, R> {
Decorative Section Separators2 hits · 6 pts
SeverityFileLineSnippet
MEDIUM…rc/main/java/io/quarkus/maven/AggregateSkillsMojo.java285 // ── Jandex scanning for @JsonRpcDescription methods ──────────────────────
MEDIUMdocs/.vale.ini8# -------------------
Cross-Language Confusion (JS/TS)1 hit · 5 pts
SeverityFileLineSnippet
HIGH…src/main/resources/policies/body-claim-based-policy.js2print(context.getAttributes().toMap());
Self-Referential Comments1 hit · 3 pts
SeverityFileLineSnippet
MEDIUM.github/workflows/ci-sanity-check.yml1# Create the CI Sanity Check entry even when we only have ignored files
Unused Imports2 hits · 2 pts
SeverityFileLineSnippet
LOWdocs/src/main/asciidoc/mallocstacks.py21
LOWdocs/src/main/asciidoc/mallocstacks.py24