Eclipse recently has suffered increasing numbers of questionable autocompletions β sometimes auto-wrongly replacing perfectly good code typed by the developer.
While there might be a few underlying issues, I found replacing βmap.put()β with βmap.compute()β particularly annoying and went to investigate. Hereβs the solution.
Continue reading β
Today I got a very unusual error while trying to debug the DeepLearning4J framework.
Conditional breakpoint encountered runtime exception. Reason: java.lang.InternalError: Got MethodID of ReferenceType that is not a member of the ReferenceType occured retrieving stack frames.
Continue reading β
Insights into Java coding, OO design & architecture