* BAEL-2337: Added test cases to find substring which are palindromes
* BAEL-2337: Changed the names of the variables
* BAEL-2237: Formatted code using formatter.xml
* BAEL-2237: Renamed method and added variety of test cases
* BAEL-2337: Renamed unit test cases name according to BBD style naming convention
* Implementing Hexagonal Architecture in java
* Removing duplicates from a string
* Fix for the code review feedback
- removing the hexagonal architecture code
- removing the methods removeDuplicatesUsingCharArray
- adding some meaningful sentences to test
* Fix for the code review feedback
- fix for removeDuplicatesUsingCharArray
- adding unit testing
- adding brackets around for loops
* Fix for the code review feedback
* Adding remove duplicates using java 8 distinct
adding assets to the unittests to test for empty strings
* Checking for empty strings in unit tests
Adding an if statement to check whether an empty string is passed to removeDuplicatesUsingSorting method
* Implementing Hexagonal Architecture in java
* Removing duplicates from a string
* Fix for the code review feedback
- removing the hexagonal architecture code
- removing the methods removeDuplicatesUsingCharArray
- adding some meaningful sentences to test
* Fix for the code review feedback
- fix for removeDuplicatesUsingCharArray
- adding unit testing
- adding brackets around for loops
* Fix for the code review feedback
* BAEL-1766: Update README
* BAEL-1853: add link to article
* BAEL-1801: add link to article
* Added links back to articles
* Add links back to articles
* BAEL-1795: Update README
* BAEL-1901 and BAEL-1555 add links back to article
* BAEL-2026 add link back to article
* BAEL-2029: add link back to article
* BAEL-1898: Add link back to article
* BAEL-2102 and BAEL-2131 Add links back to articles
* BAEL-2132 Add link back to article
* BAEL-1980: add link back to article
* BAEL-2200: Display auto-configuration report in Spring Boot
* BAEL-2253: Add link back to article
* BAEL-2200 BAEL-2287 Add links back to articles
* BAEL-2176: add link back to article
* BAEL-2142: add link to article
* Refactoring and Unit testing added based on Kevin Gilmore's advice of Sep 16, 2018
* Refactoring and Unit testing added based on Kevin Gilmore's advice of Sep 16, 2018
* Refactoring and Unit testing added based on Kevin Gilmore's advice of Sep 16, 2018
* Resolve merge conflict
Added dependency for org.passay and for org.apache.commons
* Create searching/WordIndexer.java
* Create WordIndexerUnitTest.java
* Updated in response to Kevin Gilmore's questions
"What happens if the string ends with the word you're searching for? Would the next iteration of the loop cause an error if index + wordLength is greater than the last position of the string? Be sure to test this scenario."
* Updated WordIndexer in response to Kevin Gilmore
Generally speaking, it's good practice to declare return types, parameters, variables using an interface rather than an implementation, if the interface is sufficient to satisfy the need. In this case, there's no reason you can't simply return a List of Integer. (Excellent point, fixed)
The two methods are identical. Isn't the first one supposed to be the naive approach? (It was a copy and paste error, fixed)
* saving changes...
* Update java-strings/src/main/java/com/baeldung/string/searching/WordIndexer.java
Co-Authored-By: codewarrior2000 <lpc34@columbia.edu>
* Update java-strings/src/main/java/com/baeldung/string/searching/WordIndexer.java
Co-Authored-By: codewarrior2000 <lpc34@columbia.edu>
* Update java-strings/src/test/java/com/baeldung/string/searching/WordIndexerUnitTest.java
Co-Authored-By: codewarrior2000 <lpc34@columbia.edu>
* Respond to Kevin Gilmore's code changes
* Debugging code change to JUnit
* Bean Object, server side and client side example for event streaming
example
* BAEL-1628
Access a File from the Classpath in a Spring Application
* inputstream retrieval added
* Removed files related to evaluation article
* + Aligning code to the article. Removed Utility methods and classes
* Precommit fix
* PMD fixes
* Code Review changes
Refactored : whenResourceUtils_thenReadSuccessful
* BAEL-1934
* +indentation correction in pom.xml
* synced with master
* Precommit : rebase
* BAEL-1782
* BAEL - 2166 : Password Generation
* Removed unnecessary javaDoc
* Segregated utility method
* BAEL-1766: Update README
* BAEL-1853: add link to article
* BAEL-1801: add link to article
* Added links back to articles
* Add links back to articles
* BAEL-1795: Update README
* BAEL-1901 and BAEL-1555 add links back to article
* BAEL-2026 add link back to article
* BAEL-2029: add link back to article
* BAEL-1898: Add link back to article
* BAEL-2102 and BAEL-2131 Add links back to articles
* BAEL-2132 Add link back to article