Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 361328

Summary: [core.expressions] Javadoc error in PropertyTester
Product: [Eclipse Project] Platform Reporter: Karsten Thoms <karsten.thoms>
Component: RuntimeAssignee: Paul Webster <pwebster>
Status: RESOLVED FIXED QA Contact:
Severity: trivial    
Priority: P3    
Version: 3.7.1   
Target Milestone: 4.2.1   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

Description Karsten Thoms CLA 2011-10-19 01:27:33 EDT
is:
 * the corresponding implementation class looks like:
 * <pre>
 *   public class MyPackageFragmentTester {

must be:
 * the corresponding implementation class looks like:
 * <pre>
 *   public class MyPackageFragmentTester extends PropertyTester {
Comment 1 Paul Webster CLA 2012-06-21 09:06:05 EDT
released.
PW