Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] ASTParser and AjASTVisitor

Andy Clement wrote:

> I believe we have many readers, they just don't all feel able to
> comment on the topics that come up.  The AST functionality is one of
> the least used functions - so there are very few who can comment on
> it.

Really? I wasn't aware of this.

> The only resolveBindings bug I see is:

> https://bugs.eclipse.org/bugs/show_bug.cgi?id=146528

> and it has no votes on it.  Some of the input into prioritization of
> bugs/enhancements is the number of votes they have.  Is that the bug
> that would address this problem?

Yes, I believe solving that bug would make me much happier.

> If you feel you have worked out how the AST support should look and
> behave, please do think about contributing work back to the project in
> this area.  Even if it is just testcases you have that would work
> using the JDT AST support but fail with the AspectJ AST support, even
> that is very useful for when we implement this functionality.

I am quite keen on contributing. If time allows, I will see to
provide tests or implementations from my thesis, after it's done.

Martin



Back to the top