Michael Pardo

Results 11 comments of Michael Pardo

Oh, just noticed you're on the JB team and probably already know everything involved with creating a completions plugin. 😆 Thoughts on the amount of work this might take given...

It appears that most of the heavy lifting in javacomplete2 is done with another jar running as a daemon. I could be wrong, but it doesn't look like the parser...

This should be a compiler error. It appears that you don't have an adapter for `BigDecimal`.

Can you submit an sample project which demonstrates the issue?

Yes, there are plans. I don't have a lot of time to work on Ollie at the moment, but I will open the wiki up soon with some stubbed out...

Did you include the compiler dependency? ``` groovy provided 'com.michaelpardo:ollie-compiler:0.3.1' ```

The compiler should generate AdapterHolderImpl or fail to compile. Are there any build errors. Can you post information that will let me reproduce this? e.g. your model.

Annotation processing is done using the java compiler, so that's not the issue. The problem is that Ollie expects you will have a model and generates this class only when...

Are you using the Eclipse compiler or javac?

Can you post your model or a sample project?