Java String usage should be fully-qualified
| Newsgroups | gmane.comp.programming.swig |
|---|---|
| Message-ID | <20201102020626.6aqmq4vjg57ldk4q@70-36-235-101.dsl.static.fusionbroadband.com> |
There's a bug in SWIG 3.0.12 in that java.lang.String usage isn't fully qualified, but rather generated as "String". So if one has one's own "String" class in scope, the compiler confuses that one with the intended class. Obvious workaround is to not name your classes "String".