Bug 43141 - can not resolve this member: void com.*.*.*(whatever)(Xlint unresolvable member)
Summary: can not resolve this member: void com.*.*.*(whatever)(Xlint unresolvable member)
Status: RESOLVED INVALID
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: 1.1.1   Edit
Hardware: PC Windows XP
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: Jim Hugunin CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-16 07:19 EDT by Maneesh CLA
Modified: 2003-11-11 09:29 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maneesh CLA 2003-09-16 07:19:41 EDT
I am compiling my java classes using an ant task and then creating jar 
files.After the jars are created i try to weave some aspect code within the 
jar files.The ajc compiler gives a warning 
[iajc] D:\Aspects\src\Profiler.java:8 can not resolve this member: void 
com.integral.apps.configuration.ApplicationMBean.printProperties() 
[Xlint:unresolvableMember].Canb anyone give me a hint as to why this is 
happening.Also has anyone encountered a java.lang.OutOfMemmoryError when 
trying to weave into jar files.
Comment 1 Jim Hugunin CLA 2003-09-16 12:01:32 EDT
This looks more like a question than a bug report, and I'd recommend that you
ask it on the aspectj-users mailing list where other users can share their
experiences and give you advice.  If you remain convinced that this is a bug,
please file it with a small program and careful instructions that can reproduce
the bug.  

For an example of what a reproducible test case would look like for a bug
similar to yours, please see:
  https://bugs.eclipse.org/bugs/show_bug.cgi?id=35865

As for the OutOfMemory error, please take a look at the FAQ.  If that doesn't
answer your questions, then ask it on the users mailing list.
Comment 2 Adrian Colyer CLA 2003-11-11 09:29:41 EST
No activity on this bug report for the last two months, so I'm closing it as per 
Jim's last comment.

Maneesh - if you still believe this is a genuine bug please reopen with a small 
test case. For an example of what a reproducible test case would look like for a 
bug similar to yours, please see:
  https://bugs.eclipse.org/bugs/show_bug.cgi?id=35865