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

Bug 334723

Summary: Javadoc warnings in I20110118-0800 build
Product: [Eclipse Project] Platform Reporter: Olivier Thomann <Olivier_Thomann>
Component: SWTAssignee: Scott Kovatch <skovatch>
Status: RESOLVED FIXED QA Contact: Silenio Quarti <Silenio_Quarti>
Severity: normal    
Priority: P3 CC: skovatch
Version: 3.7   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Attachments:
Description Flags
Proposed fix none

Description Olivier Thomann CLA 2011-01-18 19:24:47 EST
/builds/I201101180800/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java:989: warning - Tag @see: reference not found: org.eclipse.swt.widgets.Touch.state
/builds/I201101180800/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java:997: warning - Tag @see: reference not found: org.eclipse.swt.widgets.Touch.state
/builds/I201101180800/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java:1005: warning - Tag @see: reference not found: org.eclipse.swt.widgets.Touch.state
/builds/I201101180800/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/GestureListener.java:33: warning - Tag @see: reference not found: GestureAdapter
/builds/I201101180800/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/TouchListener.java:33: warning - Tag @see: reference not found: TouchAdapter
/builds/I201101180800/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/widgets/Touch.java:52: warning - Tag @see: can't find TOUCHSTATE_MOVED in org.eclipse.swt.SWT
6 warnings
Comment 1 Olivier Thomann CLA 2011-01-18 19:37:41 EST
Created attachment 187066 [details]
Proposed fix
Comment 2 Scott Kovatch CLA 2011-01-18 19:46:44 EST
Okay, thanks. Is there some setting I should turn on so that I can get this kind of javadoc warning automatically? I can get autocomplete when I'm typing in the values, so it seems like it should be possible.
Comment 3 Scott Kovatch CLA 2011-01-18 19:49:24 EST
Never mind; I just found it.
Comment 4 Scott Kovatch CLA 2011-01-18 20:06:17 EST
Fixed, along with some additional missing tags, > 20110118.