Commit Graph

16 Commits

Author SHA1 Message Date
ashleyfrieze
73addd6246 BAEL-5354 Add improvement to cover JDK11 solution to the repeated string problem (#11756) 2022-01-30 21:49:04 -06:00
Teica
9ef74e2c29 BAEL-5277 generate string of repeated characters (#11611)
* BAEL-5277 generate string of repeated characters

* BAEL-5277 fixed test

* BAEL-5277 fixing tests

* removed public from class and methods, removed unnecessary test examples, extracted contants

* renamed constants

* renamed a test

* fixed the string repeat test

* removed public from class and method

* modified the test

* reset the java version

* tests added

* added apache dependency

* removed repeat method for string

* updated tests

* fixed tests

* added two additional tests

* formatted code

* renaming variables

* 1.0.0 | FIX removed unnecessary annotation

* removing EMPTY_STRING constant

Co-authored-by: Matea Pejčinović <matea.pejcinovic@intellexi.hr>
2022-01-12 23:44:15 +00:00
Loredana Crusoveanu
b35c4e810d Merge branch 'master' into fix-5227 2021-12-02 11:16:06 +02:00
Matea Pejčinović
1136538b0b removed Hamcrest 2021-12-01 21:28:24 +01:00
Teica
3041ad3724 Feature bael 5253 (#11526)
* BAEL-5032 Swagger to PDF

* BAEL-5032 added lombok as dependency

* BAEL-5253 moving the tests to other module

* renaming the test class

* Update pom.xml

* Update pom.xml

* Update pom.xml

* Delete pom.xml

* Create pom.xml

Co-authored-by: Matea Pejčinović <matea.pejcinovic@intellexi.hr>
2021-11-29 16:26:16 -08:00
Matea Pejčinović
4f0535e070 renaming the test class 2021-11-28 18:14:42 +01:00
Matea Pejčinović
12baca5a20 BAEL-5253 moving the tests to other module 2021-11-28 18:03:38 +01:00
Ashish Gupta
34c2e1947f Update EmailValidationUnitTest.java 2021-09-12 14:53:30 +05:30
Ashish Gupta
e8ae5d9f1b Update EmailValidationUnitTest.java 2021-09-12 13:20:42 +05:30
Ashish Gupta
73182cabd3 Update EmailValidation.java 2021-09-12 13:19:16 +05:30
Ashish Gupta
784ff6380d Update EmailValidationUnitTest.java 2021-08-16 11:58:55 +05:30
Ashish Gupta
298a826c74 Update EmailValidationUnitTest.java 2021-08-16 11:51:31 +05:30
Ashish Gupta
5d53c22160 Update EmailValidation.java 2021-08-16 11:50:58 +05:30
Ashish Gupta
09e94ba850 Add files via upload 2021-08-07 12:38:09 +05:30
Ashish Gupta
72b4a568b4 Add files via upload 2021-08-07 12:34:38 +05:30
wugangca
ef0128e21a BAEL-3418 Check If Two Strings Are Anagrams in Java (#8139)
* BAEL-3418 Check If Two Strings Are Anagrams in Java

* BAEL-3418 Update code based on code review feedback.

* BAEL-3418 Update comments and rename constant based on code review feedback.

* Move the repository to core-java-modules/core-java-string-algorithms-3/

* BAEL-3418 Only support alpha characters for the anagram

* BAEL-3418 use preprocess in a separate method

* BAEL-3418 Remove the temp variables
2019-12-07 20:35:19 +00:00