Regarding "Method Creation": Are you sure that an ElementChangedEvent's
IJavaElementDelta doesn't provide an getKind() == IJavaElementDelta.ADDED
and getElement().getElementType() == IJavaElement.METHOD? This may only
work via programmatically added methods (e.g. from Eclipse's refactoring
actions) not by typing in a new method, though.

Hongbing?

You are right. It is incremental when developer types new method by hand. I will
add this check to get programmatically method addition. We will include both.

Thanks,
Hongbing

Reply via email to