Unsigned types in Java now return bigger size signed types.
(Java doesn't support unsigned types). ubyte/ushort return as int uint returns as long (all with correct masking) ulong still returns as long, as before. Tested: on Linux & Windows. Bug 17521464 Change-Id: Id6bc8f38fc8c1a2f4e6733c6980dc6b6e322b452
Showing
- src/idl_gen_general.cpp 84 additions, 11 deletionssrc/idl_gen_general.cpp
- tests/MyGame/Example/Monster.java 6 additions, 6 deletionstests/MyGame/Example/Monster.java
- tests/MyGame/Example/Stat.cs 7 additions, 3 deletionstests/MyGame/Example/Stat.cs
- tests/MyGame/Example/Stat.go 10 additions, 1 deletiontests/MyGame/Example/Stat.go
- tests/MyGame/Example/Stat.java 7 additions, 3 deletionstests/MyGame/Example/Stat.java
- tests/monster_test.fbs 1 addition, 0 deletionstests/monster_test.fbs
- tests/monster_test_generated.h 7 additions, 2 deletionstests/monster_test_generated.h
Loading
Please register or sign in to comment