[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
Gephi forumsPlease post new questions on facebook group too (https://www.facebook.com/groups/gephi) 2014-03-21T16:33:49+01:00 https://www.forum-gephi.org/app.php/feed/topic/3308 2014-03-21T16:33:49+01:002014-03-21T16:33:49+01:00 https://www.forum-gephi.org/viewtopic.php?t=3308&p=10156#p10156 <![CDATA[GraphAPI source problems]]>
Line 57: public class GraphControllerImpl implements GraphController {
@Override
public synchronized GraphModelImpl getGraphModel() {
Workspace currentWorkspace = Lookup.getDefault().lookup(ProjectController.class).getCurrentWorkspace();
if (currentWorkspace == null) {
return null;
}
.... etc more class follows
}

Error line 57: "GraphControllerImpl is not abstract and does not override abstract method getModel(Workspace) in GraphController"

GraphController.java has two methods named getModel() that's it.



All @override statements in GraphcontrollerImpl.java have this error: "method does not override or implement a method from a supertype"

Have one of the two files been updated with changed member names from getModel to getGraphModel or something similar. What is wrong with this picture? Thanks.

Statistics:Posted by gacchione — 21 Mar 2014 16:33


]]>