Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.C58, 3.8.0

Number of source files: 269 Number of classfiles: 282

Problems: 6 (Errors: 0 Warnings: 6 )

Source File: org/eclipse/wst/css/core/internal/contenttype/CSSHeadTokenizer.java
1. WARNING: MaskedCatch

Unreachable catch block for IOException. Only more specific exceptions are thrown and they are handled by previous catch block(s).

CSSHeadTokenizer.java :

1412 : catch (java.io.IOException e) {

Source File: org/eclipse/wst/css/core/internal/document/CSSSelector.java
1. WARNING: DeadCode

Dead code

CSSSelector.java :

289 : return false;

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);

Source File: org/eclipse/wst/css/core/internal/formatter/AbstractCSSSourceFormatter.java
1. WARNING: NullLocalVariableReference

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

AbstractCSSSourceFormatter.java :

84 : if (prev == null || (prev.getType() == CSSRegionContexts.CSS_S && (result = TextUtilities.indexOf(DefaultLineTracker.DELIMITERS, it.getStructuredDocumentRegion().getText(prev), 0))[0] >= 0)) {

Source File: org/eclipse/wst/css/core/internal/util/URLModelProviderCSS.java
1. WARNING: DeadCode

Dead code

URLModelProviderCSS.java :

162 : if (resolver == null) { return null; }