Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xzel23/cabe
Inject null-checks into Java-code
https://github.com/xzel23/cabe
bytecode instrumentation java jspecify null-check null-safe nullability
Last synced: 8 days ago
JSON representation
Inject null-checks into Java-code
- Host: GitHub
- URL: https://github.com/xzel23/cabe
- Owner: xzel23
- License: mit
- Created: 2021-11-08T08:32:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-29T13:46:52.000Z (24 days ago)
- Last Synced: 2024-12-12T06:50:22.482Z (11 days ago)
- Topics: bytecode, instrumentation, java, jspecify, null-check, null-safe, nullability
- Language: Java
- Homepage:
- Size: 1.12 MB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
Cabe [![MIT License](https://img.shields.io/badge/license-MIT-blue)](LICENSE) [![Language](https://img.shields.io/badge/language-Java-blue.svg?style=flat-square)](https://github.com/topics/java)
====A bytecode instrumentation tool that inserts null checks based on JSpecify annotations.
Usage
------ add the plugin in `build.gradle`:
```
plugins {
id 'com.dua3.cabe' version '3.0.1'
}
```- read the [documentation](https://xzel23.github.io/cabe/cabe.html) for details on configuration and usage.