mherbaghinyan
027f011e67
super keyword
2018-05-16 17:03:42 +04:00
mherbaghinyan
477bb63e21
this keyword
2018-05-14 18:59:29 +04:00
mherbaghinyan
6adc92c451
hiding test
2018-05-14 11:49:03 +04:00
mherbaghinyan
5b7c29e7bf
renaming the variable
2018-05-14 11:21:52 +04:00
mherbaghinyan
333168fce1
Merge remote-tracking branch 'upstream/master' into BAEL-1754
2018-05-12 11:11:39 +04:00
mherbaghinyan
35c5016dac
method hiding
2018-05-12 10:56:27 +04:00
Loredana Crusoveanu
85f8404b40
fix logger import
2018-05-12 01:27:49 +03: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
mherbaghinyan
2a92926cad
remove stream
2018-05-08 09:15:51 +04:00
mherbaghinyan
0ee2e1adfc
parent/child variable classes
2018-05-07 16:17:56 +04:00
mherbaghinyan
0128224acc
add instance variable hiding class
2018-05-06 22:44:11 +04:00
mherbaghinyan
4ad8042522
test the results
2018-05-05 10:26:51 +04:00
mherbaghinyan
9a496e0d25
Composite design pattern
2018-05-03 12:13:12 +04: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
Loredana Crusoveanu
594ebafdff
Merge pull request #4060 from MherBaghinyan/BAEL-1718
...
Bael 1718
2018-04-26 00:18:47 +03:00
Seun Matt
4ff02d4213
added example code for Java mail ( #4101 )
2018-04-25 07:52:05 -07:00
mherbaghinyan
313186ceb7
testing changes
2018-04-24 09:22:20 +04:00
Michael Pratt
79fa4592e0
Demonstration of Java assert
2018-04-23 22:14:53 +00: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
mherbaghinyan
e269f7e599
variable name changes
2018-04-22 17:13:38 +04:00
Donato Rimenti
5f83980363
BAEL 1639: added singleton examples and test. ( #3977 )
2018-04-21 18:51:14 +02:00
mherbaghinyan
81b9a8971e
service locator pattern
2018-04-20 21:38:28 +04:00
mherbaghinyan
78a6c223eb
service locator pattern
2018-04-20 10:11:59 +04: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
Loredana Crusoveanu
90e6ec20e7
add txt files
2018-04-15 10:11:45 +03:00
Loredana Crusoveanu
f8e6940155
add in mem db
2018-04-15 09:35:00 +03:00
Loredana Crusoveanu
78912c3d3b
replace hsql with h2
2018-04-15 09:21:07 +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
Loredana Crusoveanu
dca0a7c474
Merge pull request #3958 from MherBaghinyan/BAEL-1638
...
BAEL-1638
2018-04-09 13:17:03 +03:00
mherbaghinyan
5d636bac03
move javafx code to a separate module
2018-04-08 23:20:59 +04:00
Senthil Kumar Subramanian
b2dfcd9469
BAEL-1683-Guide to Java Clock class
2018-04-08 16:39:10 +05:30
Kashif Masood
13bedabb99
BAEL-1530 - Guide to java.lang.System ( #3616 )
...
* Different types of bean injection in Spring - eval
* Different types of bean injection in Spring - eval - changed to java config
* Different types of bean injection in Spring - eval - unit tests and fixes
* BAEL-1530 - Guide to java.lang.System
* removed eval article stuff
* updated unit tests: removed sysouts and unrelated stuff
* updated examples for easiness. refactoring.
* fixed typos, identified by unit tests
* broken into multiple unit tests
2018-04-07 17:35:45 +02:00
Loredana Crusoveanu
a81bd92cef
Merge pull request #3894 from MherBaghinyan/BAEL-1638
...
Bael 1638
2018-04-04 01:04:27 +03:00
mherbaghinyan
90e6d2e19b
minor changes
2018-04-04 00:05:36 +04:00
Antonio David Perez Morales
ad40040852
BAEL-1531 Add class to connect to secured server ( #3919 )
2018-04-03 12:43:24 +02:00
Alejandro Gervasio
2ed8ad2e00
Inheritance and Composition (Is-a vs Has-a relationship) in Java - BAEL-1598 ( #3871 )
...
* Initial Commit
* Fix package names
2018-04-01 20:50:12 -05:00
raghav-jha
1de8475a99
BAEL-1576 Added implementation for finding sum in a boxed integer array ( #3901 )
2018-03-28 17:37:33 +01:00
mherbaghinyan
5f90412f7c
JavaFX UI
2018-03-27 10:11:05 +04:00
raghav-jha
8441d41fdc
BAEL-1586 Modified logic to use forEach loop ( #3879 )
...
* BAEL-1586 Modified logic to use forEach loop
* BAEL-1586 Added Unit Test For Finding Average Given an Empty Array
2018-03-25 21:07:31 +01:00
Loredana Crusoveanu
7a77e32fe6
ignore long test
2018-03-24 21:34:44 +02:00
Loredana Crusoveanu
017dc92d50
Merge branch 'BAEL-1599-v2' of https://github.com/eugenp/tutorials into BAEL-1599-v2
2018-03-24 21:33:32 +02:00
Loredana Crusoveanu
98010d02e4
set default timezone
2018-03-24 21:27:02 +02:00
Loredana Crusoveanu
8182d49cf2
Update DaylightSavingTimeJavaTimeExamplesTest.java
2018-03-24 20:16:49 +02:00
Loredana Crusoveanu
72b2e5e984
Update DaylightSavingTimeJavaTimeExamplesTest.java
2018-03-24 17:30:49 +02:00