Bug 39592 - Misleading syntax error diagnosis
Summary: Misleading syntax error diagnosis
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.0 M2   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-03 07:12 EDT by Philipe Mulet CLA
Modified: 2003-07-18 06:59 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 Philipe Mulet CLA 2003-07-03 07:12:26 EDT
Build 20030625 + JDT/Core HEAD 0703

If creating a file Enclosing.java with contents from bug 39506, containing more 
than one file contents, the diagnose parser will signal a curious misplaced 
construct...
Comment 1 Philipe Mulet CLA 2003-07-03 07:13:28 EDT
Actually, this is lilely explainable due to the import statement near the end, 
causing all leading code to be tagged as misplaced.

Not critical, closing.