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

Minor refactoring to Chris Wiebe's jumbo patch - modified TypeSearchResultCollector.createMatch

in AllTypesCache
This commit is contained in:
Bogdan Gheorghe 2004-03-08 19:52:34 +00:00
parent cd63d9c278
commit 0a6f297707
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2004-03-08 Bogdan Gheorghe
Minor refactoring to Chris Wiebe's jumbo patch - modified TypeSearchResultCollector.createMatch
in AllTypesCache
* browser/org/eclipse/cdt/ui/browser/typeinfo/AllTypesCache.java
2004-03-08 Alain Magloire
Jumbo patch from Chris Wiebe. Moving the relevant

View file

@ -98,7 +98,7 @@ public class AllTypesCache {
super(monitor);
}
public IMatch createMatch(Object fileResource, int start, int end, ISourceElementCallbackDelegate node ) throws CoreException
public IMatch createMatch(Object fileResource, int start, int end, ISourceElementCallbackDelegate node )
{
TypeInfo result= new TypeInfo();
return super.createMatch( result, fileResource, start, end, node );