Bug 304056 - Translation Question - WSW36#028
Summary: Translation Question - WSW36#028
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.6   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.6 M6   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-26 11:17 EST by Nicko Guyer CLA
Modified: 2010-03-09 05:01 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicko Guyer CLA 2010-02-26 11:17:15 EST
Build Identifier: 

This is a question from a translator with regard to JDT. Some clarification would be appreciated:

Could you please explain the string "dumping class files with problem methods"? 
Does it mean that the class files containing methods that are problematic are dumped? 

File eclipse\plugins\org.eclipse.jdt.core\org\eclipse\jdt\internal\compiler\batch\messages.properties

-proceedOnError[:Fatal]\n 
\ do not stop at first error, dumping class files with\n 
\ problem methods\n 

Reproducible: Always
Comment 1 Olivier Thomann CLA 2010-02-26 11:25:49 EST
Yes, this means that methods with problem are dumped into the class file in a way that will throw a runtime error when such methods is executed.
This is what we call "problem method".
Comment 2 Olivier Thomann CLA 2010-02-26 15:31:24 EST
Closing as FIXED.
Required explanation should be good enough.
Reopen if you want more details.
Comment 3 Frederic Fusier CLA 2010-03-09 05:01:39 EST
Verified.