Remko Popma

Results 381 comments of Remko Popma

> So this is a possible workaround. Glad to hear that!

Interesting! The setter solution looks simpler. If there are multiple setters there may be common code that can be factored out.

Well, these days I prefer to spend my time on other things: the pandemic has changed and clarified my priorities in life quite a bit. 😅 More family time and...

Hi! That’s hard to say without seeing the code, but I guess you would undo (or comment out) what you did to show these sections.

Oh I see now, this is a JLine3 application, that was not clear to me initially. Not sure if this is possible, but it may be. I believe that the...

@allguitars it has been a while so it may not be on your radar any longer, but another suggestion I could make is to contact the JLine3 project and ask...

@allguitars Is this still an issue for you or can I close this ticket?

Looking at the error (repeated full stack trace below): ``` FATAL ERROR: java.lang.ClassCastException: class com.sun.tools.javac.code.Attribute$UnresolvedClass cannot be cast to class com.sun.tools.javac.code.Attribute$Class (com.sun.tools.javac.code.Attribute$UnresolvedClass and com.sun.tools.javac.code.Attribute$Class are in module jdk.compiler of loader...

@agibsonccc I still suspect it is a build config issue. Can you post your maven or gradle config here?