Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [cdt-dev] Porting completion processor unit tests toCCompletionProcessor2

Hi there,

So no responses. I'll go ahead with the implementation as described.


Norbert Ploett

-----Ursprüngliche Nachricht-----
Von: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] Im Auftrag von Norbert Ploett
Gesendet: Dienstag, 28. Februar 2006 15:16
An: cdt-dev@xxxxxxxxxxx
Betreff: [cdt-dev] Porting completion processor unit tests toCCompletionProcessor2

Hi folks,

when looking through the unit tests for code completion I found the following:

- The completion processor which is currently being used 
(CCompletionProcessor2) is not being tested.
- The completion processor which is tested is CCompletionProcessor and it is 
deprecated.
- So it seems that CCompletionProcessor should be replaced by 
CCompletionProcessor2 but the tests were simply never ported.
- Can CCompletionProcessor  be removed?

I would like to make unit tests for CCompletionProcessor2 and I have opened 
enhancement request https://bugs.eclipse.org/bugs/show_bug.cgi?id=129768 to 
discuss a few design issues. Most notably I'll need to make to small 
modifications CEditor and CCompletionProcessor2 itself to enhance 
testability. Anybody who is interested, please join the discussion in bug 
129768.

Greets,


Norbert Ploett
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top