Bug: prettyprint() adds static variables as imports after generating code
Open
- Dominant language
- Java
- Stars
- 2k
- Forks
- 392
- Avg merge
- 11h 24m
- Merged PRs (30d)
- 36
Description
The prettyprint() method always adds static variables as imports on classes where there are calls to these variables and deletes their class name on it specific calls on code. (see illustration)

SVGAbstractTranscoder.KEY_HEIGHT & SVGAbstractTranscoder.KEY_WIDTH are static variables
Contributor guide
Assessment
This issue has not been assessed yet.