View Single Post
  #8 (permalink)  
Old 05-19-2012, 06:18 PM
Skybuck Flying
Guest
 
Posts: n/a
Default Re: Oracle/Google demonstrate human beings cannot write 10 lines of code without making a mistake ;)



"Joshua Cranmer" wrote in message news:jp48rq$6s8$1@dont-email.me...

On 5/17/2012 7:18 PM, Skybuck Flying wrote:
> There is no "rangeCheck" function for java.util.Arrays:
>
> http://docs.oracle.com/javase/6/docs...il/Arrays.html
>
> To me it appears as if rangeCheck is some low level operating system
> code or memory management code to try and prevent the os or applications
> from crashing or exploits from taking over the system.


"
It's a private method in java.util.Arrays, which is why the API does not
list it. If you actually read the code you'd posted, you would have
realized that.
"

Nonsense, this code could have come from anywhere.

There is no proof that this came from any api at all.

I have yet to see any proof from the court case that this is actually from
java.util.Arrays.

The only thing hinting that it might be a private method is the static
keyword, well excuse me for not being a java expert

Bye,
Skybuck.

Reply With Quote