1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 06:32:10 +02:00

See bug 134871: StackOverflowError using AsynchronousViewer.

This commit is contained in:
Mikhail Khodjaiants 2006-04-04 20:53:47 +00:00
parent 9c893eb485
commit 6d791ff05d
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2006-04-04 Mikhail Khodjaiants
See bug 134871: StackOverflowError using AsynchronousViewer.
* ModulesView.java
2006-04-04 Mikhail Khodjaiants 2006-04-04 Mikhail Khodjaiants
Complying with Eclipse 3.2 M6. AsynchronousTreeModelViewer has been renamed to AsynchronousTreeViewer. Complying with Eclipse 3.2 M6. AsynchronousTreeModelViewer has been renamed to AsynchronousTreeViewer.
* AbstractViewerState.java * AbstractViewerState.java

View file

@ -375,7 +375,6 @@ public class ModulesView extends AbstractDebugView implements IDebugContextListe
setSashForm( new SashForm( parent, SWT.NONE ) ); setSashForm( new SashForm( parent, SWT.NONE ) );
// add tree viewer // add tree viewer
final ModulesViewer modulesViewer = new ModulesViewer( getSashForm(), this ); final ModulesViewer modulesViewer = new ModulesViewer( getSashForm(), this );
modulesViewer.setUseHashlookup( false );
modulesViewer.getControl().addFocusListener( new FocusAdapter() { modulesViewer.getControl().addFocusListener( new FocusAdapter() {
/* (non-Javadoc) /* (non-Javadoc)