https://github.com/rickie/error-prone-demo
Code used alongside my Error Prone (Support) presentation
https://github.com/rickie/error-prone-demo
automated-refactoring error-prone refactoring refaster
Last synced: 3 months ago
JSON representation
Code used alongside my Error Prone (Support) presentation
- Host: GitHub
- URL: https://github.com/rickie/error-prone-demo
- Owner: rickie
- License: mit
- Created: 2023-01-08T12:55:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T19:54:42.000Z (almost 2 years ago)
- Last Synced: 2025-05-07T11:53:26.715Z (about 1 year ago)
- Topics: automated-refactoring, error-prone, refactoring, refaster
- Language: Java
- Homepage: https://error-prone.picnic.tech
- Size: 50.8 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Error Prone (Support) demo code
Error Prone Support website
https://error-prone.picnic.tech
Maven is required to run this demo.
## Commands to run
- `mvn clean install -Perror-prone`
- `mvn clean install -Perror-prone -Ppatch`
## Gradle x Error Prone
For instructions on how to set up Error Prone with Gradle, check this:
https://github.com/tbroyer/gradle-errorprone-plugin