Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [handly-dev] a few wonderings

Ah, I should even read the javadocs, it says that base can be null... sorry.

/Vlad


On Tue, Mar 3, 2015 at 7:29 AM, Vladimir Piskarev <pisv@xxxxx> wrote:
Hi, 
 
* in SourceElement.getelementAt, it's a bit simpler to use
 ISourceElement found =
                getElementAt(children[i], position, base);
as base equals info.getSnapshot() at that place
 
After giving it a second look, "info.getSnapshot()" should be left in place.
 
This is to detect snapshot inconsistency between element infos in the containment tree, even when "base" argument is null.
 
Best regards,
Vladimir

_______________________________________________
handly-dev mailing list
handly-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/handly-dev


Back to the top