Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 328624 - MockFrameworkAdaptor must implement the inherited abstract method FrameworkAdaptor.findEntries()
Summary: MockFrameworkAdaptor must implement the inherited abstract method FrameworkAd...
Status: RESOLVED FIXED
Alias: None
Product: Java Server Faces
Classification: WebTools
Component: JSF Tools (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: jsf inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-25 11:43 EDT by Carlin Rogers CLA
Modified: 2017-12-19 13:26 EST (History)
1 user (show)

See Also:


Attachments
adds implementation of findEntries() (1.06 KB, patch)
2010-10-25 11:52 EDT, Carlin Rogers CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlin Rogers CLA 2010-10-25 11:43:30 EDT
From David Williams,

Updating the Eclipse Platform prereq causes compile error in MockFrameworkAdaptor.

See http://build.eclipse.org/webtools/committers/wtp-R3.3.0-I/20101025011019/I-3.3.0-20101025011019/


10. ERROR: AbstractMethodMustBeImplemented

            The type MockFrameworkAdaptor must implement the inherited abstract method FrameworkAdaptor.findEntries(List<BundleData>, String, String, int)
            MockFrameworkAdaptor.java :
            31 : public class MockFrameworkAdaptor implements FrameworkAdaptor
Comment 1 Carlin Rogers CLA 2010-10-25 11:52:52 EDT
Created attachment 181654 [details]
adds implementation of findEntries()

if tests pass, will then commit this patch.
Comment 2 Carlin Rogers CLA 2010-10-25 13:02:23 EDT
Checked in the patch to fix the build.
Comment 3 Eclipse Genie CLA 2017-12-18 20:16:34 EST
New Gerrit change created: https://git.eclipse.org/r/114254