Compiler Report

Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2

Number of source files: 268 Number of classfiles: 280

Problems: 2 (Errors: 0 Warnings: 2 )

Source File: org/eclipse/wst/css/core/internal/eventimpl/CSSEmbededStyleNotifyAdapter.java
1. WARNING: NullLocalVariableReference

Null pointer access: The variable node can only be null at this location

CSSEmbededStyleNotifyAdapter.java :

42 : INodeAdapter adapter = node.getAdapterFor(IStyleSheetAdapter.class);

2. WARNING: NullLocalVariableReference

Null pointer access: The variable node can only be null at this location

CSSEmbededStyleNotifyAdapter.java :

55 : INodeAdapter adapter = node.getAdapterFor(IStyleSheetAdapter.class);