Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 361764

Summary: [Help] Compilation error ICPreferences.java line 100
Product: [Eclipse Project] Platform Reporter: Chris Goldthorpe <cgold>
Component: User AssistanceAssignee: Chris Goldthorpe <cgold>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.8   
Target Milestone: 3.8 M3   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Chris Goldthorpe CLA 2011-10-23 18:49:13 EDT
Compiler log for org.eclipse.help.ui_3.5.200.N20111022-2000 : @dot.xml

/src/org/eclipse/help/ui/internal/preferences/ICPreferences.java : 1 error :
1. ERROR in /src/org/eclipse/help/ui/internal/preferences/ICPreferences.java
 (at line 100)
Boolean.parseBoolean(states[i]));
The method parseBoolean(String) is undefined for the type Boolean

There are also some warnings:
/src/org/eclipse/help/ui/internal/preferences/HelpContentPreferencePage.java : 3 warnings :
/src/org/eclipse/help/ui/internal/preferences/ICTable.java : 3 warnings :
Comment 1 Chris Goldthorpe CLA 2011-10-23 19:09:03 EDT
Fixed with commit message:
Bug 361764 - [Help] Compilation error ICPreferences.java line 100