TIJ4-code icon indicating copy to clipboard operation
TIJ4-code copied to clipboard

Example code for the book "Thinking in Java, 4th Edition"

Results 3 TIJ4-code issues
Sort by recently updated
recently updated
newest added

Line 33 should be `if(pet instanceof EgyptianMau)` and line 37 should be `if(pet instanceof Cymric)`?

ExplicitPairManager1 method could't use synchronized keywords

Hi there, I get the following error when building with JDK 1.8. Adding `tools.jar` to `CLASSPATH` didn't help, any suggestions are highly appreciated. Thanks! ``` [javac] /Users/oles/Projects/TIJ4-code/examples/annotations/InterfaceExtractorProcessor.java:7: error: package com.sun.mirror.apt...