RishabhDeep Singh
449d5649d6
Fixed test cases ( #7732 )
...
* Fix Cannot find symbol and test case
* Add generated tests
Co-authored-by: Derek Bailey <derekbailey@google.com>
2022-12-22 20:51:39 +00:00
Saman
533f75d91b
Fix java import wild card ( #7672 )
...
* Fix java import wild card
* fix java include
* Fix some import problems
* clang-format
* Sort imports
Co-authored-by: Derek Bailey <derekbailey@google.com>
2022-11-28 17:27:55 -08:00
ofirm93
7c3e267e1e
[Java] ObjectAPI implementation ( #6521 ) ( #6582 )
...
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
2021-06-03 14:17:40 -07:00
Kulikov Alexey
e365c502ff
Java: Added access object for vector of struct and vector of tables. ( #5233 )
...
* Java: Added access object for vector of struct and vector of tables.
* Java: Workarounds removed when accessing the union vector.
2019-09-23 09:22:43 -07:00
Vladimir Glavnyy
0d2cebccfe
Add FLATBUFFERS_COMPATIBILITY string ( #5381 )
...
* Add FLATBUFFERS_COMPATIBILITY string
- Add a new __reset method NET/JAVA which hides internal state
* Resolve PR notes
* Use operator new() to __init of Struct and Table
* Restrict visibility of C# Table/Struct to internal level
2019-06-17 19:16:21 +02:00
Kamil Rojewski
8f8fb2b367
Fixed vector of unions crash in java ( #5190 )
...
* Fixed vector of unions crash in java
* Regenerated test code
* Fixed windows tests
2019-02-21 19:50:13 +01:00
Wouter van Oortmerssen
21591916af
Fixed missing code from @javax.annotation PR.
...
https://github.com/google/flatbuffers/pull/4986 missed part of the
implementation.
Change-Id: Ie41771eb018a550c289c77ebe9ef5c50d1ad6751
2018-11-02 11:40:21 -07:00
Rikard Lundmark
233976c821
Add @javax.annotation.Generated to generated flatbuffer Java types ( #4986 )
...
* Add @javax.annotation.Generated to generated flatbuffer Java types.
* Updating test goldens.
2018-10-08 15:29:22 -07:00
tianyapiaozi
a5cc2092a6
Support binary search for struct in cpp ( #4245 )
...
* Support binary search for struct in cpp
CreateVectorOfSortedStruct is provided for convenience.
* fix continuous-integration error
* add generated files
* compile Ability.cs in csharp test
* compile Ability.cs in csharp
* modify according to code review
2017-03-29 09:51:12 -07:00