Bug 93607 - Compilation failure
Summary: Compilation failure
Status: RESOLVED DUPLICATE of bug 93486
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-03 21:59 EDT by Eugene Kuleshov CLA
Modified: 2005-05-05 17:37 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Kuleshov CLA 2005-05-03 21:59:52 EDT
I need to test some integration with most recent changes of org.eclipse.jdt.ui
plugin. So, I've download nigthly build N20050503-0010 and checked out
org.eclipse.jdt.ui plugin from CVS.

I'm getting the following errors on build for this plugin:

Severity	Description	Resource	In Folder	Location	Creation Time
2	The import org.eclipse.swt.events.SelectionEvent is never used
ClassFileEditor.java
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor	line 47	May 3, 2005
9:55:09 PM
2	The import org.eclipse.jdt.ui.wizards.BuildPathDialogAccess is never used
ClassFileEditor.java
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor	line 87	May 3, 2005
9:55:09 PM
2	The method getButtonListener(IClasspathEntry, IPath, IJavaProject) is
undefined for the type ClassFileEditor.SourceAttachmentForm
ClassFileEditor.java
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor	line 261	May 3,
2005 9:55:09 PM
2	The type SelectionListener is not visible	ClassFileEditor.java
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor	line 264	May 3,
2005 9:55:09 PM
2	The type SelectionListener is not visible	ClassFileEditor.java
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor	line 265	May 3,
2005 9:55:09 PM

Is there are something wrong with compiler in this nightly build or am I missing
something?
Comment 1 Philipe Mulet CLA 2005-05-04 04:07:59 EDT
Looks like a dup of bug 93486
Comment 2 Philipe Mulet CLA 2005-05-04 04:08:38 EDT
Can you try again with latest nightly build ?
Comment 3 Eugene Kuleshov CLA 2005-05-04 08:01:33 EDT
There was no build on 20050504, I'm using the latest 20050503
Comment 4 Eugene Kuleshov CLA 2005-05-05 15:26:35 EDT
I've tried with N20050505-0010 build and it seems ok
Comment 5 Philipe Mulet CLA 2005-05-05 17:37:31 EDT
Thanks for confirming

*** This bug has been marked as a duplicate of 93486 ***