Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 358696

Summary: Unable to parse source
Product: z_Archived Reporter: saravanan Arumugam <saravanan77>
Component: WindowBuilderAssignee: Project Inbox <wb.rcp-inbox>
Status: CLOSED INVALID QA Contact:
Severity: normal    
Priority: P3 CC: clayberg, hani.ahmed30
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description saravanan Arumugam CLA 2011-09-23 05:27:39 EDT
Unable to parse source.
WindowBuilder was not able to parse source new org.eclipse.swt.widgets.Label(this, org.eclipse.swt.SWT.NONE);. 


line: 2 The import java.util.ArrayList is never used
line: 3 The import java.util.Iterator is never used
line: 7 The import org.eclipse.emf.ecore.resource.Resource.Diagnostic is never used
line: 8 The import org.eclipse.jface.dialogs.MessageDialog is never used
line: 9 The import org.eclipse.jface.text.source.SourceViewer is never used
line: 10 The import org.eclipse.swt.SWT is never used
line: 11 The import org.eclipse.swt.custom.VerifyKeyListener is never used
line: 12 The import org.eclipse.swt.events.SelectionAdapter is never used
line: 13 The import org.eclipse.swt.events.SelectionEvent is never used
line: 14 The import org.eclipse.swt.events.VerifyEvent is never used
line: 15 The import org.eclipse.swt.layout.GridData is never used
line: 16 The import org.eclipse.swt.layout.GridLayout is never used
line: 17 The import org.eclipse.swt.widgets.Button is never used
line: 19 The import org.eclipse.xtext.ui.shared.SharedStateModule is never used
line: 20 The import com.ecs.pipe.layout.RangeLayoutGroup is never used
line: 21 The import com.ecs.pipe.layout.file.FileLayoutRuntimeModule is never used
line: 22 The import com.ecs.pipe.layout.file.fileLayout.impl.ModelImpl is never used
line: 23 The import com.ecs.pipe.layout.file.ui.FileLayoutUiModule is never used
line: 24 The import com.ecs.pipe.layout.file.ui.internal.FileLayoutActivator is never used
line: 27 The import com.google.inject.Guice is never used
line: 29 The import com.google.inject.util.Modules is never used
line: 36 List is a raw type. References to generic type List<E> should be parameterized
line: 36 List is a raw type. References to generic type List<E> should be parameterized
line: 38 The method prepareUI(Composite) from the type FileLayoutComposite is never used locally
line: 47 The value of the local variable parent is not used
line: 48 The value of the local variable style is not used
Comment 1 Eric Clayberg CLA 2011-09-25 20:50:12 EDT
Not even sure what this report is trying to communicate. 

Provide an example, your Eclipse log, and a detailed explanation.