decoration decoration
Stories

GROKLAW
When you want to know more...
decoration
For layout only
Home
Archives
Site Map
Search
About Groklaw
Awards
Legal Research
Timelines
ApplevSamsung
ApplevSamsung p.2
ArchiveExplorer
Autozone
Bilski
Cases
Cast: Lawyers
Comes v. MS
Contracts/Documents
Courts
DRM
Gordon v MS
GPL
Grokdoc
HTML How To
IPI v RH
IV v. Google
Legal Docs
Lodsys
MS Litigations
MSvB&N
News Picks
Novell v. MS
Novell-MS Deal
ODF/OOXML
OOXML Appeals
OraclevGoogle
Patents
ProjectMonterey
Psystar
Quote Database
Red Hat v SCO
Salus Book
SCEA v Hotz
SCO Appeals
SCO Bankruptcy
SCO Financials
SCO Overview
SCO v IBM
SCO v Novell
SCO:Soup2Nuts
SCOsource
Sean Daly
Software Patents
Switch to Linux
Transcripts
Unix Books

Gear

Groklaw Gear

Click here to send an email to the editor of this weblog.


You won't find me on Facebook


Donate

Donate Paypal


No Legal Advice

The information on Groklaw is not intended to constitute legal advice. While Mark is a lawyer and he has asked other lawyers and law students to contribute articles, all of these articles are offered to help educate, not to provide specific legal advice. They are not your lawyers.

Here's Groklaw's comments policy.


What's New

STORIES
No new stories

COMMENTS last 48 hrs
No new comments


Sponsors

Hosting:
hosted by ibiblio

On servers donated to ibiblio by AMD.

Webmaster
How Dr. Mitchell is right even if his side is wrong | 125 comments | Create New Account
Comments belong to whoever posts them. Please notify us of inappropriate comments.
How Dr. Mitchell is right even if his side is wrong
Authored by: PolR on Tuesday, May 15 2012 @ 08:28 PM EDT
What this discussion shows is that thee is room for arguments. You have your idea and can support it. A far as I am concerned this view is as good as any other which has been proposed. But it is not the only opinion that is defensible and the patent doesn't offer enough information to make an informed opinion. In presence of conflicting opinions, the jury must decide without guidance. In my view this is a real problem.

I object to this part of your comment:

Obvious Dalvik can't infringe on that, because it can't contain strings in the instructions either directly or indirectly. The case Oracle's trying to pull in though involves the use of numbers, not strings, as symbols.
Dalvik supports pointers. They can point to strings, or to classes which includes string fields. So yes Dalvik code can include strings indirectly, in the form of pointers. In bugstomper's original post he shows some code which do exactly this. He explains the following:
For you non-programmers who skipped over the block of code instead of just stopping reading this comment, here is what the above code means: The function takes a string which is the name of the field, plus another string that specifies some other information about the field called a "signature", and it goes through every field of the class, one by one, comparing the name and signature of that field with the name and signature being looked for. When it finds a match, it returns a pointer directly to that field.

That lookup of a name as a string in a list of items one of which contains the same string, that is exactly what is meant in common programming parlance by "resolve a symbolic reference".

bugstomper's story is not the same as yours and he refers to code to support his view.

[ Reply to This | Parent | # ]

Groklaw © Copyright 2003-2013 Pamela Jones.
All trademarks and copyrights on this page are owned by their respective owners.
Comments are owned by the individual posters.

PJ's articles are licensed under a Creative Commons License. ( Details )