In 1995, I made my first webpage and fell in love with the web. Since then, I've made my career creating fun, professional websites and web applications of all kinds. I work as a project leader, team member or sub contractor depending on your needs. I'd love to help you with your project.
Google’s infringement against Oracle: 9 lines of code!
In the copyright portion of the Oracle v. Google case currently going on, the jury found that Google had infringed on 9 lines of code out of millions which are in question. As best as I can determine, these are those 9 lines:
private static void rangeCheck(int arrayLen, int fromIndex, int toIndex) {
if (fromIndex > toIndex)
throw new IllegalArgumentException("fromIndex(" + fromIndex +
") > toIndex(" + toIndex+")");
if (fromIndex < 0)
throw new ArrayIndexOutOfBoundsException(fromIndex);
if (toIndex > arrayLen)
throw new ArrayIndexOutOfBoundsException(toIndex);
}
The jury couldn’t agree o whether or not the infringement was big enough to justify damages be paid to Oracle.
Services
- Website Design and Implementation
- Custom Blog and CMS Themes
- Web Application Development
- Search Engine Optimization
Credentials
Mine! All Mine!
- Not Available In Canada
- The turkey bake-time calculator on the internet!
- Brainbits Flickr Gallery Wordpress Plugin
- Whisky Reviews For Peat' Sake
- JerseyApp Facebook Application


