Bug 60146 - quick fix: missing ; [quick fix]
Summary: quick fix: missing ; [quick fix]
Status: RESOLVED DUPLICATE of bug 41134
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: PC Linux-GTK
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Martin Aeschlimann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-27 13:17 EDT by Adam Kiezun CLA
Modified: 2004-04-28 03:49 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 Adam Kiezun CLA 2004-04-27 13:17:15 EDT
3.0 M7
type this

import java.util.*

(note the missing semicolon)
you get "Syntax error on token "*", ; expected after this token"

but sadly no quickfix for it
Comment 1 Martin Aeschlimann CLA 2004-04-28 03:49:53 EDT

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