Say goodybe to bugs and anti-patterns with Error Prone - @JavaZone
RickOssendrijver1
21 views
42 slides
Oct 13, 2024
Slide 1 of 42
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
About This Presentation
Slides from my talk at JavaZone.
Size: 5.65 MB
Language: en
Added: Oct 13, 2024
Slides: 42 pages
Slide Content
2
3
Code quality and repetitive discussions1
Introduce Error Prone2
Using Error Prone in practice!3
Error Prone @ Picnic4
Agenda
Applying Error Prone rules within Picnic5
4
5
Code reviews and discussions
6
7
Tools
Google/google-java-format
Reformats Java source code to comply
with Google Java Style.
checkstyle/checkstyle
Helps programmers write Java code
that adheres to a coding standard.
spotbugs/spotbugs
A tool for static analysis to look
for bugs in Java code.
SonarSource/sonarqube
Continuous Inspection.
8
Code quality and repetitive discussions1
Introduce Error Prone2
Using Error Prone in practice!3
Error Prone @ Picnic4
Agenda
Applying Error Prone rules within Picnic5