Page 3 of 4 Results 21 - 30 of 35

Errata Entries Order by:  Page Number  Reported By  Reported On  Fixed In Build
Pg: 360
Status: Fixed
Fixed in Build: 1.13
Reported On: 2019-11-23
Reported By: vdomanico
Location: The removeIf method in section 14.1.5
Old Text:
List iList = new List.of(1, 2, 3, 4, 5, 6);
New Text:
List iList = new ArrayList<>(List.of(1, 2, 3, 4, 5, 6));
Comments:

Pg: 9
Status: Fixed
Fixed in Build: 1.11
Reported On: 2019-11-22
Reported By: -
Location: relation-between-a-class-an-object-and-a-reference-tvXremote.png
Old Text:
relation-between-a-class-an-object-and-a-reference-tvXremote.png
New Text:

Comments:
Image is missing in build 1.10 only
Pg: 329
Status: Fixed
Fixed in Build: 1.11
Reported On: 2019-11-22
Reported By: -
Location: relation-between-a-class-an-object-and-a-reference-tvXremote.png
Old Text:
relation-between-a-class-an-object-and-a-reference-tvXremote.png
New Text:

Comments:
Image is missing in build 1.10 only
Pg: 394
Status: Fixed
Fixed in Build: 1.11
Reported On: 2019-11-22
Reported By: -
Location: 16.1.1 What are modules
Old Text:
what-are-modules-jarXmoduleXapplication.png
New Text:

Comments:
Image is missing in build 1.10 only
Pg: 397
Status: Fixed
Fixed in Build: 1.11
Reported On: 2019-11-22
Reported By: -
Location: 16.1.3
Old Text:
directory-structure-of-a-module-moduletestXsrcXdirXstruct.png
New Text:

Comments:
Image is missing in build 1.10 only
Pg: 398
Status: Fixed
Fixed in Build: 1.11
Reported On: 2019-11-22
Reported By: -
Location: 16.2
Old Text:
compiling-a-module-moduletestXaftercompilationXdirXstruct.png
New Text:

Comments:
Image is missing in build 1.10 only
Pg: 402
Status: Fixed
Fixed in Build: 1.11
Reported On: 2019-11-22
Reported By: -
Location: 16.3.1 last para
Old Text:
enabling-access-between-modules-moduletestXdirXstructXtwoXmodules.png
New Text:

Comments:
Image is missing in build 1.10 only
Pg: 403
Status: Fixed
Fixed in Build: 1.10
Reported On: 2019-10-22
Reported By: DazedTurtle
Location: 16.2.2 Packaging a module
Old Text:
Running this module is now a piece of cake: c:\ocp11\moduletest>java --module-path . --module com.abc.finance.calculators.simpleinterest
New Text:
Running this module is now a piece of cake: c:\ocp11\moduletest>java --module-path . --module simpleinterest
Comments:
The name of the module is simpleinterest and not com.abc.finance.calculators.simpleinterest
Pg: 345
Status: Fixed
Fixed in Build: 1.10
Reported On: 2019-10-16
Reported By: DazedTurtle
Location: 13.3.8 Quiz Option E
Old Text:
E. A call to process(map); can be inserted in the process method of SubClass.
New Text:
E. A call to super.process(map); can be inserted in the process method of SubClass.
Comments:
process(map) should be changed to super.process(map).
Pg: 148
Status: Fixed
Fixed in Build: 1.10
Reported On: 2019-10-12
Reported By: Fedor Lvovich Dobrotvorskii
Location: Dangling else
Old Text:
If we go by the first interpretation, the code will print b, and ...
New Text:
If we go by the first interpretation, the code will print c, and
Comments:
b should be changed to c

Page 3 of 4 Results 21 - 30 of 35