Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 334723 - Javadoc warnings in I20110118-0800 build
Summary: Javadoc warnings in I20110118-0800 build
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Scott Kovatch CLA
QA Contact: Silenio Quarti CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-18 19:24 EST by Olivier Thomann CLA
Modified: 2011-01-18 20:06 EST (History)
1 user (show)

See Also:


Attachments
Proposed fix (3.25 KB, patch)
2011-01-18 19:37 EST, Olivier Thomann CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.