Bug 145489 - Line number missing from stack trace for advice invocation
Summary: Line number missing from stack trace for advice invocation
Status: RESOLVED DUPLICATE of bug 145442
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: DEVELOPMENT   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-06 04:36 EDT by Matthew Webster CLA
Modified: 2006-06-07 04:31 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 Matthew Webster CLA 2006-06-06 04:36:46 EDT
Exception in thread "main" java.lang.UnsupportedOperationException
	at hello.ThrowException.ajc$before$hello_ThrowException$1$a6f1e25e(ThrowException.aj:6)
	at hello.HelloWorld.println(HelloWorld.java)
	at hello.HelloWorld.main(HelloWorld.java:10)

You can't tell where in println() the advice is invoked or which println() method if there were several overloaded versions.
Comment 1 Matthew Webster CLA 2006-06-06 05:24:04 EDT
This is a duplicate of Bug 145442.
Comment 2 Andrew Clement CLA 2006-06-07 04:31:31 EDT

*** This bug has been marked as a duplicate of 145442 ***