Commit Graph

23 Commits

Author SHA1 Message Date
Kai Yuan
512eb3b5a5 [BAEL-6371_char_frequence] Find the Most Frequent Characters in a String (#13877) 2023-04-23 20:46:39 -05:00
Dhawal Kapil
bb5bfa992a JAVA-19536 Fix formatting of pom.xmls 2023-04-05 07:14:09 +05:30
sampadawagde
6b1dd1563d JAVA-10138 - Fix formatting of POMs 2022-03-13 14:48:44 +05:30
ashleyfrieze
73addd6246 BAEL-5354 Add improvement to cover JDK11 solution to the repeated string problem (#11756) 2022-01-30 21:49:04 -06:00
Krzysiek
8e107364da JAVA-9486: Use guava.version defined in the parent pom 2022-01-17 20:18:43 +01:00
kwoyke
0b629590de Merge pull request #11670 from freelansam/JAVA-9022
JAVA-9022: Fix formatting of POMs
2022-01-13 09:50:07 +01: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
sampadawagde
150dbd10e7 JAVA-9022: Fix formatting of POMs 2022-01-10 22:05:47 +05:30
Loredana Crusoveanu
ece4d5af42 remove duplicate dependency 2021-12-02 11:20:46 +02: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
Krzysiek
b978d68efb JAVA-8436: Remove AssertJ depenendency from the child modules - part 4 2021-11-18 14:03:13 +01:00
freelansam
2dd519f647 Merge branch 'master' into JAVA-8204 2021-11-09 18:20:05 +05:30
sampadawagde
2982c91e7d JAVA-8204: Fix formatting of POMs 2021-11-09 16:27:03 +05:30
chaos2418
e29458d406 JAVA-1665: updated parent-java's junit and surefire configurations 2021-11-03 09:03:23 +05:30
freelansam
160b977f61 JAVA-7433: Fix references to parents (#11275) 2021-10-05 01:08:39 +05:30
Ashish Gupta
f7a4cd0861 Update pom.xml 2021-08-07 12:33:12 +05:30
freelansam
69a1db0eb0 JAVA-6475: Fix formatting of POMs (#11087)
* JAVA-6475: Fix formatting of POMs

* correct build error
2021-08-03 00:27:15 +05:30
sampadawagde
05864e8bc2 JAVA-5223: Fix formatting of POMs (Part 5) 2021-05-06 22:41:38 +05:30
Krzysztof Woyke
b13ae16104 JAVA-3586: Get rid of the overriden commons-lang3.version property 2021-01-04 23:01:41 +01:00
François Dupire
da21b60f9a [JAVA-1657] Junit and Maven Surefire Plugin upgrade in core-java-modules (#9301)
* [JAVA-1657] core-java-modules JUnit and Maven Surefire Plugin upgrade

* [JAVA-1657] Changed sub modules parents to core-java-modules and core-java-modules to parent-java

* [JAVA-1657] Upgraded JUnit Jupiter version

* [JAVA-1657] Get JUnit 4 dependency transitively
2020-05-25 19:45:48 +05:30
amit.pandey
04c9af4965 pom formatting 2020-03-15 18:22:24 +05:30
amit.pandey
b315bf35c6 move versions in properties 2020-01-16 01:53:26 +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