Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] Eclipse AspectJ usability issues

These are good points.  Would you submit bugs against AJDT at

  https://bugs.eclipse.org/bugs/enter_bug.cgi?product=AJDT

Thanks -
Wes

Macneil Shonle wrote:

When developing with AspectJ in Eclipse I encounter two problems that I
would consider usability issues with the Java editor:

 * The code formatting feature (control+shift+F) messes up AspectJ code.
   For example, the pattern "set*" would be tokenized and formatted
   as "set *" instead, creating a syntactic error.

 * The Source->Organize Imports feature fails because it cannot parse the
   AspectJ files.

I'm sure there are other issues with the Java editor and AspectJ language
interactions, but these two seem to affect productivity the most.

Thanks,
Macneil

_______________________________________________
aspectj-dev mailing list
aspectj-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-dev




Back to the top