felixtsu / idea-generate-fluent-interface

A simple plugin that generates fluent interface property access method for IntelliJ IDEA.
8 stars 6 forks source link

NoClassDefFoundError: com/sixrr/rpp/intention/PsiElementPredicate #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Select "Generate Fluent Interface Methods..."
2. Select fields and click OK

What is the expected output? What do you see instead?

I expect to see generated getters and setters but I got an exception instead:

2:17:23 PM NoClassDefFoundError: Error during dispatching of 
java.awt.event.InvocationEvent[INVOCATION_DEFAULT,runnable=com.googlecode.genera
tefluentinterface.GenerateFluentInterfaceActionHandlerImpl$1@3ed30f96,notifier=n
ull,catchExceptions=false,when=1365419841143] on sun.awt.X11.XToolkit@4da8bb5d: 
com/sixrr/rpp/intention/PsiElementPredicate

What version of the product are you using? On what operating system?

Plugin version: 0.7.8
Intellij IDEA 12.1 (Community Edition)
OpenJDK 1.7.0_15
Ubuntu 12.04

Please provide any additional information below.

Original issue reported on code.google.com by markus.t...@gmail.com on 8 Apr 2013 at 11:34

GoogleCodeExporter commented 9 years ago
unneccesary dependence on this class, removed already.

Original comment by huma...@gmail.com on 3 May 2013 at 8:50