Sean McIlvenna
unread,May 17, 2021, 9:45:37 PM5/17/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to HAPI FHIR
I'm debugging `hapi-fhir-jpaserver-starter`. I recently switched to the `rel_5_4_0` branch. I re-ran `mvn install` before starting the debugger (as a matter of habbit). When I encounter an exception, the stack trace shows the file and line number (as you would expect). However, when I click on the file/line, it brings me to the wrong location in the file. In other words, the debugging assemblies don't seem to match the runtime assemblies. Granted, it's using decompiled .class files from the core hapi-fhir project where the exception occurs... Still, that's worked fine in the past. Anyone have any idea why my machine's debugging file/line numbers don't seem to match the decompiled classes anymore? I even went as far as remove the hapi-fhir core maven modules from my <user>/.m2 directory and forcing it to re-download them. Still no luck.