Tom Hombergs
455385d66e
Merge pull request #4579 from amitabhmandal/BAEL-1896
...
BAEL-1896: Guide to GregorianCalendar
2018-07-08 20:41:35 +02:00
amitabhmandal
9c8973f83f
Refactored Junits
2018-07-08 22:02:45 +05:30
Mrudav Shukla
30b439458e
BAEL-1921 - added example code and unit test for GlobalExceptionHandler ( #4646 )
...
* added example code and unit test for GlobalExceptionHandler
* Code for common exceptions
2018-07-08 14:11:29 +02:00
Loredana Crusoveanu
e78ca7c830
Merge pull request #4606 from kiview/bael-1930-encrypt
...
[BAEL-1930] Encryption and decryption of files using JDK
2018-07-07 17:45:50 +03:00
Loredana Crusoveanu
da1db70aad
Update FileEncrypterDecrypterIntegrationTest.java
2018-07-07 15:40:12 +03:00
chandra
463d159f59
Added unit test for Thread.join method
2018-07-04 01:39:17 -04:00
amitabhmandal
6d60eabea8
BAEL-1896: Refactored names
2018-07-04 07:42:37 +05:30
amitabhmandal
1487b9195b
BAEL-1896. Fixed Junits
2018-07-03 14:52:42 +05:30
Kevin Wittek
c0aaed7474
[BAEL-1930] Encryption and decryption of files using JDK
2018-07-01 21:05:28 +02:00
amitabhmandal
2191bb639d
BAEL-1896 Added test cases
2018-06-30 14:37:38 +05:30
Loredana Crusoveanu
76317f8052
Merge branch 'master' into master
2018-06-30 11:26:37 +03:00
amitabhmandal
0d84a49456
BAEL-1896: Guide to GregorianCalendar
2018-06-28 15:42:30 +05:30
Amit Pandey
e3978a5f95
Bael 4461 3 ( #4557 )
...
* [BAEL-4462] - Fixed integration tests
* [BAEL-7055] - Fix JUNIT in core java module
2018-06-27 09:15:09 +02:00
Loredana Crusoveanu
07f3ab60fd
Merge pull request #4517 from asturcon/tutorials/titleCase
...
BAEL-1928 - Convert a string to title case
2018-06-26 22:30:30 +03:00
Loredana Crusoveanu
36dd4888f4
Merge pull request #4538 from asturcon/tutorials/dateWithoutTime
...
BAEL-1894 - Date without time
2018-06-26 21:14:15 +03:00
Dhawal Kapil
08b589e8f6
BAEL-1892 Get Integer Values from Date
...
-Added classes to show case how to extract values from classes Date and Calendar, and LocalDate, LocalDateTime, ZonedDateTime and OffSetDateTime
-Added unit test cases for all classes
2018-06-26 18:39:32 +01:00
gangadkho
a0b0e1c705
Java Custom Exception
2018-06-26 14:48:41 +08:00
Marcos Lopez Gonzalez
6f125f2fe2
tests date without time
2018-06-24 20:23:43 +02:00
enpy
1024102d9a
BAEL-1733 ( #4417 )
...
* BAEL-1733
* naming conventions settled
* createManifestFile method added
* remove accidentally created MANIFEST.MF file from the project root flder
2018-06-24 11:57:24 -05:00
Marcos Lopez Gonzalez
914859d629
Date without time
2018-06-24 12:15:09 +02:00
Rajat Garg
1848c25f49
Bael 1734 get file extension in java ( #4522 )
...
* change method to return Optionals
* add check for empty Optional
* replace ifPresent() with get()
* remove extra check
2018-06-21 20:03:53 +01:00
Pablo Castelnovo
6d56fc5438
BAEL-1848 final and immutable objects in Java ( #4515 )
...
* Strange git issue with README.MD, wouldn't revert the file
* final and immutable objects in Java
* Move tests to src/test/
* BAEL-1848 renamed test class
2018-06-21 01:42:37 +02:00
Marcos Lopez Gonzalez
dfbd91a678
renamed test class
2018-06-20 23:12:30 +02:00
Marcos Lopez Gonzalez
5d589d37d4
convert string to tiltle case
2018-06-20 22:57:14 +02:00
Rajat Garg
974637a273
change method to return Optionals ( #4464 )
...
* change method to return Optionals
* add check for empty Optional
2018-06-17 20:41:40 +01:00
Predrag Maric
122a43a5d6
Bael 1773 refactor ( #4498 )
...
* Strange git issue with README.MD, wouldn't revert the file
* BAEL-1773 Coe moved to algorithm module
2018-06-17 12:56:31 +02:00
Marcos Lopez Gonzalez
2a07b03b69
BAEL-1773 Find the middle element of a Linked List ( #4463 )
...
* BAEL-1773 - find middle element of linked list
* changes from review
* changes from review
* find middle element in linked list
* typo
* changes from CR
* BAEL-1773 formatting
2018-06-12 03:12:07 +02:00
smokeyrobot
b5dc7fa1af
Bael 1765 ( #4342 )
...
Guide to java.util.Arrays
Issue: BAEL-1765
2018-06-11 08:10:38 -06:00
Amit Pandey
a54c9e0c9e
Bael 4461 2 ( #4444 )
...
* [BAEL-4462] - Fixed integration tests
* [BAEL-4462] - Fixed integration tests
* [BAEL-4462] - Fixed integration tests
* [BAEL-4462] - Fixed integration tests
* [BAEL-4462] - Fixed integration tests
* [BAEL-4462] - Fixed integration tests
* [BAEL-4462] - Fixed integration tests
* [BAEL-4462] - Fixed integration tests
* [BAEL-4462] - Fixed integration tests
* [BAEL-4462] - Fixed integration tests
* [BAEL-4462] - Fixed integration tests
* [BAEL-4462] - Fixed integration tests
* [BAEL-4462] - Fixed integration tests
* [BAEL-4462] - Fixed integration tests
* Fix verification times
2018-06-11 10:18:30 +02:00
Marcos Lopez Gonzalez
0a3d212a2a
BAEL-1773 Find the middle element of a Linked List. ( #4425 )
...
* BAEL-1773 - find middle element of linked list
* changes from review
* changes from review
* find middle element in linked list
* typo
2018-06-08 07:35:46 +02:00
pivovarit
11fa0cf492
Disable PMD aggregate
2018-06-05 10:03:20 +02:00
Shubhra
642bff3077
BAEL-1761 Jagged Arrays In Java
2018-06-03 17:59:24 +05:30
Amit Pandey
7206e64bef
Bael 6556 3 ( #4382 )
...
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* [BAEL-6556] - Next set of renames of testcases
* [BAEL-6556] - Next set of renames of testcases
* [BAEL-6556] - Next set of renames of testcases
* [BAEL-6556] - Next set of renames of testcases
2018-06-01 13:12:51 +02:00
Amit Pandey
dfcc0cab05
Bael 6556 2 ( #4365 )
...
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* [BAEL-6556] - Next set of testcase renamed
2018-05-29 22:14:19 +02:00
Marcos Lopez Gonzalez
260e805b69
BAEL-1773 Find the middle element of a Linked List. ( #4350 )
...
* BAEL-1773 - find middle element of linked list
* changes from review
* changes from review
2018-05-28 21:20:37 +02:00
cdjole
89d1127fb2
BAEL-1798 test example added ( #4347 )
2018-05-27 10:08:21 -07:00
cdjole
67616cdda3
BAEL-1798 ( #4322 )
2018-05-23 19:06:07 -07:00
Rajat Garg
4c333aeeb3
BAEL-1734 add different methods to find file extension ( #4122 )
...
* BAEL-1734 add different methods to find file extension
* fix camel case formatting for variables
* fix variable name
Remove camel casing for variable name as it is a single word.
2018-05-23 09:14:17 +01:00
Loredana Crusoveanu
537c1d1150
move design patterns to new module ( #4206 )
...
* move design patterns to new module
* fix logger import
2018-05-11 09:11:13 +02:00
ramansahasi
07838a2d25
BAEL-1739 - Check If a String is Numeric in Java ( #4209 )
...
* BAEL-1725 Java Pass-by-reference vs Pass-by-value - First commit
* updated test cases
* First commit consisting only of test cases
* First commit with test cases
* Introduced JMH Michrobenchmarking
* Minor corrections
2018-05-10 13:41:33 -07:00
amit2103
cfd98d2fe3
[Bael 6056] - Move collection-related logic from core-java to core-java-collections ( #4114 )
...
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* [BAEL-6056] - Move collection-related logic from core-java to core-java-collections
* [BAEL-6056] - Move collection-related logic from core-java to core-java-collections
* [BAEL-6056] - Move collection-related logic from core-java to core-java-collections
* [BAEL-6056] - Move collection-related logic from core-java to core-java-collections
2018-04-29 08:38:59 +02:00
chrisoberle
12cdd5357d
BAEL-1706 move code to guest module ( #4123 )
2018-04-28 13:50:47 -05:00
ramansahasi
5f1b1b0b0d
BAEL-1725 Java Pass-by-reference vs Pass-by-value - First commit ( #4058 )
...
* BAEL-1725 Java Pass-by-reference vs Pass-by-value - First commit
* updated test cases
2018-04-23 07:57:02 -07:00
chrisoberle
57a4f160aa
BAEL-1706 - optional parameters in java ( #4050 )
...
* BAEL-1706 - optional parameters in java
* minor adjustments per review
* add tests
* fix formatting
* fix constructor issue with MultiVitaminOverloading
* BAEL-1706 Test name change, formatting
2018-04-22 23:55:00 +02:00
Tom Hombergs
80f8fee3c2
Merge pull request #4056 from eugenp/BAEL-1683
...
Bael 1683
2018-04-22 23:22:09 +02:00
Donato Rimenti
5f83980363
BAEL 1639: added singleton examples and test. ( #3977 )
2018-04-21 18:51:14 +02:00
Adrian Precub
263009fb32
BAEL-1202: java keystore ( #4011 )
2018-04-18 13:21:51 +02:00
Loredana Crusoveanu
d10437c7ab
ignore clear properties test
2018-04-15 14:19:50 +03:00
Senthil Kumar Subramanian
b9d21e3210
BAEL-1683-Guide to Java Clock class
2018-04-12 07:42:42 +05:30
Felipe Santiago Corro
d3c292a093
Array to List tests ( #3960 )
2018-04-11 12:50:08 -07:00