Commit Graph

33 Commits

Author SHA1 Message Date
anuragkumawat
113c62ecc1 JAVA-20496 Non-article code: rawtypes and sandbox packages (#13886)
* JAVA-14232 Dissolving core-java module completed
2023-04-24 10:40:47 +03:00
Dhawal Kapil
bb5bfa992a JAVA-19536 Fix formatting of pom.xmls 2023-04-05 07:14:09 +05:30
Loredana Crusoveanu
9932aa93f3 BAEL-5727 move article 2023-03-09 10:58:27 +02:00
s047888
1178eef69c moved classes for BAEL-5727 to another module 2023-03-06 09:28:33 +01:00
edizor
43e3204e3d Update README.md
[skip ci]
2023-02-02 23:29:26 +08:00
davidmartinezbarua
788b97582a Merge pull request #13077 from sebx59/master
BAEL-5727 - Determine If a Class Implements an Interface in Java
2023-01-31 17:25:50 -03:00
sebx59
1fe0aab822 updated Unit test to add assertions examples 2023-01-31 09:23:52 +01:00
edizor
f7948495bf Update README.md
[skip ci]
2023-01-26 16:12:14 +08:00
edizor
d7507b50f1 Update README.md
[skip ci]
2023-01-26 15:57:56 +08:00
hajarrs
0f48c407f4 Check If Command Line Arguments Are Null in Java (#13246) 2023-01-23 19:04:39 +05:30
Iniubong LA
1561836764 arthurshur@gmail.com (#13275)
* Creating a deep vs shallow copy of an object in Java

* Creating a deep vs shallow copy of an object in Java

* Baeldung article converting number bases

* Baeldung article converting number bases

* edits made to Converting a Number from One Base to Another in Java

* added braces to oneliners

* added precondition to check input
2023-01-19 11:03:51 -08:00
HARDEMAN Sébastien
90e29a2734 case correction 2023-01-18 10:39:54 +01:00
Iniubong LA
8ba00648e0 arthurshur@gmail.com (#13265)
* Creating a deep vs shallow copy of an object in Java

* Creating a deep vs shallow copy of an object in Java

* Baeldung article converting number bases

* Baeldung article converting number bases
2023-01-09 13:05:23 -08:00
edizor
4fe8127aa4 Update README.md
[skip ci]
2022-12-22 21:57:36 +08:00
edizor
6f04fb51cb Update README.md
[skip ci]
2022-12-15 16:19:40 +08:00
Bogdan Pistol
0bb9a2118f https://jira.baeldung.com/browse/BAEL-5871 added sample code used in article (#12986) 2022-12-15 09:33:07 +05:30
apeterlic
5971b4d791 Add Type Parameter vs Wildcard in Java Generics (#12988)
* Add Type Parameter vs Wildcard in Java Generics

* Fix Logger variable and code format

* Update Cat class

* Add missing import

* Add warning comment
2022-12-12 08:35:27 +01:00
HARDEMAN Sebastien
94c02bac70 rework following Saajan Nagendra's review 2022-12-07 15:53:34 +01:00
HARDEMAN Sebastien
26ce086ef5 BAEL-5727 - Determine If a Class Implements an Interface in Java
Data model and unit test Class for the BAEL-5727 - Determine If a Class Implements an Interface in Java
2022-11-24 10:49:09 +01:00
edizor
5777b25996 Update README.md 2022-10-16 11:17:34 +08:00
Vali Tuguran
bdf66ba235 BAEL-5733 Remove readme entry. (#12848)
* Add deep vs shallow copy Java.

* Refactor sheep names.

* BAEL-5733 Add infinity in java test.

* Removed test article code.

* BAEL-5733 Refactor unit test classname.

* BAEL-5733 Remove readme entry.

* BAEL-5733 Remove readme entry.
2022-10-10 13:09:48 -07:00
Vali Tuguran
efd1d51440 BAEL-5733 Infinity in Java (#12843)
* Add deep vs shallow copy Java.

* Refactor sheep names.

* BAEL-5733 Add infinity in java test.

* Removed test article code.

* BAEL-5733 Refactor unit test classname.
2022-10-09 16:57:44 -07:00
tudormarc
4b517ba890 BAEL-5675 - variable initialization on declaration vs on constructor (#12800)
* BAEL-5675 - variable initialization on declaration vs on constructor

* moved classes under a different project
2022-10-07 07:57:45 -07:00
Asjad J
8f7c162892 Updated README.md
added link back to the article: https://www.baeldung.com/java-classes-same-name
2022-09-17 05:56:27 +05:00
freelansam
0583091fa2 JAVA-14673 - Fix formatting of POMs (#12722)
* JAVA-14673 - Fix formatting of POMs

* cleanup
2022-09-13 21:22:49 +05:30
Bogdan Cardoş
f0ab4f979d BAEL-5617 Handle classes with the same name in Java (#12676)
* BAEL-5617 Handle classes with the same name in Java

code samples

* BAEL-5617 Handle classes with the same name in Java

update project module
2022-09-01 07:33:41 -07:00
Asjad J
5bdc90d07d Updated README.md
added link back to the article: https://www.baeldung.com/java-toggle-boolean
2022-08-25 17:04:21 +05:00
Kai Yuan
553415e644 toggle boolean (#12618) 2022-08-21 11:43:45 -05:00
Asjad J
e0d22bd9f1 Updated README.md
added link back to the article: https://www.baeldung.com/java-wildcard-imports
2022-07-14 08:32:27 +05:00
Abdul Wahab
403e648520 BAEL-5616: Added java wildcard imports example (#12448)
Co-authored-by: Abdul Wahab <abdul.wahab@monese.com>
2022-07-11 09:12:14 +05:30
Kai Yuan
ebf0f00efb BAEL-5650 jar file path (#12463)
* BAEL-5650 jar file path

* move to jar module
2022-07-10 21:09:49 -05:00
Asjad J
0ad9877cd3 Updated README.md
added a link back to the article: https://www.baeldung.com/java-equals-method-operator-difference
2022-05-10 06:12:49 +05:00
Mateusz Szablak
c9e8ca2b51 BAEL 5414 - Java null check why use == instead of .equals() (#12124) 2022-05-05 08:50:19 +05:30