Bug 12995 - ToolFactory::createScanner - incorrect javadoc
Summary: ToolFactory::createScanner - incorrect javadoc
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M5   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-08 10:43 EDT by Adam Kiezun CLA
Modified: 2002-04-17 06:04 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Kiezun CLA 2002-04-08 10:43:37 EDT
it still shows the 3-boolean-parameter version of this api method
Comment 1 Philipe Mulet CLA 2002-04-09 05:07:44 EDT
Are you sure, mine shows the 4 of them (you need to scroll near the bottom).
Comment 2 Philipe Mulet CLA 2002-04-09 05:07:58 EDT
Closing
Comment 3 Adam Kiezun CLA 2002-04-16 13:17:35 EDT
in 20020412, the doc still gives the following incorrect example code:

IScanner scanner = ToolFactory.createScanner(false, false, false);
Comment 4 Philipe Mulet CLA 2002-04-17 06:04:17 EDT
Thanks, fixed comment.