| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| <html> |
| <head> |
| <meta http-equiv="Content-Language" content="en-us"> |
| <meta http-equiv="Content-Type" |
| content="text/html; charset=windows-1252"> |
| <title>Kepler M3 Test Plan</title> |
| </head> |
| <body> |
| <h1>Kepler M3 Test Plan</h1> |
| Testing day: Tuesday 2012-10-30<br> |
| Test Build: Always switch to latest available I-build<br> |
| Components: Platform Search, Platform Text, JDT Text and JDT UI<br> |
| Testers: <a href="mailto:manju_mathew@in.ibm.com">Manju</a> and <a href="mailto:daniel_megert@ch.ibm.com">Dani</a><br> |
| |
| |
| <h2>Setup</h2> |
| <h3>Builds</h3> |
| <ul> |
| <li>4.3 build: everybody</li> |
| </ul> |
| <h3>Platforms</h3> |
| <ul> |
| <li>Windows 7: Dani, Manju</li> |
| <li>Linux-GTK: - </li> |
| <li>Mac OS X 10.8: -</li> |
| </ul> |
| |
| <h2>Goal</h2> |
| <ul> |
| <li>test new functionality added since M2</li> |
| <li>verify that severe bugs are correctly fixed</li> |
| </ul> |
| |
| |
| <h2>Test New Functionality </h2> |
| <em>First test the items where listed as first tester, then go to the other ones.</em> |
| |
| <h4>Javadoc view improvements (Manju, Dani - Questions: Markus)</h4> |
| <ul> |
| <li>verify that it does not clear itself if there's no new/valid input</li> |
| <li>verify that it shows the method's Javadoc when inside a method call and no other valid element is selected</li> |
| <li>verify that when linking is disabled, TextSelectionConverter#codeResolve is not called on selection change</li> |
| </ul> |
| |
| <h4>Copy/move of annotations (Manju, Dani - Questions: Markus)</h4> |
| <ul> |
| <li>verify that Pull Up, Push Down and Extract Superclass do move/copy annotations</li> |
| <li>* verify that Extract Interface doesn't copy annotations to the super interface</li> |
| <li>* verify that Override/Implement Methods doesn't copy annotations to the new method</li> |
| </ul> |
| * caveat: @Nullable and @NonNull have special rules. By default, they are copied up and down |
| the hierarchy. But if null annotation inheritance is enabled in the preferences, they should only be on the top method |
| in the inheritance hierarchy. |
| |
| <h4>Out-of-sync resource deletion (Dani, Manju - Questions: Markus)</h4> |
| <ul> |
| <li>verify that we don't silently delete out-of-sync resources (files, folders and projects)</li> |
| <li>verify that the user can continue to delete once he confirms the dialog</li> |
| </ul> |
| |
| <h4>Improved generation of @Override annotations (Dani, Manju - Questions: Markus)</h4> |
| <ul> |
| <li>verify that that the link on the 'Code Style' property and preference page works</li> |
| <li>verify that we honor the 'Include implementations of interface methods' compiler setting when generating code</li> |
| </ul> |
| |
| <h4>Warning for unused generic parameter (Dani, Manju - Questions: Markus)</h4> |
| <ul> |
| <li>verify that the option correctly appears in the UI (property and preference page)</li> |
| <li>verify that the new option works</li> |
| </ul> |
| |
| |
| <h2>Bug Verification (All)</h2> |
| <em>Before starting to verify a bug add a comment indicating that you are about to verify it.</em> |
| <ul> |
| <li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?target_milestone=4.3%20M3&target_milestone=3.8.2&query_format=advanced&classification=Eclipse&product=JDT&component=UI&priority=P1&bug_status=RESOLVED&resolution=FIXED&order=bugs.priority,bugs.target_milestone,bugs.bug_id"> |
| P1 JDT UI bugs, 4.3 M3 and 3.8.2</a></li> |
| |
| <li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?target_milestone=4.3%20M3&target_milestone=3.8.2&query_format=advanced&classification=Eclipse&component=Text&component=Search&priority=P1&bug_status=RESOLVED&resolution=FIXED&order=bugs.priority,bugs.target_milestone,bugs.bug_id"> |
| P1 Text and Search bugs, 4.3 M3 and 3.8.2</a></li> |
| |
| <li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?target_milestone=4.3%20M3&target_milestone=3.8.2&query_format=advanced&classification=Eclipse&product=JDT&component=UI&bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_status=RESOLVED&resolution=FIXED&order=bugs.priority,bugs.target_milestone,bugs.bug_id"> |
| JDT UI bugs blocker/critical/major, 4.3 M3 and 3.8.2</a></li> |
| |
| <li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?target_milestone=4.3%20M3&target_milestone=3.8.2&query_format=advanced&classification=Eclipse&component=Text&component=Search&bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_status=RESOLVED&resolution=FIXED&order=bugs.priority,bugs.target_milestone,bugs.bug_id"> |
| Text and Search bugs blocker/critical/major, 4.3 M3 and 3.8.2</a></li> |
| </ul> |
| |
| |
| <h2>Sanity Check The Build (All)</h2> |
| When done with all assigned items, sanity check the build by using it for development (either on "real" code or your pet project). |
| |
| </body> |
| </html> |