filmov
tv
Code Inspection with the javac
Показать описание
As covered last year, the javac, the standard Java compiler, is not only a Java compiler but can also be used as a great library for Java source code modeling. This tutorial dives deeper into this topic, showing—on the code level—how to use the javac to build tools that analyze Java code. Such tools may compute code metrics, verify code sanity, or check for common antipatterns. The session discusses the overall javac structure; how it works; and its APIs, including JSR 269 APIs. Then it demonstrates how to invoke the javac as a library, how to access its abstract syntax tree, and how to work with it.
Copyright © 2013 Oracle and/or its affiliates. Oracle® is a registered trademark of Oracle and/or its affiliates. All rights reserved. Oracle disclaims any warranties or representations as to the accuracy or completeness of this recording, demonstration, and/or written materials (the "Materials"). The Materials are provided "as is" without any warranty of any kind, either express or implied, including without limitation warranties of merchantability, fitness for a particular purpose, and non-infringement.
Copyright © 2013 Oracle and/or its affiliates. Oracle® is a registered trademark of Oracle and/or its affiliates. All rights reserved. Oracle disclaims any warranties or representations as to the accuracy or completeness of this recording, demonstration, and/or written materials (the "Materials"). The Materials are provided "as is" without any warranty of any kind, either express or implied, including without limitation warranties of merchantability, fitness for a particular purpose, and non-infringement.
Code Inspection with the javac
Continuous Inspection for Java Teams
PRIMITIVE javac Overview
Code Inspection Tool -- Demo Video
Effective Code Inspection Demonstration using QA·Verify
java, javac and jars
First Java Program 😃
SE: Lecture #17 on Code Walk Through, Code Inspection, Software Documentation, Program Testing
JEB Demo - Java AST Manipulation - Remove Junk Code
tmnt cscc01 code inspection meeting
Excerpt from Continuous Code Inspection Webinar
Comparing The Defect Reduction Benefits Of Code Inspection And Test-Driven Development
Performing Code Inspections on Your Automation
Innovative Testing Techniques with Bytecode Instrumentation
Red9 - Source Code Inspector
Custom Static Code Analysis
How to extract attributes to MappedSuperclass | JPA Buddy
Javac Technology party 2019
Inspect and modify java classes in running JVM - DevConf.CZ 2022
DrAST: An Inspection Tool for Attributed Syntax Trees (Tool Demo)
Monitoring and Troubleshooting Tools in JDK/bin
Advanced Annotation Processing with JSR 269
instrumenting python code
Java: Reflection is dead, long live annotation processing!, Ivan Yonkov
Комментарии