1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

new method getElementAtOffset()

Change CElement.equals()
This commit is contained in:
Alain Magloire 2004-02-16 19:34:09 +00:00
parent f427f3d5eb
commit a693c52f25

View file

@ -1,3 +1,14 @@
2004-02-16 Alain Magloire
Added new method getElementAtOffset(), with implementation
Possible classCastException in Translation.equals() corrected.
* model/org/eclipse/cdt/core/model/ITranslationUnit.java
* model/org/eclipse/cdt/internal/core/model/TranslationUnit.java
CElement.exists() was doing the test by checking
if we add a corresponding resource. We change that
instead by looking if we have a valid CElementInfo.
* model/org/eclipse/cdt/internal/core/model/CElement.java
2004-02-10 Tanya Wolff
Start of Fix for 51192: The defect is for all org.eclipse.cdt.core strings, but each package
should be handled by respective component owners.