Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 332261 - Exception Occurs when try to perform Project -Clean - All projects
Summary: Exception Occurs when try to perform Project -Clean - All projects
Status: CLOSED INVALID
Alias: None
Product: AspectJ
Classification: Tools
Component: IDE (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 1.6.11   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-09 18:01 EST by RoadWarrior CLA
Modified: 2011-01-20 16:34 EST (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 RoadWarrior CLA 2010-12-09 18:01:40 EST
Build Identifier: Build id: I20100608-0911  Version: 3.6.0.v20100519-9OArFKvFtsd7WLUKh-DcYTS 

Aspect J

java.lang.NullPointerException
at org.aspectj.weaver.ResolvedMemberImpl.parameterize(Unknown Source)
at org.aspectj.weaver.ResolvedMemberImpl.parameterizedWith(Unknown Source)
at org.aspectj.weaver.ResolvedMemberImpl.parameterizedWith(Unknown Source)
at org.aspectj.weaver.ReferenceType.getDeclaredMethods(Unknown Source)
at org.aspectj.weaver.ResolvedType.lookupMethod(Unknown Source)
at org.aspectj.weaver.World.resolve(Unknown Source)
 ... vlet.http.HttpServletResponse) throws java.lang.Exception

end public abstract class org.springframework.web.servlet.view.feed.AbstractRssFeedView


Reproducible: Always

Steps to Reproduce:
1.Start RAD8
2.Perform Clean all Projects in workspace
Comment 1 RoadWarrior CLA 2010-12-09 18:05:08 EST
Installation included unzipping plugins and feature content from  ajdt_2.1.1_for_eclipse_3.6.zip in <RAD8 install>\sdp\feature and plugin folders.
Comment 2 Andrew Clement CLA 2010-12-09 18:25:59 EST
Is there really no source line info for the exception? It'll be tricky to investigate without that.  Although, even with that it will be hard to reproduce without a failing sample of code.  Without a failing sample the best I can probably do is put some debug output in the parameterize method (everywhere, as I don't have a line number) and put that custom build into AJDT.
Comment 3 Andrew Eisenberg CLA 2010-12-09 18:42:48 EST
Hmm...did you really unzip the content from ajdt_2.1.1_for_eclipse_3.6.zip?  That is not the way to install AJDT 2.1.1.

As described on the downloads page: http://eclipse.org/ajdt/downloads/

"To install from a zip file, download the zip and point your p2 installer to that file. Then proceed as if it were a normal update site. Do not unzip the update site into the dropins directory."
Comment 4 RoadWarrior CLA 2010-12-13 14:28:12 EST
For now we suggest that this Bug report is closed. The issue could be relevant to specific user code, as the bug could not be reproduced using any other other codes.