GraphAPI source problems

Problems with getting it running
Post Reply [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
gacchione
Posts:3
Joined:14 Mar 2014 20:13
Location:Arlington, VA
Contact:
GraphAPI source problems

Post by gacchione » 21 Mar 2014 16:33

I'm probably having trouble with source control, maybe I'm not getting correct updated files. Under GraphAPI, GraphControllerImpl.java has a bug in it here:

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.

Post Reply [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable