• Teemu Andersén's avatar
    Add @SuppressWarnings("unused") to generated Java classes · 5dd8795a
    Teemu Andersén authored
    Usually generators add @SuppressWarnings("all") to generated Java
    classes to prevent IDEs from complaining about unused imports, etc.
    Solving used imports seems pretty hard with current generator logic so
    IMO this is the next best thing.
    
    Yes, it’s appended to import block but that is the block that gives
    these warnings in the first place.
    5dd8795a
Name
Last commit
Last update
CMake Loading commit data...
android Loading commit data...
biicode Loading commit data...
build Loading commit data...
docs Loading commit data...
go Loading commit data...
include/flatbuffers Loading commit data...
java Loading commit data...
net/FlatBuffers Loading commit data...
python Loading commit data...
reflection Loading commit data...
samples Loading commit data...
src Loading commit data...
tests Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CMakeLists.txt Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE.txt Loading commit data...
biicode.conf Loading commit data...
readme.md Loading commit data...