Commit Graph

256 Commits

Author SHA1 Message Date
Eric Martin 1e777f9859
Merge pull request #7621 from wugangca/BAEL-3146
BAEL-3146 Source code for article: Checked and Unchecked Exceptions i…
2019-08-25 14:11:28 -05:00
amit2103 88b03226de Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-16822 2019-08-25 23:08:25 +05:30
Gang 2796491d84 Add @Test annotation 2019-08-25 11:13:21 -06:00
NickTononi 3a5f594754 [BAEL-3149] Java 'private' access modifier (#7622)
* Added private access modifier to tutorials

* added private access modifier example to core-lang-2 module

* [BAEL-3149] Java 'private' access modifier

* Update core-java-modules/core-java-lang-oop-2/src/main/java/com/baeldung/core/modifiers/Employee.java

Co-Authored-By: KevinGilmore <kpg102@gmail.com>

* Update core-java-modules/core-java-lang-oop-2/src/main/java/com/baeldung/core/modifiers/Employee.java

Co-Authored-By: KevinGilmore <kpg102@gmail.com>
2019-08-25 11:11:24 -05:00
Kamlesh Kumar 1888614f84 Updated code example and test case for mutex (#7642) 2019-08-25 08:43:47 -07:00
amit2103 5a2809de8b [BAEL-16822] - Aligned module names, folder names and artifact id 2019-08-25 19:09:24 +05:30
rpvilao 58595acd6f
Merge pull request #7630 from rahulgul8/3150
Adding System.exit example
2019-08-25 11:07:08 +02:00
Dhawal Kapil 64f32d82eb BAEL-16809 Slice 4 | The top 100 articles should have their own package in the module (#7615) 2019-08-24 18:57:42 -04:00
m.raheem 4dd44a29d8 Adding unit test for Student grade 2019-08-24 13:50:24 +02:00
m.raheem 02f3d58660 refactoring Student class grade field 2019-08-24 13:46:39 +02:00
m.raheem 6f04980436 Merge branch 'master' of https://github.com/eugenp/tutorials into public-access-modifier 2019-08-24 12:06:20 +02:00
Loredana Crusoveanu 7bcfd6bfa4
Merge pull request #7595 from dkapil/task/BAEL-16783
BAEL-16783 Slice 2 | The top 100 articles should have their own packa…
2019-08-23 21:38:29 +03:00
rahul 7c4c816c56 Adding System.exit example 2019-08-23 08:57:21 +05:30
Philippus Baalman ad54ac6f5e
Fix message for exception 2019-08-23 00:29:27 +02:00
Philippus Baalman 72a108f960
Drop last 4 bytes of computed SHA-1 hash 2019-08-23 00:23:46 +02:00
m.raheem 1756cfe008 nested datatypes example 2019-08-21 16:49:09 +02:00
Gang 0630b2dffc BAEL-3146 Source code for article: Checked and Unchecked Exceptions in Java 2019-08-20 22:53:05 -06:00
m.raheem c1d88b7364 renaming bigDecimalGrade method + removing the GENDER constant 2019-08-18 16:40:13 +02:00
m.raheem 12bc0fcfd9 changing public static final field example 2019-08-18 13:54:19 +02:00
m.raheem 8d96692840 Merge branch 'master' of https://github.com/eugenp/tutorials into public-access-modifier 2019-08-18 13:52:16 +02:00
Dhawal Kapil a7c0f0b0d9 BAEL-16783 Slice 2 | The top 100 articles should have their own package in the module 2019-08-17 00:57:57 +05:30
Loredana Crusoveanu 1563751bf6
Merge pull request #7583 from eugenp/lor6-patch-2
Create README.md
2019-08-16 10:22:19 +03:00
Kamlesh Kumar 4562a2fa07 Code example: Using a Mutex Object in Java (#7587) 2019-08-16 07:58:26 +02:00
Loredana Crusoveanu c28bfc9c67
Create README.md 2019-08-15 11:09:05 +03:00
smokeyrobot e79a2858c3 Bael 3000 (#7384)
* Commit for Eval Article pull request

* Revert "Commit for Eval Article pull request"

* BAEL-46 - Deleted duplicate class.

* BAEL-46 - Fixed old script version

* BAEL-46 - Updated per editor review

* BAEL-46 - Updated JMX for corrected parameters

* BAEL-46 - Corrected Name and Directory

* Bael-3000 - initial commit

* Bael-3000 - update per review

* Bael-3000 - Updated per code review

* Bael-3000 - Updated per code review

* Update core-java-modules/core-java-jndi/pom.xml

Co-Authored-By: KevinGilmore <kpg102@gmail.com>

* Update core-java-modules/core-java-jndi/pom.xml

Co-Authored-By: KevinGilmore <kpg102@gmail.com>
2019-08-15 08:55:05 +01:00
collaboratewithakash 988f52c342
Back-link added 2019-08-13 17:00:36 +05:30
collaboratewithakash c7f2df1dc3
Back-link added 2019-08-13 16:52:29 +05:30
collaboratewithakash 278b4e6cbb
Back-link added 2019-08-13 16:37:43 +05:30
vatsalgosar 47512231c8 BAEL-3118 (#7552)
* BAEL-3118
- Increment Decrement Unary Operators

* BAEL-3118
- Added UnitTests for Increment Decrement Unary Operators

* BAEL-3118

* BAEL-3118
- Added new module core-java-lang-operators/pom
- Added increment and decrement unary operators unit tests

* BAEL-3118

* modified artifact id

* refactoring - poackage renamed
2019-08-10 22:18:57 +02:00
dupirefr fc16a47078 Added factory methods to create cars 2019-08-10 11:51:15 +02:00
Priyesh Mashelkar 2a9050ef90 BAEL-2904 Improvement: Move Lambda Related Articles (#7519) 2019-08-10 01:39:38 -04:00
Kumar Chandrakant 243882bf15 Java GSS (#7541)
* Adding source code for tutorial tracked under BAEL-3171.

* Incorporated review comments on the article.

* Resolved merge conflicts.

* Incorporated review comments on the article.
2019-08-09 21:48:05 +02:00
sreekanth.nair c9176915cb [BAEL-3121] Added source for finding number of lines in a file 2019-08-09 08:29:13 +05:30
Kumar Chandrakant 69fb214962 Adding source code for tutorial tracked under BAEL-3171. (#7523) 2019-08-08 07:27:16 +02:00
m.raheem b43787bca5 modifying ListOfThree class 2019-08-06 20:49:10 +02:00
m.raheem 5a1a468c78 review modifications 2019-08-06 18:34:33 +02:00
vatsalgosar f767e462f5 BAEL-3184 (#7505)
- Moved operator related modules from core-java-lang-syntax to core-java-lang-operators
2019-08-05 07:54:57 +02:00
Loredana Crusoveanu 2ab57b46a1
Merge pull request #7474 from johnA1331/master
Bi-monthly test fix - BAEL-15972
2019-08-05 00:24:08 +03:00
vatsalgosar 94522094c1 BAEL-3118 (#7488)
* BAEL-3118
- Increment Decrement Unary Operators

* BAEL-3118
- Added UnitTests for Increment Decrement Unary Operators

* BAEL-3118

* BAEL-3118
- Added new module core-java-lang-operators/pom
- Added increment and decrement unary operators unit tests

* BAEL-3118

* modified artifact id
2019-08-04 13:11:01 +02:00
Loredana Crusoveanu 6d7ff4f62a
Create README.md 2019-08-04 01:04:05 +03:00
m.raheem d5fd9a0d9a correcting unit test class name 2019-08-03 23:14:17 +02:00
m.raheem af38c30c00 init 2019-08-03 23:03:26 +02:00
eric-martin 95c467aa12 Remove extra .gitignore files 2019-08-02 21:38:25 -05:00
johnA1331 cb3d029a25
Update README.md 2019-08-02 22:20:26 +08:00
johnA1331 841963c79d
Update README.md 2019-08-02 22:19:26 +08:00
johnA1331 928727cd17
Update README.md 2019-08-02 22:14:57 +08:00
johnA1331 a2ed702b34
Update README.md 2019-08-02 22:06:10 +08:00
johnA1331 7050b07c95
Update README.md 2019-08-02 22:05:01 +08:00
johnA1331 6cfd5ad564
Update README.md 2019-08-02 21:54:04 +08:00
dupirefr 13da8b8cee [BAEL-3117] XOR implementations 2019-08-02 08:07:39 +02:00
vatsalgosar 4b6871b1fc BAEL-3118 (#7458)
* BAEL-3118
- Increment Decrement Unary Operators

* BAEL-3118
- Added UnitTests for Increment Decrement Unary Operators

* BAEL-3118
2019-08-01 20:42:03 +02:00
sreekanth.nair 2aa2f078dd [BAEL-3121] Added source for finding number of lines in a file 2019-07-30 12:55:29 +05:30
Kumar Chandrakant 36ad6f15ef Adding code for the tutorial tracked under BAEL-3073. (#7442) 2019-07-30 08:09:34 +02:00
fanatixan 9b97533de7 bael-3119 (#7436) 2019-07-29 07:46:22 +02:00
Loredana Crusoveanu ba31134cfd
Merge pull request #7373 from johnA1331/master
Bi-monthly test fix - BAEL-16046
2019-07-28 12:57:21 +03:00
amit2103 1be61beeb3 [BAEL-16086] - Moved core-java-arrays module, added missing pom.xml, fixed pmd errors 2019-07-27 17:58:14 +05:30
Eric Martin 5c3a1752fd
Merge pull request #7398 from rahulgul8/development
Checking if a URL Exists in Java
2019-07-26 09:44:49 -05:00
Carlos Cano 0d7a1747cc Checking if an array is sorted in java (#7385)
* SortedArrayChecker

* add recursivity method with custom object

* change test names

* add new case with comparator

* update methods with comparable param

* format

* fix test

* change sign by comparable

* change employee by object. Rename method
2019-07-25 21:09:02 +02:00
rahul 45f85e2c7d Changing the parent pom for core-java-networking-2 2019-07-25 07:49:53 +05:30
rahul 7000dfe094 Checking if a URL Exists in Java 2019-07-23 21:49:03 +05:30
Loredana Crusoveanu 006bb85ca2
Update README.md 2019-07-21 11:47:08 +03:00
Loredana Crusoveanu ca10190f5b
Update README.md 2019-07-21 11:46:51 +03:00
johnA1331 f66288d9b5
Update README.md 2019-07-21 16:23:10 +08:00
johnA1331 9bdd157a48
Update README.md 2019-07-21 16:22:48 +08:00
johnA1331 0fa09cf5ae
Update README.md 2019-07-21 16:22:09 +08:00
johnA1331 1d4c353cf6
Create README.md 2019-07-21 16:00:24 +08:00
Carlos Cano 7eaa85d524 add constructor chaining example (#7125) 2019-07-20 23:20:19 -04:00
Loredana Crusoveanu ec0f63404c
Merge pull request #7213 from amit2103/BAEL-14274-17
[BAEL-14274] - Fixed article code for https://www.baeldung.com/java-g
2019-07-20 21:31:29 +03:00
rpvilao 085d49aee8
Merge pull request #7354 from sreekanthsnair/master
Get Current Directory Using Java
2019-07-20 09:32:34 +02:00
Loredana Crusoveanu fda4339462
Merge pull request #7358 from eugenp/lor6-patch-4
Update README.md
2019-07-19 13:40:36 +03:00
Loredana Crusoveanu 9a0d24b26f
Update README.md 2019-07-19 13:06:29 +03:00
Loredana Crusoveanu 8226e6982f
Update README.md 2019-07-19 12:54:52 +03:00
sreekanth.nair c9599313c8 Get Current Directory Using Java 2019-07-19 11:46:05 +05:30
Loredana 4e12f7b87b update guava list to string type 2019-07-17 20:17:26 +03:00
Loredana Crusoveanu 9d9806306a
Merge pull request #7173 from amit2103/BAEL-14274-7
[BAEL-14274] - Fixed article code for https://www.baeldung.com/java-o
2019-07-17 15:24:02 +03:00
sheryllresulta b7e27478c5
Create README.md
[skip ci]
2019-07-15 04:21:44 -07:00
sheryllresulta 16105dc94c
Update README.md
[skip ci]
2019-07-15 04:17:07 -07:00
sheryllresulta caec5d3d6b
Create README.md
[skip ci]
2019-07-15 04:16:06 -07:00
sheryllresulta aeb237ceb9
Create README.md
[skip ci]
2019-07-15 04:12:06 -07:00
sheryllresulta 81ae72d8a2
Create README.md
[skip.ci]
2019-07-15 04:09:03 -07:00
amit2103 f4a0913e79 [BAEL-15942] - POM Properties Cleanup 2019-07-14 18:40:26 +05:30
Loredana Crusoveanu 50b54ffa8a
Merge pull request #7287 from amit2103/BAEL-15319
[BAEL-15319] - Check modules that don't use our standard parents
2019-07-12 23:55:30 +03:00
Carlos Cano fc260052b7 Checking if an array is sorted in java (#7273)
* SortedArrayChecker

* add recursivity method with custom object

* change test names
2019-07-11 19:00:34 +02:00
amit2103 8510c61724 [BAEL-15319] - Check modules that don't use our standard parents 2019-07-10 12:16:50 +05:30
amit2103 37e402eb60 [BAEL-15322] - Fix formatting of POMs 2019-07-07 23:59:01 +05:30
Loredana Crusoveanu ac63ae28ab
Merge pull request #7258 from amit2103/BAEL-15321
[BAEL-15321] - Extracted versions into properties
2019-07-07 17:01:45 +03:00
Loredana Crusoveanu 3d5931b0ab
Merge branch 'master' into master 2019-07-06 23:27:06 +03:00
amit2103 73ea42d0ae [BAEL-15321] - Extracted versions into properties 2019-07-07 01:08:17 +05:30
ashleyfrieze 2913643e81 Add examples for BiFunction and BinaryOperator (#7252)
Rename the test methods
2019-07-06 08:05:03 -05:00
Nivedan Bamal 404d9b65be Adds 'Removing an element from an Array' examples (#7105)
* Adds 'Removing an element from an Array' examples

* updated pom version for commons-lang3 to 3.9
2019-07-05 21:22:54 -06:00
Harsha Veeravalli 02cb552470 [BAEL-2999] Improve Jagged Arrays article (#7201)
* Hexagonal Architecture in Java

* Hexagonal Architecture in Java - incorporated feedback

* BAEL-2999

* Removing the evaluation article code.

* Corrected indentation for continuations
2019-07-05 21:16:20 -06:00
Krzysztof Majewski 9b4f63704a BAEL-3001 2019-07-03 20:06:46 +02:00
collaboratewithakash f10889579d
Back-link added 2019-07-03 12:40:27 +05:30
collaboratewithakash 45a6be9c85
Back-link added 2019-07-03 12:35:22 +05:30
collaboratewithakash 2c4a1a9830
Back-link added 2019-07-03 12:22:56 +05:30
collaboratewithakash d1251f762b
Back-link added 2019-07-03 11:58:11 +05:30
collaboratewithakash d4f0f09948
Back-link added 2019-07-03 11:37:52 +05:30
collaboratewithakash 9a34e576c9
Back-link added 2019-07-03 11:37:42 +05:30
collaboratewithakash cb82c9828b
Back-link added 2019-07-03 11:26:49 +05:30
collaboratewithakash b886923aa9
Back-link added 2019-07-02 13:37:46 +05:30