John Ericksen

Results 186 comments of John Ericksen

Good deal. I do appreciate the post even if it is a false alarm. Keep the input coming!

Absolutely. We would just need to add it to the FragmentPlugin. How would you like to inject it? We could specify a qualifier annotation for this injection since htere are...

Yes, we probably need another annotation. I'm trying to finish the plugin framework first that will allow this to be easily added.

This should be possible either through the Plugin API or just annotating the given callthrough method.

I'm 50 / 50 on this feature. I think its a neat idea but I need to think of some use cases.

Really good idea Dan. We could also add a line specific error report for this case (ErrorType encountered).

Here's my thoughts on how to attempt to make this better: 1. Add component error logging, something on the order of: generating component x failed 2. Whenever an exception is...

yes, that's what I had in mind.

I think you have a good idea around at least logging the component being analyzed/generated. Other than that I think better error reporting through the `javax.annotation.processing.Messager` is called for. I've...

@WonderCsabo, this is a little tricky. Parceler requires the bean in use to be annotated with `@Parcel`. Extending a bean that is annotated is not enough. I assume your end...