Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-debug-dev] Wrong @see in API

The JavaDoc on org.eclipse.jdt.debug.core.IEvaluationRunnable says:
@see 
org.eclipse.jdt.debug.core.IJavaThread#runEvaluation(IEvaluationRunnable, 
IProgressMonitor, int)

However, the method it's referring to is actually defined:
runEvaluation(IEvaluationRunnable, IProgressMonitor, int, boolean)

Is it okay to fix JavaDoc "bugs" like this one in API? How about typos like 
spelling "implement" as "imlpement?"

- Jared


Back to the top