Juno M2 Test Plan

Testing day: Tuesday 2011-09-13
Test Build: Always switch to latest available I-build
Components: Platform Search, Platform Text, JDT Text and JDT UI
Testers: Raksha, Deepak, Markus and Dani

Setup

Builds

Platforms

Goal

Test New Functionality

Extract constant refactoring (Raksha, Markus - Questions: Deepak)

Verify that the refactoring works correctly while extracting a switch case statement expression.

Mark occurrences (Markus, Dani - Questions: Deepak)

Verify that the feature does not mark already caught exceptions. (Hint: Search > Occurrences in File > Throwing Exception)

Convert enhanced for loop to indexed/Iterator loop (Raksha, Deepak - Questions: Markus)

Rename type (Deepak, Raksha - Questions: Markus)

We've fixed a problem where the Rename Type refactoring didn't show an error when the rename leads to a shadowing problem in this situation: p.A is renamed to C, but another type with the simple name C is *-imported in another CU in p, so after the rename, the reference in the other CU would resolve to the renamed p.C instead of the *-imported type.

Delete Working Sets from Package Explorer (Dani, Deepak - Questions: Raksha)

Bug Verification (All)

Before starting to verify a bug add a comment indicating that you are about to verify it.