static import not written out by Spoon
Open
- Dominant language
- Java
- Stars
- 2k
- Forks
- 392
- Avg merge
- 11h 24m
- Merged PRs (30d)
- 36
Description
I just did a little test reading in and writing out commons-io-2.6-sources.jar with Spoon.
IOUtils defines: public static final int EOF = -1;
This is statically imported by org.apache.commons.io.output.ByteArrayOutputStream and org.apache.commons.io.EndianUtils
Spoon just adds this static import to ByteArrayOutputStream but NOT EndianUtils
Contributor guide
Assessment
This issue has not been assessed yet.