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

Bug 331282

Summary: No documentation
Product: [Eclipse Project] JDT Reporter: Jonathan Camilleri <camilleri.jon>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: RESOLVED NOT_ECLIPSE QA Contact:
Severity: normal    
Priority: P3 CC: daniel_megert, remy.suen
Version: 3.7   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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.