Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

YouTube

The Checker Framework in Action

Devoxx via YouTube

Overview

Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Discover how to prevent runtime errors and enhance code quality with this 33-minute conference talk from Devoxx. Explore the Checker Framework, a powerful tool offering over a dozen pluggable type systems for Java. Learn how to guarantee compile-time prevention of common issues like null pointer exceptions, SQL injections, and concurrency errors. Watch a practical demo showcasing the framework in action, understanding its concepts and applications. Gain insights from experts Werner Dietl and Michael Ernst on implementing pluggable type-checking to improve code reliability and security. Leave equipped with knowledge to eliminate bugs and create more trustworthy software using this freely available tool.

Syllabus

The Checker Framework in Action Preventing Errors Before They Happen
Cost of software failures
Software bugs can cost lives
Outline
Java's type system is too weak
Some errors are silent
Prevent information leakage
Specification 2: unencrypted parameter
Demo: Preventing SQL injection
Solution: Pluggable Type Checking
Optional Type Checking
Eclipse, Intelli , NetBeans plug-ins
Ant, Maven, Gradle integration
Benefits of type systems
Checkers are usable • Type-checking is familiar to programmers • Modular: fast, incremental, partial programs • Annotations are not too verbose
String type systems
Security type systems
Verification
Checker Framework Community Open source project
Pluggable type-checking improves code
Regular Expression Example
Fixing the Errors

Taught by

Devoxx

Reviews

Start your review of The Checker Framework in Action

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.