Bart Naudts
Creator of e2immu. mailto: bart dot naudts at e2immu dot org.
Updated 'Road to Immutability'
I've just pushed a major new iteration of the 'Road to Immutability' document.
Posted August 26, 2021 by Bart Naudts ‐ 1 min read
Introducing e2immu
Introducing e2immu, a static code analyser for Java focusing on modification and immutability.
Posted April 1, 2021 by Bart Naudts ‐ 2 min read
Variable versus value
When to use a variable's value, and when to stay at variable level
Posted July 7, 2021 by Bart Naudts ‐ 2 min read
Java 17's sealed classes and the Immutables project
How e2immu benefits from sealed classes, introduced by Java 17, to annotate classes generated by Immutables
Posted May 13, 2021 by Bart Naudts ‐ 2 min read
Control flow analysis in e2immu
A primer to control flow analysis in e2immu
Posted June 24, 2021 by Bart Naudts ‐ 5 min read
LAST_READ edges for an AST graph
How to add LAST_READ edges to the AST graph, using symbol-solved JavaParser or e2immu?
Posted July 1, 2021 by Bart Naudts ‐ 3 min read