JaroslavTulach at 03:11, 12 September 2009 - 2009-09-12 03:11:23

←Older revision Revision as of 03:11, 12 September 2009
Line 8: Line 8:
The text is unfortunately silently referring to the side note story (code completion). So when you read the text first and the NetBeans stories later you can get confused slightly.
The text is unfortunately silently referring to the side note story (code completion). So when you read the text first and the NetBeans stories later you can get confused slightly.
 +
 +
==== [[Errata 10|Page 173]] ====
 +
 +
"Because they are '''protected''', calling them from a subclass has no meaning, as they don’t provide any implementation in the defining class." should be "Because they are '''abstract''', calling them from a subclass has no meaning, as they don’t provide any implementation in the defining class."
 +
 +
--[[User:Silentfish|Silentfish]] 09:29, 10 September 2009 (UTC)
==== [[Errata 10|Page 178]] ====
==== [[Errata 10|Page 178]] ====
Type parameter is bit confusing. While most of the people are familiar with single uppercase letter (like ''T'', ''E'', ''V'') and can easily recognize them as a type parameter author is using ''Configuration'' and switch to ''C'' just a few lines later.
Type parameter is bit confusing. While most of the people are familiar with single uppercase letter (like ''T'', ''E'', ''V'') and can easily recognize them as a type parameter author is using ''Configuration'' and switch to ''C'' just a few lines later.

JaroslavTulach at 03:09, 12 September 2009 - 2009-09-12 03:09:09

←Older revision Revision as of 03:09, 12 September 2009
Line 1: Line 1:
-
Page 160: Introducing the ''String'' class in re-export sample is bit artificial and decreases readability. At least it should be renamed to something like ''LibraryString''.
+
==== [[Errata 10|Page 160]] ====
-
Page 160: There suddenly appears the ''Query'' library in the text not being introduced anywhere. Don't get confused. The only important thing to know about this library is that it is returning the re-exported ''String'' on ''computeReply()'' method call.
+
Introducing the ''String'' class in re-export sample is bit artificial and decreases readability. At least it should be renamed to something like ''LibraryString''.
-
Page 164: The text is unfortunately silently referring to the side note story (code completion). So when you read the text first and the NetBeans stories later you can get confused slightly.
+
There suddenly appears the ''Query'' library in the text not being introduced anywhere. Don't get confused. The only important thing to know about this library is that it is returning the re-exported ''String'' on ''computeReply()'' method call.
-
Page 178: Type parameter is bit confusing. While most of the people are familiar with single uppercase letter (like ''T'', ''E'', ''V'') and can easily recognize them as a type parameter author is using ''Configuration'' and switch to ''C'' just a few lines later.
+
==== [[Errata 10|Page 164]] ====
 +
 
 +
The text is unfortunately silently referring to the side note story (code completion). So when you read the text first and the NetBeans stories later you can get confused slightly.
 +
 
 +
==== [[Errata 10|Page 178]] ====
 +
 
 +
Type parameter is bit confusing. While most of the people are familiar with single uppercase letter (like ''T'', ''E'', ''V'') and can easily recognize them as a type parameter author is using ''Configuration'' and switch to ''C'' just a few lines later.

JaroslavTulach: New page: Page 160: Introducing the ''String'' class in re-export sample is bit artificial and decreases readability. At least it should be renamed to something like ''LibraryString''. Page 160: Th... - 2009-09-12 03:05:30

New page: Page 160: Introducing the ''String'' class in re-export sample is bit artificial and decreases readability. At least it should be renamed to something like ''LibraryString''. Page 160: Th...

New page

Page 160: Introducing the ''String'' class in re-export sample is bit artificial and decreases readability. At least it should be renamed to something like ''LibraryString''.

Page 160: There suddenly appears the ''Query'' library in the text not being introduced anywhere. Don't get confused. The only important thing to know about this library is that it is returning the re-exported ''String'' on ''computeReply()'' method call.

Page 164: The text is unfortunately silently referring to the side note story (code completion). So when you read the text first and the NetBeans stories later you can get confused slightly.

Page 178: Type parameter is bit confusing. While most of the people are familiar with single uppercase letter (like ''T'', ''E'', ''V'') and can easily recognize them as a type parameter author is using ''Configuration'' and switch to ''C'' just a few lines later.