[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.jdt] Tracking source code modification
|
Hi all,
I've got an issue with tracking java source code modification.
Let's say that a programmer modifies a line inside a method belonging to a
java class.
>From what I've seen, IJavaElementDelta tells me no more than the actual file
that was modified (no matter how many classes are in it) and nothing in more
detail (like the method where the modification was done, or the line(s)).
I am desperate in finding a way to know more precisely where the
modifications occur. Can anyone give me a hint on this?
It is kind'of urgent.
Thanks.