Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Porting completion processor unit tests to CCompletionProcessor2

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


Back to the top