I just followed this manual: http://www.saros-project.org/setup-intellij-environment
When I run the project, I get: Error:(21, 19) java: de.fu_berlin.inf.dpp.intellij.preferences.PropertiesComponentAdapterTest.PropertiesComponentStub is not abstract and does not override abstract method setValue(java.lang.String,boolean,boolean) in com.intellij.ide.util.PropertiesComponent
Please always ensure that you are not mention the SDK that you are using.
This would be more than helpful.
How about using an IntelliJ SDK 13.x Version ?
Or just add this method to the class inside that test ?
Ticket moved from /p/dpp/bugs/859/
I use SDK 15.
I added that method to the class inside the test, just as the IDE proposed it and now I could start a new IDE with the Saros plugin.
Thanks!
When you edit the guide, please mention that one must activate the plugin called 'Plugin DevKit'.
Last edit: Jan 2015-11-02
The mentioned website no longer exists. The current guide on https://www.saros-project.org/saros-for-intellij/dev-environment mentions which JDK needs to be used. (It's currently JDK 8.)