Bug 222478

Summary: Two Translation Clarification Questions
Product: [Eclipse Project] JDT Reporter: John Ryding <trippinbilly25>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: VERIFIED INVALID QA Contact:
Severity: normal    
Priority: P3 CC: camle, kitlo, Olivier_Thomann
Version: 3.4   
Target Milestone: 3.4 M6   
Hardware: All   
OS: All   
Whiteboard:

Description John Ryding CLA 2008-03-12 16:57:03 EDT
Build ID: I20080307

Steps To Reproduce:
Testcase/Filename/IU:  	org.eclipze.jdt.core\org\eclipse\jdt\internal\compiler\messages.properties

Description:
Hello,

Please clarify "opcode" and "pc" in the following string:

SANITY CHECK: Invalid opcode {0} at pc {1} for stackmap table attribute for method {2}

Thank you 

Testcase/Filename/IU:  	org.eclipse.jdt.core\org\eclipse\jdt\internal\core\util\messages.properties

Description:
Hello

Would you please clarify or reword the following string:

{1} files to index ({0})

For example, does it mean "there are {1} files to index?

Also, what does {0} stand for?

Thank you 

More information:
Comment 1 Olivier Thomann CLA 2008-03-13 08:42:54 EDT
(In reply to comment #0)
> SANITY CHECK: Invalid opcode {0} at pc {1} for stackmap table attribute for
> method {2}
Instead of "pc" we could have use "position".
"opcode" this is like a bytecode instruction.

> {1} files to index ({0})
> 
> For example, does it mean "there are {1} files to index?
Yes. This is the meaning.
 
> Also, what does {0} stand for?
{0} this is the job family. For indexing jobs, this returns where the files to index are coming from.

If these answers are enough, I would close as FIXED.
Comment 2 Jerome Lanneluc CLA 2008-03-19 11:51:09 EDT
Closing as INVALID as no change in the JDT/Core is required.
Comment 3 Kent Johnson CLA 2008-03-25 12:38:45 EDT
Verified for 3.4M6