Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 331282 - No documentation
Summary: No documentation
Status: RESOLVED NOT_ECLIPSE
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-28 06:49 EST by Jonathan Camilleri CLA
Modified: 2010-11-29 03:33 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Camilleri CLA 2010-11-28 06:49:33 EST
Build Identifier: 20100917-0705

No user-friendly documentation is displayed when writing the following code snippet:
..
System.arraycopy(smallPrimes, 2, luckyNumbers, 3, 4);
..

As a matter of fact this method is documented within the API (http://download.oracle.com/javase/6/docs/api/), however, the information is not readily understood.  

On the other hand Core Java Fundamentals Vol 1 8th Edition describes this by providing an example on page 93.


Reproducible: Always

Steps to Reproduce:
See details.
Comment 1 Dani Megert CLA 2010-11-29 03:33:45 EST
> As a matter of fact this method is documented within the API
> (http://download.oracle.com/javase/6/docs/api/), however, the information is
> not readily understood.  
You need to complain there. Eclipse shows what the libraries provide as help.