Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 358696 - Unable to parse source
Summary: Unable to parse source
Status: CLOSED INVALID
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: WindowBuilder (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-23 05:27 EDT by saravanan Arumugam CLA
Modified: 2021-06-04 16:46 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.