Bug 342605 - -noImportError unrecognized by AspectJ
Summary: -noImportError unrecognized by AspectJ
Status: RESOLVED WONTFIX
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: 1.6.11   Edit
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Target Milestone: 1.8.3   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-12 12:07 EDT by Andrew Clement CLA
Modified: 2014-10-08 13:57 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Clement CLA 2011-04-12 12:07:33 EDT
Found by user in bug 341926 - seems like we have problems with it rather than passing it through to the eclipse compiler.
Comment 1 Sergey Shcherbakov CLA 2013-05-20 09:52:25 EDT
It doens't look to be fixed in AspectJ compiler 1.7.1 as well.
Comment 2 Philipp Nanz CLA 2014-10-08 05:54:22 EDT
Still happening with AspectJ Compiler 1.8.2
Comment 3 Andrew Clement CLA 2014-10-08 13:57:35 EDT
I did some archeology on this. This feature was always handled by the Eclipse Java Compiler, not by AspectJ.  At some point it was removed by eclipse and so we no longer had the feature either.  This seems to have happened with commit 4193bdf (made 11 years ago!). According to the commit comment:

import problem is no longer configurable (now error)

This seems to have been done because it is a spec compliance issue and the spec specifies this kind of problem is always an error.