Erik Costlow,
Senior Director Product Management – Cloud Solutions
Trisha Gee,
Software Engineer, Java Champion and Author
The average Java application contains somewhere between 10 to 50% unused and dead code. The impact of unused and dead code is felt by developers sifting through clutter to make changes, and by pipeline time from unit tests that validate the unnecessary code.
Identifying some unused and dead code is trivial: IDEs can detect private unreachable code but they miss entire classes, methods, or modules that are public because that code could possibly run (but doesn’t). In this webinar we’ll discuss ways of monitoring JVMs across different environments to identify what runs or doesn’t run in each, identify what you can get rid of, and how to work better on these larger applications.
Key Takeaways:
Identify Hidden Unused and Dead Code: Learn how to monitor JVMs across different environments to detect unused classes, methods, and modules.
Optimize Development Efficiency: Discover techniques to remove unnecessary code, making your development process smoother and faster.
Improve Application Performance: Understand how eliminating unused and dead code can enhance the overall performance and maintainability of your applications.
Don’t miss this opportunity to improve your Java development workflow.