Bug 11355 - OpenOnSelection unable to perform in single-type import
Summary: OpenOnSelection unable to perform in single-type import
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: 2.0 M4   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 11340 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-03-14 10:35 EST by Philipe Mulet CLA
Modified: 2002-03-20 07:48 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipe Mulet CLA 2002-03-14 10:35:10 EST
Build 20020312

When selecting any of the type simple name in the imports of the following unit,
no selection is computed.

[package p1;

import javax.swing.JTable;
import javax.swing.table.DefaultTableModel;
import javax.swing.table.TableModel;

public class X
{
 public class AA extends JTable
 {
  public AA(TableModel model)
  {
   super(new TestModel());
  }
 }

 public class TestModel extends DefaultTableModel
 {
 }
}
 ]
Comment 1 David Audel CLA 2002-03-14 11:34:01 EST
accumulated qualified results was not accepted.

Fixed.
Comment 2 David Audel CLA 2002-03-20 07:48:48 EST
*** Bug 11340 has been marked as a duplicate of this bug. ***