Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] CVS HEAD appears to be broken for org.eclipse.cdt.ui

Hi,
 
I got CVS HEAD for org.eclipse.cdt.ui (among others) this (European) morning there are four error messages.
 
==========================================
Severity and Description Path Resource Location Creation Time Id

The constructor CRefactoringActionGroup(CContentOutlinePage) is undefined org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/editor CContentOutlinePage.java line 309 1156316209174 1170

The constructor CRefactoringActionGroup(CEditor) is undefined org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/editor CEditor.java line 1102 1156316209458 1172

The constructor CRefactoringActionGroup(CHViewPart) is undefined org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/callhierarchy CHViewPart.java line 295 1156316209125 1168

The constructor CRefactoringActionGroup(CView) is undefined org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/cview MainActionGroup.java line 166 1156316209144 1169
==========================================
 
The compiler is right (as usual), I do not see the required constructor for CRefactoringActionGroup anywhere. Looks like something is missing. Can anybody help?
 
 
Greetings
 
 
Norbert
 
 

Back to the top