Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Applied [HEAD] Re: [cdt-patch] fix bug 51260, class cast exception during content assist

JohnC
www.eclipse.org/cdt

cdt-patch-admin@xxxxxxxxxxx wrote on 02/06/2004 11:23:34 AM:

> Core:
> - fix class cast exception in the symbol table while traversing the 
> inheritance of a class.
> - filter the results of the prefix lookup for content assist so that 
those 
> symbol without attached AST nodes aren removed so that the iterator does 

> not later return a null.
> 
> Tests:
> - added CompletionParseTests.testBug51260
> 
> -Andrew
> 
> [attachment "51260.core.txt" deleted by John Camelon/Ottawa/IBM] 
> [attachment "51260.core.tests.txt" deleted by John Camelon/Ottawa/IBM] 


Back to the top