Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 361764 - [Help] Compilation error ICPreferences.java line 100
Summary: [Help] Compilation error ICPreferences.java line 100
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: User Assistance (show other bugs)
Version: 3.8   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 3.8 M3   Edit
Assignee: Chris Goldthorpe CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-23 18:49 EDT by Chris Goldthorpe CLA
Modified: 2011-10-23 19:09 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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