Bug 13189

Summary: Refactoring - deleting fields - context menu is overriden by message dialog
Product: [Eclipse Project] JDT Reporter: Claude Knaus <Claude_Knaus>
Component: UIAssignee: Adam Kiezun <akiezun>
Status: RESOLVED FIXED QA Contact:
Severity: critical    
Priority: P1 CC: akiezun, Randy_Giffen
Version: 2.0   
Target Milestone: 2.0 M5   
Hardware: PC   
OS: All   
Whiteboard:

Description Claude Knaus CLA 2002-04-10 06:24:52 EDT
20020409-I on Linux-Motif and w2k:

  1. Setup JUnit
  2. Enable option 'Code Generator->Remove prefix from field names'
  3. Open TestCase.java
  4. In the outliner, right click on 'fName'.
  5. Observe: No context menu is shown, instead, it asks me right away
     if I want to delete the getter/setter as well.
Comment 1 Adam Kiezun CLA 2002-04-10 06:26:51 EDT
very nasty - something activates the action way too early
Comment 2 Adam Kiezun CLA 2002-04-10 11:59:28 EDT
*** Bug 13369 has been marked as a duplicate of this bug. ***
Comment 3 Adam Kiezun CLA 2002-04-11 05:53:26 EDT
fixed