Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 325668 - Spurious compile error when reconciling
Summary: Spurious compile error when reconciling
Status: RESOLVED FIXED
Alias: None
Product: AJDT
Classification: Tools
Component: UI (show other bugs)
Version: 2.1.0   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: 2.1.1   Edit
Assignee: AJDT-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-17 22:24 EDT by Andrew Eisenberg CLA
Modified: 2010-09-20 14:50 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 Andrew Eisenberg CLA 2010-09-17 22:24:09 EDT
Given this aspect, there is a sprious compile error when reconciling:

public aspect PSTest {

   interface PS {
   }

   private PS PS._this = this;
}
Comment 1 Andrew Eisenberg CLA 2010-09-20 14:50:46 EDT
This problem is fixed in the latest dev build for both the 3.5 and 3.6 streams.