Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2

Number of source files: 70 Number of classfiles: 144

Problems: 1 (Errors: 0 Warnings: 1 )

Source File: org/eclipse/wst/common/snippets/internal/util/VisibilityUtil.java
1. WARNING: DeadCode

Dead code

VisibilityUtil.java :

69 : else { if (input instanceof IStorageEditorInput) { IStorage storage = ((IStorageEditorInput) input).getStorage(); if (storage != null) { contents = storage.getContents(); } } }