Relates :
|
|
Relates :
|
As discussed in "Effective Java," a programming restriction on code that returns new objects (constructors, clone, and readObject) is not calling overridable methods. To catch this non-obvious condition, javac could issue a warning if this occurs.