java-tutorials/core-java
geroza 55ba7955f9 Fixed:
* SimpleDateFormatUnitTest test, which relied on the system locale, thus making it platform dependent
* UppercaseFileReaderUnitTest, LowercaseFileReaderUnitTest and StandardFileReaderUnitTest, which were using an approach that seems to be efficient only on Windows; on Linux it raises an exception. The new approach should be good for all cases, but we need testing on a Windows environment
2018-11-13 00:36:08 -02:00
..
src Fixed: 2018-11-13 00:36:08 -02:00
.gitignore add txt files 2018-04-15 10:11:45 +03:00
README.md 8- Eighth commit to split core-java. This commit includes: 2018-11-10 16:04:32 -02:00
customers.xml BAEL-1341 JDBC RowSet Interface (#3175) 2017-12-01 19:28:09 +01:00
externalizable.txt Bael 5926 (#4023) 2018-04-18 08:04:50 +02:00
pom.xml 7- Seventh commit for splitting core-java module task. This commit includes: 2018-11-10 13:25:10 -02:00
yofile.txt Bael 5926 (#4023) 2018-04-18 08:04:50 +02:00
yofile2.txt Bael 5926 (#4023) 2018-04-18 08:04:50 +02:00

README.md

=========

Core Java Cookbooks and Examples

Relevant Articles: