Bug 41566 - Compiler Errors after removing AspectJ nature from a project
Summary: Compiler Errors after removing AspectJ nature from a project
Status: RESOLVED FIXED
Alias: None
Product: AJDT
Classification: Tools
Component: Core (show other bugs)
Version: 1.1.3   Edit
Hardware: PC Windows 2000
: P3 major (vote)
Target Milestone: 1.1.4   Edit
Assignee: Mik Kersten CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-14 12:32 EDT by Kai-Uwe Herrmann CLA
Modified: 2003-08-28 08:18 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kai-Uwe Herrmann CLA 2003-08-14 12:32:02 EDT
I had a well working Java-Project with no compiler errors on a JSDK1.4.1 Sun-VM
I converted this Java-Project to an AspectJ project and had compiler errors,
that reported for example that class Exception has got no Constructor 
  Exception(String, Throwable)
which is true for JDK1.3 but not for JDK1.4. (This is the first problem)
After that I removed the AspectJ nature from the project but the compiler
errors stayed. (This is the second problem)
Only when I deleted the files in 
the .metadata\.plugins\org.eclipse.core.resources\.projects\MyProject folder
the compiler errors vanished.
Comment 1 Mik Kersten CLA 2003-08-15 11:41:38 EDT
Fixed for 1.1.1
Comment 2 Adrian Colyer CLA 2003-08-28 08:18:39 EDT
updated target milestone to 1.1.4