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

Bug 328624

Summary: MockFrameworkAdaptor must implement the inherited abstract method FrameworkAdaptor.findEntries()
Product: [WebTools] Java Server Faces Reporter: Carlin Rogers <carlin.rogers>
Component: JSF ToolsAssignee: jsf inbox <jsf-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: cameron.bateman
Version: 3.3   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
See Also: https://git.eclipse.org/r/114254
https://git.eclipse.org/c/jsf/webtools.jsf.git/commit/?id=c485fdf51f1213d68e3c13bc92af2ba11958cc1c
Whiteboard:
Attachments:
Description Flags
adds implementation of findEntries() none

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