Getting Started with Spring Boot 3:
1387 matches across 17 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| CRITICAL | …ava/com/gateway/security/DomainUserDetailsService.java | 61 | return new org.springframework.security.core.userdetails.User(user.getLogin(), user.getPassword(), grantedAuthor |
| CRITICAL | …ldung/jhipster8/security/DomainUserDetailsService.java | 60 | return new org.springframework.security.core.userdetails.User(user.getLogin(), user.getPassword(), grantedAuthor |
| CRITICAL | …/src/main/java/com/baeldung/jwt/AuthenticationApi.java | 47 | @io.swagger.v3.oas.annotations.parameters.RequestBody(content = @io.swagger.v3.oas.annotations.media.Content(mediaTy |
| CRITICAL | …/com/baeldung/springdoc/controller/BookController.java | 92 | public Book createBook(@io.swagger.v3.oas.annotations.parameters.RequestBody( |
| CRITICAL | …aeldung/springdoc/tagorderexample/BooksController.java | 31 | @io.swagger.v3.oas.annotations.parameters.RequestBody(required = true) |
| CRITICAL | …ldung/springdoc/tagorderexample/BooksController_2.java | 38 | @io.swagger.v3.oas.annotations.parameters.RequestBody(required = true) |
| CRITICAL | …g/apache/avro/SerializeAndDeserializeDateUnitTest.java | 129 | Conversion<LocalDate> dateConversion = new org.apache.avro.data.TimeConversions.DateConversion(); |
| CRITICAL | …g/apache/avro/SerializeAndDeserializeDateUnitTest.java | 133 | Conversion<Instant> timestampConversion = new org.apache.avro.data.TimeConversions.TimestampMillisConversion(); |
| CRITICAL | …java/com/baeldung/reactive/concurrency/Controller.java | 70 | .observeOn(io.reactivex.rxjava3.schedulers.Schedulers.trampoline()) |
| CRITICAL | …a/com/baeldung/serialization/protocols/UserProtos.java | 117 | return com.baeldung.serialization.protocols.UserProtos.internal_static_protobuf_User_fieldAccessorTable.ensu |
| CRITICAL | …a/com/baeldung/serialization/protocols/UserProtos.java | 332 | return com.baeldung.serialization.protocols.UserProtos.internal_static_protobuf_User_fieldAccessorTable. |
| CRITICAL | …a/com/baeldung/serialization/protocols/UserProtos.java | 336 | // Construct using com.baeldung.serialization.compare.UserProtos.User.newBuilder() |
| CRITICAL | …a/com/baeldung/serialization/protocols/UserProtos.java | 368 | return com.baeldung.serialization.protocols.UserProtos.User.getDefaultInstance(); |
| CRITICAL | …a/com/baeldung/serialization/protocols/UserProtos.java | 382 | com.baeldung.serialization.protocols.UserProtos.User result = new com.baeldung.serialization.protocols.U |
| CRITICAL | …a/com/baeldung/serialization/protocols/UserProtos.java | 430 | if (other == com.baeldung.serialization.protocols.UserProtos.User.getDefaultInstance()) |
| CRITICAL | …a/com/baeldung/serialization/protocols/UserProtos.java | 591 | DEFAULT_INSTANCE = new com.baeldung.serialization.protocols.UserProtos.User(); |
| CRITICAL | …a/com/baeldung/serialization/protocols/UserProtos.java | 630 | descriptor = com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(descriptorData, new c |
| CRITICAL | …est/java/com/baeldung/base64/EncodeDecodeUnitTest.java | 68 | byte[] encoded = org.apache.commons.codec.binary.Base64.encodeBase64(inFileBytes); |
| CRITICAL | …est/java/com/baeldung/base64/EncodeDecodeUnitTest.java | 70 | byte[] decoded = org.apache.commons.codec.binary.Base64.decodeBase64(encoded); |
| CRITICAL | …m/baeldung/springaop/unittest/ExecutionTimeAspect.java | 16 | @Around("execution(* com.baeldung.springaop.unittest.ArraySorting.sort(..))") |
| CRITICAL | …baeldung/assertregexmatch/AssetRegexMatchUnitTest.java | 32 | org.assertj.core.api.Assertions.assertThat("Linux at Baeldung").matches(".* at Baeldung$"); |
| CRITICAL | …baeldung/assertregexmatch/AssetRegexMatchUnitTest.java | 33 | org.assertj.core.api.Assertions.assertThat("something unrelated").doesNotMatch(".* at Baeldung$"); |
| CRITICAL | …aeldung/restassured/RestAssuredXMLIntegrationTest.java | 35 | stubFor(com.github.tomakehurst.wiremock.client.WireMock.post(urlEqualTo(EVENTS_PATH)) |
| CRITICAL | …/baeldung/restassured/RestAssured2IntegrationTest.java | 36 | stubFor(com.github.tomakehurst.wiremock.client.WireMock.get(urlEqualTo(ODDS_PATH)) |
| CRITICAL | …eldung/restassured/RestAssuredXML2IntegrationTest.java | 33 | stubFor(com.github.tomakehurst.wiremock.client.WireMock.get(urlEqualTo(EVENTS_PATH)) |
| CRITICAL | …m/baeldung/restassured/RestAssuredIntegrationTest.java | 35 | stubFor(com.github.tomakehurst.wiremock.client.WireMock.get(urlEqualTo(EVENTS_PATH)) |
| CRITICAL | …ng/assertj/custom/AssertJCustomAssertionsUnitTest.java | 28 | org.assertj.core.api.Assertions.assertThat(e).hasMessage("Expected person to be adult"); |
| CRITICAL | …ng/assertj/custom/AssertJCustomAssertionsUnitTest.java | 41 | org.assertj.core.api.Assertions.assertThat(e).hasMessage("Expected person to have nickname John"); |
| CRITICAL | …/baeldung/restassured/RestAssured2IntegrationTest.java | 36 | stubFor(com.github.tomakehurst.wiremock.client.WireMock.get(urlEqualTo(EVENTS_PATH)) |
| CRITICAL | …m/baeldung/restassured/RestAssuredIntegrationTest.java | 33 | stubFor(com.github.tomakehurst.wiremock.client.WireMock.get(urlEqualTo(EVENTS_PATH)) |
| CRITICAL | …meter-2/test-plans/outcome/content/js/jquery-ui.min.js | 6 | (function(t){"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)})(function(t){function e(t){for(var e= |
| CRITICAL | …va/com/baeldung/monkey/patching/aop/LoggingAspect.java | 13 | @Before("execution(* com.baeldung.monkey.patching.converter.MoneyConverter.convertEURtoUSD(..))") |
| CRITICAL | …va/com/baeldung/monkey/patching/aop/LoggingAspect.java | 18 | @After("execution(* com.baeldung.monkey.patching.converter.MoneyConverter.convertEURtoUSD(..))") |
| CRITICAL | …om/baeldung/nullconversion/NullConversionUnitTest.java | 97 | String actual = com.google.common.base.Optional.fromNullable(givenValue).or(defaultValue); |
| CRITICAL | …ldung/jhipster6/security/DomainUserDetailsService.java | 59 | return new org.springframework.security.core.userdetails.User(user.getLogin(), |
| CRITICAL | …ldung/filetofrombytearray/FileToByteArrayUnitTest.java | 58 | byte[] byteArray = com.google.common.io.Files.toByteArray(new File(FILE_NAME)); |
| CRITICAL | …c/test/java/com/baeldung/java/md5/JavaMD5UnitTest.java | 61 | HashCode hash = com.google.common.io.Files.hash(new File(filename), Hashing.md5()); |
| CRITICAL | …/test/java/com/baeldung/classloader/ForkedService.java | 31 | var cache = com.google.common.cache.CacheBuilder.newBuilder() |
| CRITICAL | …om/baeldung/orelseoptional/OrElseOptionalUnitTest.java | 66 | // com.google.common.base.Optional<String> stringOptional = com.google.common.base.Optional.of(name); |
| CRITICAL | …om/baeldung/orelseoptional/OrElseOptionalUnitTest.java | 72 | // assertEquals(com.google.common.base.Optional.of("Name not provided"), OptionalUtils.getOptionalGuavaName(com.g |
| CRITICAL | …in/java/com/baeldung/orelseoptional/OptionalUtils.java | 24 | return com.google.common.base.Optional.of("Name not provided"); |
| CRITICAL | …om/baeldung/writebytearray/WriteByteArrayUnitTest.java | 51 | com.google.common.io.Files.write(dataForWriting, outputFile); |
| CRITICAL | …om/baeldung/writebytearray/WriteByteArrayUnitTest.java | 58 | ByteSink byteSink = com.google.common.io.Files.asByteSink(outputFile); |
| CRITICAL | …/test/java/com/baeldung/rename/RenameFileUnitTest.java | 54 | com.google.common.io.Files.move(fileToMove, targetFile); |
| CRITICAL | …est/java/com/baeldung/size/JavaFolderSizeUnitTest.java | 75 | final Iterable<File> files = com.google.common.io.Files.fileTraverser().breadthFirst(folder); |
| CRITICAL | …/com/baeldung/contains/CaseInsensitiveWorkarounds.java | 75 | return org.apache.commons.lang3.StringUtils.containsIgnoreCase(src, dest); |
| CRITICAL | …/test/java/com/baeldung/date/StringToDateUnitTest.java | 111 | org.joda.time.format.DateTimeFormatter formatter = org.joda.time.format.DateTimeFormat.forPattern("dd/MM/yyyy HH |
| CRITICAL | …nt/synchronizestatic/SychronizeStaticDataUnitTest.java | 27 | new com.baeldung.concurrent.synchronizestatic.none.Employee(finalI, "John", "Smith"); |
| CRITICAL | …nt/synchronizestatic/SychronizeStaticDataUnitTest.java | 40 | new com.baeldung.concurrent.synchronizestatic.synchronizedmethod.Employee(finalI, "John", "Smith"); |
| CRITICAL | …nt/synchronizestatic/SychronizeStaticDataUnitTest.java | 53 | new com.baeldung.concurrent.synchronizestatic.synchronizedclass.Employee(finalI, "John", "Smith"); |
| CRITICAL | …nt/synchronizestatic/SychronizeStaticDataUnitTest.java | 66 | new com.baeldung.concurrent.synchronizestatic.synchronizedblock.Employee(finalI, "John", "Smith"); |
| CRITICAL | …nt/synchronizestatic/SychronizeStaticDataUnitTest.java | 86 | new com.baeldung.concurrent.synchronizestatic.reentrantlock.Employee(finalI, "John", "Smith"); |
| CRITICAL | …ldung/printstreamtostring/PrintStreamToStringUtil.java | 30 | org.apache.commons.io.output.ByteArrayOutputStream outputStream = new org.apache.commons.io.output.ByteArrayOutp |
| CRITICAL | …c/main/java/com/baeldung/lines/NumberOfLineFinder.java | 114 | List<String> lineItems = com.google.common.io.Files.readLines(Paths.get(fileName) |
| CRITICAL | …java/com/baeldung/xtoreader/JavaXToReaderUnitTest.java | 60 | com.google.common.io.Files.touch(initialFile); |
| CRITICAL | …java/com/baeldung/xtoreader/JavaXToReaderUnitTest.java | 61 | final Reader targetReader = com.google.common.io.Files.newReader(initialFile, Charset.defaultCharset()); |
| CRITICAL | …java/com/baeldung/readertox/JavaReaderToXUnitTest.java | 64 | com.google.common.io.Files.touch(targetFile); |
| CRITICAL | …java/com/baeldung/readertox/JavaReaderToXUnitTest.java | 65 | final CharSink charSink = com.google.common.io.Files.asCharSink(targetFile, Charset.defaultCharset(), FileWriteM |
| CRITICAL | …ung/absolutetorelative/AbsoluteToRelativeUnitTest.java | 24 | org.assertj.core.api.Assertions.assertThat(result) |
| CRITICAL | …ung/absolutetorelative/AbsoluteToRelativeUnitTest.java | 33 | org.assertj.core.api.Assertions.assertThat(result) |
| 66 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | …-app/src/test/resources/config/application-testdev.yml | 1 | # =================================================================== |
| MEDIUM | …-app/src/test/resources/config/application-testdev.yml | 9 | # =================================================================== |
| MEDIUM | …app/src/test/resources/config/application-testprod.yml | 1 | # =================================================================== |
| MEDIUM | …app/src/test/resources/config/application-testprod.yml | 9 | # =================================================================== |
| MEDIUM | …vice/car-app/src/test/resources/config/application.yml | 1 | # =================================================================== |
| MEDIUM | …vice/car-app/src/test/resources/config/application.yml | 8 | # =================================================================== |
| MEDIUM | …vice/car-app/src/test/resources/config/application.yml | 10 | # =================================================================== |
| MEDIUM | …vice/car-app/src/test/resources/config/application.yml | 14 | # =================================================================== |
| MEDIUM | …vice/car-app/src/test/resources/config/application.yml | 59 | # =================================================================== |
| MEDIUM | …vice/car-app/src/test/resources/config/application.yml | 63 | # =================================================================== |
| MEDIUM | …vice/car-app/src/test/resources/config/application.yml | 87 | # =================================================================== |
| MEDIUM | …vice/car-app/src/test/resources/config/application.yml | 94 | # =================================================================== |
| MEDIUM | …car-app/src/main/resources/config/application-prod.yml | 1 | # =================================================================== |
| MEDIUM | …car-app/src/main/resources/config/application-prod.yml | 8 | # =================================================================== |
| MEDIUM | …car-app/src/main/resources/config/application-prod.yml | 10 | # =================================================================== |
| MEDIUM | …car-app/src/main/resources/config/application-prod.yml | 14 | # =================================================================== |
| MEDIUM | …car-app/src/main/resources/config/application-prod.yml | 73 | # =================================================================== |
| MEDIUM | …car-app/src/main/resources/config/application-prod.yml | 91 | # =================================================================== |
| MEDIUM | …car-app/src/main/resources/config/application-prod.yml | 100 | # =================================================================== |
| MEDIUM | …car-app/src/main/resources/config/application-prod.yml | 104 | # =================================================================== |
| MEDIUM | …car-app/src/main/resources/config/application-prod.yml | 135 | # =================================================================== |
| MEDIUM | …car-app/src/main/resources/config/application-prod.yml | 142 | # =================================================================== |
| MEDIUM | …/car-app/src/main/resources/config/application-dev.yml | 1 | # =================================================================== |
| MEDIUM | …/car-app/src/main/resources/config/application-dev.yml | 8 | # =================================================================== |
| MEDIUM | …/car-app/src/main/resources/config/application-dev.yml | 10 | # =================================================================== |
| MEDIUM | …/car-app/src/main/resources/config/application-dev.yml | 14 | # =================================================================== |
| MEDIUM | …/car-app/src/main/resources/config/application-dev.yml | 79 | # =================================================================== |
| MEDIUM | …/car-app/src/main/resources/config/application-dev.yml | 83 | # =================================================================== |
| MEDIUM | …/car-app/src/main/resources/config/application-dev.yml | 116 | # =================================================================== |
| MEDIUM | …/car-app/src/main/resources/config/application-dev.yml | 123 | # =================================================================== |
| MEDIUM | …/car-app/src/main/resources/config/application-tls.yml | 1 | # =================================================================== |
| MEDIUM | …/car-app/src/main/resources/config/application-tls.yml | 9 | # =================================================================== |
| MEDIUM | …ervice/car-app/src/main/resources/config/bootstrap.yml | 1 | # =================================================================== |
| MEDIUM | …ervice/car-app/src/main/resources/config/bootstrap.yml | 4 | # =================================================================== |
| MEDIUM | …vice/car-app/src/main/resources/config/application.yml | 1 | # =================================================================== |
| MEDIUM | …vice/car-app/src/main/resources/config/application.yml | 9 | # =================================================================== |
| MEDIUM | …vice/car-app/src/main/resources/config/application.yml | 11 | # =================================================================== |
| MEDIUM | …vice/car-app/src/main/resources/config/application.yml | 15 | # =================================================================== |
| MEDIUM | …vice/car-app/src/main/resources/config/application.yml | 207 | # =================================================================== |
| MEDIUM | …vice/car-app/src/main/resources/config/application.yml | 211 | # =================================================================== |
| MEDIUM | …vice/car-app/src/main/resources/config/application.yml | 240 | # =================================================================== |
| MEDIUM | …vice/car-app/src/main/resources/config/application.yml | 247 | # =================================================================== |
| MEDIUM | …e/car-app/src/main/resources/config/bootstrap-prod.yml | 1 | # =================================================================== |
| MEDIUM | …e/car-app/src/main/resources/config/bootstrap-prod.yml | 3 | # =================================================================== |
| MEDIUM | …-app/src/test/resources/config/application-testdev.yml | 1 | # =================================================================== |
| MEDIUM | …-app/src/test/resources/config/application-testdev.yml | 9 | # =================================================================== |
| MEDIUM | …/gateway-app/src/test/resources/config/application.yml | 1 | # =================================================================== |
| MEDIUM | …/gateway-app/src/test/resources/config/application.yml | 8 | # =================================================================== |
| MEDIUM | …/gateway-app/src/test/resources/config/application.yml | 10 | # =================================================================== |
| MEDIUM | …/gateway-app/src/test/resources/config/application.yml | 14 | # =================================================================== |
| MEDIUM | …/gateway-app/src/test/resources/config/application.yml | 62 | # =================================================================== |
| MEDIUM | …/gateway-app/src/test/resources/config/application.yml | 66 | # =================================================================== |
| MEDIUM | …/gateway-app/src/test/resources/config/application.yml | 90 | # =================================================================== |
| MEDIUM | …/gateway-app/src/test/resources/config/application.yml | 97 | # =================================================================== |
| MEDIUM | …way-app/src/main/resources/config/application-prod.yml | 1 | # =================================================================== |
| MEDIUM | …way-app/src/main/resources/config/application-prod.yml | 8 | # =================================================================== |
| MEDIUM | …way-app/src/main/resources/config/application-prod.yml | 10 | # =================================================================== |
| MEDIUM | …way-app/src/main/resources/config/application-prod.yml | 14 | # =================================================================== |
| MEDIUM | …way-app/src/main/resources/config/application-prod.yml | 75 | # =================================================================== |
| MEDIUM | …way-app/src/main/resources/config/application-prod.yml | 93 | # =================================================================== |
| 284 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …s-apache-commons-2/src/test/resources/compress/new.txt | 1 | lorem ipsum |
| LOW | …s-apache-commons-2/src/test/resources/compress/new.txt | 2 | dolor sit amet |
| LOW | …n/webapp/app/account/register/register.service.spec.ts | 31 | const email = 'test@test.com'; |
| LOW | …assword-reset/init/password-reset-init.service.spec.ts | 29 | const mail = 'test@test.com'; |
| LOW | …n/webapp/app/account/register/register.service.spec.ts | 31 | const email = 'test@test.com'; |
| LOW | …assword-reset/init/password-reset-init.service.spec.ts | 29 | const mail = 'test@test.com'; |
| LOW | …rc/main/java/com/baeldung/caffeine/AddressService.java | 25 | return "123 Main St"; |
| LOW | …rc/main/java/com/baeldung/caffeine/AddressService.java | 35 | String address = "123 Main St"; |
| LOW | …a/com/baeldung/spring/jms/ArticleListenerLiveTest.java | 42 | articlePublisher.publish("Foo", "John Doe"); |
| LOW | …a/com/baeldung/spring/jms/ArticleListenerLiveTest.java | 43 | articlePublisher.publish("Bar", "Jane Doe"); |
| LOW | …dung/spring/resttestclient/RestTestClientUnitTest.java | 49 | .isEqualTo(new Person(1L, "John Doe")); |
| LOW | …dung/spring/resttestclient/RestTestClientUnitTest.java | 93 | .isEqualTo("John Doe"); |
| LOW | …dung/spring/resttestclient/RestTestClientUnitTest.java | 109 | .name()).isEqualTo("John Doe"); |
| LOW | …dung/spring/resttestclient/RestTestClientUnitTest.java | 142 | return id == 1 ? ResponseEntity.ok(new Person(1L, "John Doe")) : ResponseEntity.noContent() |
| LOW | …dung/spring/resttestclient/RestTestClientUnitTest.java | 149 | new Person(1L, "John Doe"), |
| LOW | …ain/java/com/baeldung/spring/jms/ArticlePublisher.java | 22 | publish("Understanding JMS in Spring Boot", "John Doe"); |
| LOW | …ostman/controller/PostmanUploadControllerUnitTest.java | 27 | JsonRequest request = new JsonRequest(1, "John Doe"); |
| LOW | …src/main/java/com/baeldung/swagger2/SwaggerConfig.java | 41 | ApiInfo apiInfo = new ApiInfo("My REST API", "Some custom description of API.", "API TOS", "Terms of service", n |
| LOW | …ith/externalization/EventsExternalizationLiveTest.java | 66 | var article = new Article("introduction-to-spring-boot", "Introduction to Spring Boot", "John Doe", "<p> Spring |
| LOW | …ith/externalization/EventsExternalizationLiveTest.java | 86 | var article = new Article(null, "Introduction to Spring Boot", "John Doe", "<p> Spring Boot is [...] </p>"); |
| LOW | …ith/externalization/EventsExternalizationLiveTest.java | 97 | .containsExactly("Introduction to Spring Boot", "John Doe"); |
| LOW | …baeldung/entitydtodifferences/entity/UserUnitTest.java | 19 | User user = new User("John", "Doe", "123 Main St", Arrays.asList(book1, book2)); |
| LOW | …baeldung/entitydtodifferences/entity/UserUnitTest.java | 24 | assertEquals("123 Main St", user.getAddress()); |
| LOW | …baeldung/entitydtodifferences/entity/UserUnitTest.java | 35 | User user = new User("John", "Doe", "123 Main St", Arrays.asList(book1, book2, book3)); |
| LOW | …baeldung/entitydtodifferences/entity/UserUnitTest.java | 45 | User user = new User("John", "Doe", "123 Main St", Collections.emptyList()); |
| LOW | …ng/entitydtodifferences/mapper/UserMapperUnitTest.java | 23 | User user = new User("John", "Doe", "123 Main St", Arrays.asList(book1, book2)); |
| LOW | …ferences/controller/UserControllerIntegrationTest.java | 47 | User savedUser = userRepository.save(new User("John", "Doe", "123 Main St", Arrays.asList(book1, book2))); |
| LOW | …eldung/swagger2boot/configuration/SpringFoxConfig.java | 32 | new Contact("John Doe", "www.example.com", "myeaddress@company.com"), |
| LOW | …ak-adapters/src/main/resources/templates/external.html | 11 | <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam |
| LOW | …ak-adapters/src/main/resources/templates/external.html | 11 | <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam |
| LOW | …loak-adapters/src/main/resources/templates/layout.html | 17 | <p>Copyright: Lorem Ipsum</p> |
| LOW | …/com/baeldung/swaggerexample/config/SwaggerConfig.java | 21 | .contact(new Contact().name("John Doe") |
| LOW | …ava/com/baeldung/jsondateformat/ContactController.java | 21 | Contact contact1 = new Contact("John Doe", "123 Sesame Street", "123-456-789", LocalDate.now(), LocalDateTime.no |
| LOW | …ava/com/baeldung/jsondateformat/ContactController.java | 36 | ContactWithJavaUtilDate contact1 = new ContactWithJavaUtilDate("John Doe", "123 Sesame Street", "123-456-789", n |
| LOW | …ava/com/baeldung/jsondateformat/ContactController.java | 51 | PlainContact contact1 = new PlainContact("John Doe", "123 Sesame Street", "123-456-789", LocalDate.now(), LocalD |
| LOW | …ava/com/baeldung/jsondateformat/ContactController.java | 66 | PlainContactWithJavaUtilDate contact1 = new PlainContactWithJavaUtilDate("John Doe", "123 Sesame Street", "123-4 |
| LOW | …ung/springvalidator/UserControllerIntegrationTest.java | 35 | User validUser = new User("John Doe", "john@example.com", 30); |
| LOW | …ung/springvalidator/UserControllerIntegrationTest.java | 67 | User validUser = new User("John Doe", "john@example.com", 30); |
| LOW | …/baeldung/commons/beanutils/CourseServiceUnitTest.java | 54 | student.setName("John Doe"); |
| LOW | …/baeldung/commons/beanutils/CourseServiceUnitTest.java | 60 | assertEquals("John Doe", enrolledStudent.getName()); |
| LOW | …o/deserialization/exception/AvroMagicByteLiveTest.java | 80 | return new Article(title, "John Doe", List.of("avro", "kafka", "spring")); |
| LOW | …c/test/java/com/baeldung/feign/soap/FeignLiveTest.java | 54 | user.setName("John Doe"); |
| LOW | …c/test/java/com/baeldung/feign/soap/FeignLiveTest.java | 82 | user.setName("John Doe"); |
| LOW | …om/baeldung/spring/zipwhen/UserControllerUnitTest.java | 25 | User user = new User(userId, "John Doe"); |
| LOW | …ring-reactive-exceptions/src/test/resources/390KB.json | 9243 | "about": "Laboris labore ad velit culpa minim nulla aute nulla reprehenderit aute culpa. Enim elit eu proident mag |
| LOW | …ring-reactive-exceptions/src/test/resources/390KB.json | 10728 | "about": "Consequat eu tempor velit veniam ipsum. Sit labore et excepteur deserunt voluptate Lorem incididunt elit |
| LOW | …ring-reactive-exceptions/src/test/resources/390KB.json | 11673 | "about": "Lorem ipsum eiusmod deserunt anim magna occaecat ipsum deserunt excepteur incididunt. Lorem excepteur ut |
| LOW | …ring-reactive-exceptions/src/main/resources/390KB.json | 9243 | "about": "Laboris labore ad velit culpa minim nulla aute nulla reprehenderit aute culpa. Enim elit eu proident mag |
| LOW | …ring-reactive-exceptions/src/main/resources/390KB.json | 10728 | "about": "Consequat eu tempor velit veniam ipsum. Sit labore et excepteur deserunt voluptate Lorem incididunt elit |
| LOW | …ring-reactive-exceptions/src/main/resources/390KB.json | 11673 | "about": "Lorem ipsum eiusmod deserunt anim magna occaecat ipsum deserunt excepteur incididunt. Lorem excepteur ut |
| LOW | …om/deserialization/OrderControllerIntegrationTest.java | 138 | .queryParam("address", "123 Main St", "456 Oak Ave", "789 Pine Rd") |
| LOW | …om/deserialization/OrderControllerIntegrationTest.java | 149 | assertThat(address).containsExactly("123 Main St", "456 Oak Ave", "789 Pine Rd"); |
| LOW | …flux/exceptionhandeling/repository/UserRepository.java | 15 | userDatabase.put("1", new User("1", "John Doe")); |
| LOW | …vavr/src/test/java/com/baeldung/vavr/VavrUnitTest.java | 273 | Validation<Seq<String>, Person> valid = personValidator.validatePerson("John Doe", 30); |
| LOW | …Collections/mapper/EmployeeFullNameMapperUnitTest.java | 24 | assertThat(result.get(0).getFullName()).isEqualTo("John Doe"); |
| LOW | …/test/java/com/baeldung/mapper/BookMapperUnitTest.java | 20 | assertEquals("John Doe", dto.getAuthor()); |
| LOW | …/test/java/com/baeldung/mapper/BookMapperUnitTest.java | 30 | assertEquals("John Doe", dto.getAuthor()); |
| LOW | …/test/java/com/baeldung/mapper/BookMapperUnitTest.java | 40 | assertEquals("John Doe", dto.getAuthor()); |
| LOW | …lator/ParameterMessageInterpolaterIntegrationTest.java | 33 | person.setName("John Doe"); |
| LOW | …test/java/com/baeldung/cxf/spring/StudentLiveTest.java | 15 | String response = baeldungProxy.hello("John Doe"); |
| 415 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …vice/car-app/src/test/resources/config/application.yml | 1 | # =================================================================== |
| LOW | …vice/car-app/src/test/resources/config/application.yml | 81 | # This token must be encoded using Base64 (you can type `echo 'secret-key'|base64` on your command line) |
| LOW | …ce/car-app/src/main/docker/jhipster-control-center.yml | 1 | ## How to use JHCC docker compose |
| LOW | …vice/car-app/src/main/docker/prometheus/prometheus.yml | 21 | # scheme defaults to 'http' enable https in case your application is server via https |
| LOW | …car-app/src/main/resources/config/application-prod.yml | 1 | # =================================================================== |
| LOW | …car-app/src/main/resources/config/application-prod.yml | 81 | # |
| LOW | …car-app/src/main/resources/config/application-prod.yml | 141 | # https://www.jhipster.tech/common-application-properties/ |
| LOW | …/car-app/src/main/resources/config/application-dev.yml | 1 | # =================================================================== |
| LOW | …/car-app/src/main/resources/config/application-dev.yml | 81 | # |
| LOW | …/car-app/src/main/resources/config/application-dev.yml | 121 | # More documentation is available at: |
| LOW | …vice/car-app/src/main/resources/config/application.yml | 1 | # =================================================================== |
| LOW | …vice/car-app/src/main/resources/config/application.yml | 201 | |
| LOW | …vice/car-app/src/main/resources/config/application.yml | 241 | # Application specific properties |
| LOW | …/gateway-app/src/test/resources/config/application.yml | 1 | # =================================================================== |
| LOW | …/gateway-app/src/test/resources/config/application.yml | 81 | security: |
| LOW | …ateway-app/src/main/docker/jhipster-control-center.yml | 1 | ## How to use JHCC docker compose |
| LOW | …/gateway-app/src/main/docker/prometheus/prometheus.yml | 21 | # scheme defaults to 'http' enable https in case your application is server via https |
| LOW | …way-app/src/main/resources/config/application-prod.yml | 1 | # =================================================================== |
| LOW | …way-app/src/main/resources/config/application-prod.yml | 81 | # |
| LOW | …way-app/src/main/resources/config/application-prod.yml | 141 | # https://www.jhipster.tech/common-application-properties/ |
| LOW | …eway-app/src/main/resources/config/application-dev.yml | 1 | # =================================================================== |
| LOW | …eway-app/src/main/resources/config/application-dev.yml | 121 | port: 5000 |
| LOW | …/gateway-app/src/main/resources/config/application.yml | 1 | # =================================================================== |
| LOW | …/gateway-app/src/main/resources/config/application.yml | 201 | # |
| LOW | …e/dealer-app/src/test/resources/config/application.yml | 1 | # =================================================================== |
| LOW | …e/dealer-app/src/test/resources/config/application.yml | 81 | # This token must be encoded using Base64 (you can type `echo 'secret-key'|base64` on your command line) |
| LOW | …dealer-app/src/main/docker/jhipster-control-center.yml | 1 | ## How to use JHCC docker compose |
| LOW | …e/dealer-app/src/main/docker/prometheus/prometheus.yml | 21 | # scheme defaults to 'http' enable https in case your application is server via https |
| LOW | …ler-app/src/main/resources/config/application-prod.yml | 1 | # =================================================================== |
| LOW | …ler-app/src/main/resources/config/application-prod.yml | 81 | # |
| LOW | …ler-app/src/main/resources/config/application-prod.yml | 141 | # https://www.jhipster.tech/common-application-properties/ |
| LOW | …aler-app/src/main/resources/config/application-dev.yml | 1 | # =================================================================== |
| LOW | …aler-app/src/main/resources/config/application-dev.yml | 81 | # |
| LOW | …aler-app/src/main/resources/config/application-dev.yml | 121 | # More documentation is available at: |
| LOW | …e/dealer-app/src/main/resources/config/application.yml | 1 | # =================================================================== |
| LOW | …e/dealer-app/src/main/resources/config/application.yml | 201 | |
| LOW | …e/dealer-app/src/main/resources/config/application.yml | 241 | # Application specific properties |
| LOW | …8-monolithic/src/test/resources/config/application.yml | 1 | # =================================================================== |
| LOW | …monolithic/src/main/docker/jhipster-control-center.yml | 1 | ## How to use JHCC docker compose |
| LOW | …8-monolithic/src/main/docker/prometheus/prometheus.yml | 21 | # scheme defaults to 'http' enable https in case your application is server via https |
| LOW | …olithic/src/main/resources/config/application-prod.yml | 1 | # =================================================================== |
| LOW | …olithic/src/main/resources/config/application-prod.yml | 61 | # |
| LOW | …olithic/src/main/resources/config/application-prod.yml | 121 | # More documentation is available at: |
| LOW | …nolithic/src/main/resources/config/application-dev.yml | 1 | # =================================================================== |
| LOW | …nolithic/src/main/resources/config/application-dev.yml | 101 | # More documentation is available at: |
| LOW | …8-monolithic/src/main/resources/config/application.yml | 1 | # =================================================================== |
| LOW | …8-monolithic/src/main/resources/config/application.yml | 201 | security: |
| LOW | …t-mvc-3/src/main/java/com/baeldung/etag/WebConfig.java | 21 | } |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 961 | |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 1101 | // For IE8 and IE9. |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 1121 | } |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 6821 | if (newlineEatingTags[this._tag] && ret.charAt(0) === '\n') { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 16881 | |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 17201 | var emptyFunction = _dereq_(136); |
| LOW | spring-boot-modules/spring-boot-cli/bash/setup.sh | 21 | # sdk default springboot dev |
| LOW | …com/baeldung/elementleftunbound/ServiceProperties.java | 21 | } |
| LOW | …t-modules/spring-boot-react/frontend/src/setupTests.js | 1 | // jest-dom adds custom jest matchers for asserting on DOM nodes. |
| LOW | …ng-boot-angular/src/main/js/ecommerce/src/polyfills.ts | 21 | /** IE9, IE10 and IE11 requires all of the following polyfills. **/ |
| LOW | …-boot-angular/src/main/js/application/src/polyfills.ts | 21 | /** IE9, IE10 and IE11 requires all of the following polyfills. **/ |
| LOW | …es/spring-boot-testing-spock/gradle/libs.versions.toml | 1 | # This file was generated by the Gradle 'init' task. |
| 164 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …roservice/car-app/src/main/resources/static/index.html | 132 | <span>If you like JHipster, don't forget to give us a star on</span> |
| LOW | …ervice/dealer-app/src/main/resources/static/index.html | 132 | <span>If you like JHipster, don't forget to give us a star on</span> |
| MEDIUM | …-boot-openapi/src/main/resources/openApi2/swagger.json | 4 | "description": "This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io] |
| MEDIUM | …t/java/com/baeldung/petstore/client/model/TagTest.java | 3 | * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.i |
| MEDIUM | …/java/com/baeldung/petstore/client/model/UserTest.java | 3 | * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.i |
| MEDIUM | …t/java/com/baeldung/petstore/client/model/PetTest.java | 3 | * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.i |
| MEDIUM | …java/com/baeldung/petstore/client/model/OrderTest.java | 3 | * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.i |
| MEDIUM | …a/com/baeldung/petstore/client/model/CategoryTest.java | 3 | * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.i |
| MEDIUM | …eldung/petstore/client/model/ModelApiResponseTest.java | 3 | * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.i |
| MEDIUM | …java/com/baeldung/petstore/client/api/UserApiTest.java | 3 | * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.i |
| MEDIUM | …ava/com/baeldung/petstore/client/api/StoreApiTest.java | 3 | * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.i |
| MEDIUM | …/java/com/baeldung/petstore/client/api/PetApiTest.java | 3 | * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.i |
| MEDIUM | …aeldung/petstore/client/invoker/RFC3339DateFormat.java | 3 | * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.i |
| MEDIUM | …ain/java/com/baeldung/petstore/client/model/Order.java | 3 | * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.i |
| MEDIUM | …m/baeldung/petstore/client/model/ModelApiResponse.java | 3 | * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.i |
| MEDIUM | …/main/java/com/baeldung/petstore/client/model/Tag.java | 3 | * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.i |
| MEDIUM | …/main/java/com/baeldung/petstore/client/model/Pet.java | 3 | * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.i |
| MEDIUM | …/java/com/baeldung/petstore/client/model/Category.java | 3 | * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.i |
| MEDIUM | …main/java/com/baeldung/petstore/client/model/User.java | 3 | * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.i |
| MEDIUM | …com/baeldung/petstore/client/api/StoreApiLiveTest.java | 3 | * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.i |
| MEDIUM | …a/com/baeldung/petstore/client/api/PetApiLiveTest.java | 3 | * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.i |
| MEDIUM | …/com/baeldung/petstore/client/api/UserApiLiveTest.java | 3 | * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.i |
| MEDIUM | …aeldung/petstore/client/invoker/RFC3339DateFormat.java | 3 | * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.i |
| MEDIUM | …ain/java/com/baeldung/petstore/client/model/Order.java | 3 | * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.i |
| MEDIUM | …m/baeldung/petstore/client/model/ModelApiResponse.java | 3 | * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.i |
| MEDIUM | …/main/java/com/baeldung/petstore/client/model/Tag.java | 3 | * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.i |
| MEDIUM | …/main/java/com/baeldung/petstore/client/model/Pet.java | 3 | * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.i |
| MEDIUM | …/java/com/baeldung/petstore/client/model/Category.java | 3 | * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.i |
| MEDIUM | …main/java/com/baeldung/petstore/client/model/User.java | 3 | * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.i |
| MEDIUM | …/java/com/baeldung/junit5/timeout/TimeoutUnitTest.java | 73 | // just for demonstration purposes |
| LOW | …-monolith/src/main/webapp/app/home/home.component.html | 38 | <span>If you like JHipster, don't forget to give us a star on</span> <a href="https://github.com/jhipster/ge |
| LOW | …-modules/java-native/src/main/cpp/generateNativeLib.sh | 7 | # Don't forget to set java.library.path to point to the folder where you have the libnative you're loading. |
| LOW | …tive/src/main/cpp/unsatisfiedlink/generateNativeLib.sh | 4 | # Don't forget to set java.library.path to point to the folder where you have the lib you're loading. |
| MEDIUM | …m/baeldung/streams/emptylists/StreamFromEmptyList.java | 53 | // This method may return null for demonstration purposes |
| MEDIUM | …/java/com/baeldung/async/config/SpringAsyncConfig.java | 39 | // Creating a new one for demonstration purposes. |
| MEDIUM | …a/com/baeldung/springai/advisors/SpringAILiveTest.java | 188 | .contains("I'm unable to respond to that due to sensitive content"); |
| LOW | …ipster-uaa/quotes/src/main/resources/static/index.html | 98 | <span>If you like JHipster, don't forget to give us a star on</span> <a href="https://github.com/jhipster/genera |
| LOW | …a/gateway/src/main/webapp/app/home/home.component.html | 38 | <span jhiTranslate="home.like">If you like JHipster, don't forget to give us a star on</span> <a href="https |
| LOW | …jhipster-uaa/gateway/src/main/webapp/i18n/en/home.json | 16 | "like": "If you like JHipster, don't forget to give us a star on", |
| MEDIUM | …g/hibernate/criteria/HqlToCriteriaIntegrationTest.java | 50 | // Log results for demonstration purposes |
| LOW | …ndra-reactive/src/test/resources/cassandra-server.yaml | 438 | # Warning: before enabling this property make sure to ntp is installed |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | …ice/car-app/src/main/java/com/cars/app/CarsappApp.java | 0 | ---------------------------------------------------------- \tapplication '{}' is running! access urls: \tlocal: \t\t{}:/ |
| HIGH | …/gateway-app/src/main/java/com/gateway/GatewayApp.java | 0 | ---------------------------------------------------------- \tapplication '{}' is running! access urls: \tlocal: \t\t{}:/ |
| HIGH | …ealer-app/src/main/java/com/dealers/app/DealerApp.java | 0 | ---------------------------------------------------------- \tapplication '{}' is running! access urls: \tlocal: \t\t{}:/ |
| HIGH | …ava/com/baeldung/jhipster8/Jhipster8MonolithicApp.java | 0 | ---------------------------------------------------------- \tapplication '{}' is running! access urls: \tlocal: \t\t{}:/ |
| HIGH | …dung/parametrizedtypereference/ApiServiceUnitTest.java | 0 | [ {"id": 1, "name": "john doe", "email": "john@example.com", "department": "engineering"}, {"id": 2, "name": "jane smith |
| HIGH | …dung/parametrizedtypereference/ApiServiceUnitTest.java | 0 | [ {"id": 1, "name": "john doe", "email": "john@example.com", "department": "engineering"}, {"id": 2, "name": "jane smith |
| HIGH | …dung/parametrizedtypereference/ApiServiceUnitTest.java | 0 | [ {"id": 1, "name": "john doe", "email": "john@example.com", "department": "engineering"}, {"id": 2, "name": "jane smith |
| HIGH | …-7/src/test/java/com/baeldung/jena/RDFXMLUnitTest.java | 0 | <rdf:rdf xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:j.0="https://schema.org/"> <rdf:description rdf:a |
| HIGH | …-7/src/test/java/com/baeldung/jena/RDFXMLUnitTest.java | 0 | <rdf:rdf xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:j.0="https://schema.org/"> <rdf:description rdf:a |
| HIGH | …-7/src/test/java/com/baeldung/jena/RDFXMLUnitTest.java | 0 | <rdf:rdf xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:j.0="https://schema.org/"> <rdf:description rdf:a |
| HIGH | …est/java/com/baeldung/manifold/SimpleUserUnitTest.java | 0 | { "username": "testuser", "name": "test user", "email": "testuser@example.com" } |
| HIGH | …est/java/com/baeldung/manifold/SimpleUserUnitTest.java | 0 | { "username": "testuser", "name": "test user", "email": "testuser@example.com" } |
| HIGH | …est/java/com/baeldung/manifold/SimpleUserUnitTest.java | 0 | { "username": "testuser", "name": "test user", "email": "testuser@example.com" } |
| HIGH | …/com/baeldung/jsonunit/JsonUnitAssertionsUnitTest.java | 0 | { "name": "a guide to spring boot", "tags": ["java", "spring boot", "backend"] } |
| HIGH | …/com/baeldung/jsonunit/JsonUnitAssertionsUnitTest.java | 0 | { "name": "a guide to spring boot", "tags": ["java", "spring boot", "backend"] } |
| HIGH | …/com/baeldung/jsonunit/JsonUnitAssertionsUnitTest.java | 0 | { "name": "a guide to spring boot", "tags": ["java", "spring boot", "backend"] } |
| HIGH | …/com/baeldung/jsonunit/JsonUnitAssertionsUnitTest.java | 0 | { "name": "a guide to spring boot", "tags": ["java", "spring boot", "backend"] } |
| HIGH | …/com/baeldung/jsonunit/JsonUnitAssertionsUnitTest.java | 0 | { "name": "a guide to spring boot", "tags": ["java", "spring boot", "backend"] } |
| HIGH | …/com/baeldung/jsonunit/JsonUnitAssertionsUnitTest.java | 0 | { "name": "a guide to spring boot", "tags": ["java", "spring boot", "backend"] } |
| HIGH | …/com/baeldung/jsonunit/JsonUnitAssertionsUnitTest.java | 0 | { "name": "a guide to spring boot", "tags": ["java", "spring boot", "backend"] } |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 3026 | function accumulateDirectDispatchesSingle(event) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 3032 | function accumulateTwoPhaseDispatches(events) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 3036 | function accumulateTwoPhaseDispatchesSkipTarget(events) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 3040 | function accumulateEnterLeaveDispatches(leave, enter, fromID, toID) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 3044 | function accumulateDirectDispatches(events) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 211 | function isFallbackCompositionStart(topLevelType, nativeEvent) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 320 | function getNativeBeforeInputChars(topLevelType, nativeEvent) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 374 | function getFallbackBeforeInputChars(topLevelType, nativeEvent) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 958 | function manualDispatchChangeEvent(nativeEvent) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 996 | function getTargetIDForChangeEvent(topLevelType, topLevelTarget, topLevelTargetID) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 1042 | function startWatchingForValueChange(target, targetID) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 1058 | function stopWatchingForValueChange() { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 1102 | function handleEventsForInputEventIE(topLevelType, topLevelTarget, topLevelTargetID) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 1125 | function getTargetIDForInputEventIE(topLevelType, topLevelTarget, topLevelTargetID) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 2843 | function executeDispatchesInOrderStopAtTrueImpl(event) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 2870 | function executeDispatchesInOrderStopAtTrue(event) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 2971 | function accumulateDirectionalDispatches(domID, upwards, event) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 2990 | function accumulateTwoPhaseDispatchesSingle(event) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 2999 | function accumulateTwoPhaseDispatchesSingleSkipTarget(event) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 3457 | function getDeclarationErrorAddendum(owner) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 4283 | function mapSingleChildIntoContext(bookKeeping, child, childKey) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 4303 | function mapIntoWithKeyPrefixInternal(children, array, prefix, func, context) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 4836 | function mixStaticSpecIntoComponent(Constructor, statics) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 4862 | function mergeIntoWithNoDuplicateKeys(one, two) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 4882 | function createMergedResultFunction(one, two) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 5386 | function getDeclarationErrorAddendum(component) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 6285 | function getDeclarationErrorAddendum(internalInstance) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 6389 | function checkAndWarnForMutatedStyle(style1, style2, component) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 7745 | function updateOptionsIfPendingUpdateAndMounted() { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 7758 | function getDeclarationErrorAddendum(owner) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 8427 | function ReactDefaultBatchingStrategyTransaction() { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 9276 | function getDeclarationErrorAddendum() { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 9617 | function deregisterNullComponentID(id) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 9792 | function TopLevelCallbackBookKeeping(topLevelType, nativeEvent) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 9822 | function handleTopLevelWithoutPath(bookKeeping) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 10675 | function getReactRootElementInContainer(container) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 10811 | function findDeepestCachedAncestorImpl(ancestorID) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 10825 | function findDeepestCachedAncestor(targetID) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 10872 | function batchedMountComponentIntoNode(componentInstance, rootID, container, shouldReuseMarkup, context) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 12021 | function getComponentClassForElement(element) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 12513 | function createChainableTypeChecker(validate) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 12534 | function createPrimitiveTypeChecker(expectedType) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 12586 | function createInstanceTypeChecker(expectedClass) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 12621 | function createObjectOfTypeChecker(typeChecker) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 12888 | function ReactReconcileTransaction(forceHTML) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 13307 | function ReactServerRenderingTransaction(renderToStaticMarkup) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 13374 | function getInternalInstanceReadyForUpdate(publicInstance, callerName) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 13668 | function ReactUpdatesFlushTransaction() { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 14863 | function SyntheticCompositionEvent(dispatchConfig, dispatchMarker, nativeEvent, nativeEventTarget) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 16014 | function escapeTextContentForBrowser(text) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 16091 | function flattenSingleChildIntoContext(traverseContext, child, name) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 16469 | function getNodeForCharacterOffset(root, offset) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 16556 | function getDeclarationErrorAddendum(owner) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 16584 | function instantiateReactComponent(node) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 16798 | function quoteAttributeValueForBrowser(value) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 16978 | function shouldUpdateReactComponent(prevElement, nextElement) { |
| LOW | …ing-boot-nashorn/src/main/resources/static/js/react.js | 18215 | function getUnboundedScrollPosition(scrollable) { |
| LOW | …c/main/java/com/baeldung/telegram/ResponseHandler.java | 15 | public class ResponseHandler { |
| LOW | …ung/netty/http2/server/Http2ServerResponseHandler.java | 17 | public class Http2ServerResponseHandler extends ChannelDuplexHandler { |
| LOW | …ung/netty/http2/client/Http2ClientResponseHandler.java | 21 | public class Http2ClientResponseHandler extends SimpleChannelInboundHandler<FullHttpResponse> { |
| 32 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | java-nashorn/src/main/resources/js/no_such.js | 3 | print("Accessed non-existing property: " + propName); |
| HIGH | java-nashorn/src/main/resources/js/no_such.js | 7 | print("Invoked non-existing method: " + methodName); |
| HIGH | java-nashorn/src/main/resources/js/trim.js | 1 | print(" hello world".trimLeft()); |
| HIGH | java-nashorn/src/main/resources/js/trim.js | 2 | print("hello world ".trimRight()); |
| HIGH | java-nashorn/src/main/resources/js/math_module.js | 10 | print("String thrown: " + e); |
| HIGH | java-nashorn/src/main/resources/js/math_module.js | 13 | print("this shouldn't happen!"); |
| HIGH | java-nashorn/src/main/resources/js/typed_arrays.js | 4 | print(javaIntArray[0]); |
| HIGH | java-nashorn/src/main/resources/js/typed_arrays.js | 5 | print(javaIntArray[1]); |
| HIGH | java-nashorn/src/main/resources/js/typed_arrays.js | 6 | print(javaIntArray[2]); |
| HIGH | java-nashorn/src/main/resources/js/locations.js | 1 | print(__FILE__, __LINE__, __DIR__); |
| HIGH | java-nashorn/src/main/resources/js/bind.js | 12 | print(first.volume); |
| HIGH | java-nashorn/src/main/resources/js/bind.js | 15 | print(first.volume); |
| HIGH | …ata-arangodb/src/live-test/resources/arangodb-setup.js | 3 | print('creating database: baeldung-database & user: baeldung'); |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | …ring-ai-chat-stream/src/main/resources/application.yml | 4 | api-key: "<YOUR-API-KEY>" |
| HIGH | …ring-ai-chat-stream/src/main/resources/application.yml | 4 | api-key: "<YOUR-API-KEY>" |
| HIGH | …s/spring-ai-2/src/main/resources/application-image.yml | 4 | api-key: "<YOUR-API-KEY>" |
| HIGH | …s/spring-ai-2/src/main/resources/application-image.yml | 4 | api-key: "<YOUR-API-KEY>" |
| HIGH | …ing-ai-3/src/main/resources/application-embeddings.yml | 4 | api-key: "<YOUR-API-KEY>" |
| HIGH | …ing-ai-3/src/main/resources/application-embeddings.yml | 4 | api-key: "<YOUR-API-KEY>" |
| HIGH | …/spring-ai-4/src/main/resources/application-memory.yml | 4 | api-key: "<YOUR-API-KEY>" |
| HIGH | …/spring-ai-4/src/main/resources/application-memory.yml | 4 | api-key: "<YOUR-API-KEY>" |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …ersions-4/EBCDIC_to_ASCII/step_by_step_conversion.java | 10 | // Step 0: Example EBCDIC bytes ("HELLO" in Cp037) |
| LOW | …ersions-4/EBCDIC_to_ASCII/step_by_step_conversion.java | 12 | // Step 1: Decode from EBCDIC (Cp037) to Unicode string |
| LOW | …ersions-4/EBCDIC_to_ASCII/step_by_step_conversion.java | 14 | // Step 2: Encode from Unicode string to ASCII bytes |
| LOW | …ersions-4/EBCDIC_to_ASCII/step_by_step_conversion.java | 16 | // Step 3: Log final ASCII string |
| LOW | …g-conversions-4/EBCDIC_to_ASCII/practical_example.java | 11 | // Step 1: Read raw EBCDIC bytes from file |
| LOW | …g-conversions-4/EBCDIC_to_ASCII/practical_example.java | 16 | // Step 2: Decode EBCDIC bytes to Unicode string |
| LOW | …g-conversions-4/EBCDIC_to_ASCII/practical_example.java | 19 | // Step 3: Encode Unicode string to ASCII bytes |
| LOW | …g-conversions-4/EBCDIC_to_ASCII/practical_example.java | 22 | // Step 4: Log final ASCII string |
| LOW | …src/main/java/com/baeldung/xlsxtocsv/ConvertToCSV.java | 16 | // Step 1: Extract data from XLSX file |
| LOW | …src/main/java/com/baeldung/xlsxtocsv/ConvertToCSV.java | 18 | // Step 2: Write data to CSV file using Apache Commons CSV |
| LOW | …src/main/java/com/baeldung/xlsxtocsv/ConvertToCSV.java | 30 | // Step 1: Extract data from XLSX file |
| LOW | …src/main/java/com/baeldung/xlsxtocsv/ConvertToCSV.java | 32 | // Step 2: Write data to CSV file using OpenCSV |
| LOW | …g/hibernate/criteria/HqlToCriteriaIntegrationTest.java | 31 | // Step 1: Get the CriteriaBuilder from the session |
| LOW | …g/hibernate/criteria/HqlToCriteriaIntegrationTest.java | 34 | // Step 2: Create a CriteriaQuery using HQL (as a string) |
| LOW | …g/hibernate/criteria/HqlToCriteriaIntegrationTest.java | 39 | // Step 3: Mutate the CriteriaQuery |
| LOW | …g/hibernate/criteria/HqlToCriteriaIntegrationTest.java | 44 | // Step 4: Execute the query and get the result list |
| LOW | …g/hibernate/criteria/HqlToCriteriaIntegrationTest.java | 47 | // Step 5: Simple assertion to check if the result is not empty |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | …ing-boot-nashorn/src/main/resources/static/js/react.js | 13689 | // Essentially calls `this.reconcileTransaction.perform(method, scope, a)` |
| MEDIUM | …ing-boot-nashorn/src/main/resources/static/js/react.js | 16896 | // children. Definitely want to avoid this. |
| MEDIUM | …spring-boot-crud/src/main/resources/css/shards.min.css | 1 | @import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600|Roboto+Mono);:root{--blue:#007bff;--indigo:# |
| MEDIUM | …spring-boot-crud/src/main/resources/css/shards.min.css | 1 | @import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600|Roboto+Mono);:root{--blue:#007bff;--indigo:# |
| MEDIUM | …boot-persistence/src/main/resources/css/shards.min.css | 1 | @import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600|Roboto+Mono);:root{--blue:#007bff;--indigo:# |
| MEDIUM | …boot-persistence/src/main/resources/css/shards.min.css | 1 | @import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600|Roboto+Mono);:root{--blue:#007bff;--indigo:# |
| MEDIUM | …pm/new-relic/newrelic-monitoring/newrelic/newrelic.yml | 252 | # Agent versions 5.10.0+ utilize both the newrelic header and W3C Trace Context headers for distributed tracing. |
| MEDIUM | …pm/new-relic/newrelic-monitoring/newrelic/newrelic.yml | 255 | # If you do not want to utilize the newrelic header, setting this to true will result in the agent excluding the new |
| MEDIUM | …apm/new-relic/currency-converter/newrelic/newrelic.yml | 293 | # Agent versions 5.10.0+ utilize both the newrelic header and W3C Trace Context headers for distributed tracing. |
| MEDIUM | …apm/new-relic/currency-converter/newrelic/newrelic.yml | 296 | # If you do not want to utilize the newrelic header, setting this to true will result in the agent excluding the new |
| MEDIUM | …ebsockets/src/main/webapp/resources/js/sockjs-0.3.4.js | 1529 | // The simplest and most robust transport, using the well-know cross |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | …sion-controller/src/test/terraform/.terraform.lock.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | …/baeldung/netflix/genie/docker/run_spark_submit_job.py | 34 | # Create a job instance and fill in the required parameters |
| MEDIUM | …dules/java-native/src/main/cpp/generateNativeLibMac.sh | 1 | # Create the header with javac -h . ClassName.java |
| MEDIUM | …-modules/java-native/src/main/cpp/generateNativeLib.sh | 1 | # Create the header with javac -h . ClassName.java |
| MEDIUM | …tive/src/main/cpp/unsatisfiedlink/generateNativeLib.sh | 2 | # Create the header with javac -h . ClassName.java |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | …ison/src/main/resources/scripts/The Grinder/grinder.py | 30 | result = request1.POST("http://localhost:8080/transactions/add", "{"'"customerRewardsId"'":null,"'"customerId"'" |
| HIGH | …ison/src/main/resources/scripts/The Grinder/grinder.py | 40 | result = request1.POST("http://localhost:8080/transactions/add", "{"'"id"'":" + txnId + ","'"customerRewardsId"' |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …pm/new-relic/newrelic-monitoring/newrelic/newrelic.yml | 182 | # Set this to true to log SQL statements instead of recording them. |
| LOW | …pm/new-relic/newrelic-monitoring/newrelic/newrelic.yml | 206 | # Set this to 0 to always report the slowest transaction trace. |
| LOW | …apm/new-relic/currency-converter/newrelic/newrelic.yml | 222 | # Set this to true to log SQL statements instead of recording them. |
| LOW | …apm/new-relic/currency-converter/newrelic/newrelic.yml | 246 | # Set this to 0 to always report the slowest transaction trace. |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …ison/src/main/resources/scripts/The Grinder/grinder.py | 3 | |
| LOW | …ison/src/main/resources/scripts/The Grinder/grinder.py | 4 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …-1.0.7/bower_components/flot.tooltip/js/jquery.flot.js | 1083 | function processData() { |
| LOW | …me/sbadmin2-1.0.7/bower_components/flot/jquery.flot.js | 1083 | function processData() { |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | …/com/baeldung/web/error/CustomAccessDeniedHandler.java | 19 | response.getOutputStream().print("Error Message Goes Here"); |