Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] Suggestions on isolating errors

Here's what I do:

1) make copies of the original files
2) create a new .lst file
3) remove some files from the .lst file to narrow down the set that cause the problem
4) edit the files to remove sections of code to the smallest amount of code that causes the problem

The bytecode error should be verifiable by just trying to run the file that fails, right? So you don't have to preserve a running system.


> ------------Original Message-------------
> From: Macneil Shonle <mshonle@xxxxxxxxxxx>
> To: <aspectj-dev@xxxxxxxxxxx>
> Date: Mon, Sep-15-2003 8:10 PM
> Subject: [aspectj-dev] Suggestions on isolating errors
> 
> Hi All,
> 
> I've been trying to come up with a small test case to show the bytecode
> verification error in ajc 1.1.1, but to no avail. Do you have any hints on
> how I can isolate the cause? I have 147 source files and need to know
> which ones would affect the compilation of a single class. (I've been
> using the Aspect Visualizer in Eclipse, which has been helpful but not
> definitive.)
> 
> The alternative is to send my project and file the bug anyway.
> 
> Thanks,
> Macneil
> 
> 
> _______________________________________________
> aspectj-dev mailing list
> aspectj-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/aspectj-dev
> 


Back to the top