This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 52821 - cannot resolve classes from aopalliance.jar
Summary: cannot resolve classes from aopalliance.jar
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-28 13:30 UTC by sdevijver
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sdevijver 2004-12-28 13:30:37 UTC
When you include aopalliance.jar in your compile classpath you 
cannot resolve any of it's classes. For example:

public class MyInterceptor implements MethodInterceptor {

}

MethodInterceptor is inside aopalliance.jar and there no way you 
can get nb to resolve that class. btw, aopalliance.jar only 
contains interfaces, don't know if that's got something to do 
with this problem.

The jar is open-source, you can download a copy here: 

http://prdownloads.sourceforge.net/aopalliance/
aopalliance.zip?download
Comment 1 Jan Becicka 2005-01-17 15:59:43 UTC
I'm sorry I cannot reproduce it in latest build. I downloaded
aopalliance.jar, added it to compile classpath via project customizer
and  code completion started to offer interfaces from aopalliance.jar.