Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2
Number of source files: 268 Number of classfiles: 280
Problems: 3 (Errors: 0 Warnings: 3 )
Unreachable catch block for IOException. Only more specific exceptions are thrown and handled by previous catch block(s).
CSSHeadTokenizer.java :
1412 : catch (java.io.IOException e) {
Null pointer access: The variable node can only be null at this location
CSSEmbededStyleNotifyAdapter.java :
42 : INodeAdapter adapter = node.getAdapterFor(IStyleSheetAdapter.class);
Null pointer access: The variable node can only be null at this location
CSSEmbededStyleNotifyAdapter.java :
55 : INodeAdapter adapter = node.getAdapterFor(IStyleSheetAdapter.class);