Skip to main content

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

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

Back to the top