For the last couple of months I’ve been working on a Java code navigator that fits into your browser. This won’t replace your IDE. Code discussions are handled better by github or gitlab. However, if you want to share links to your code with others that let them navigate all the way down to the JDK, then give this a try.| Joseph Mate
The sirens were place a couple years ago when I received a bug report claiming that I caused 100% CPU util on a VM when it should have been idle. I was suspicious at first because I try my best to avoid patterns such as while(true) and for(;;).| Joseph Mate