fairyhawk / protostuff

Automatically exported from code.google.com/p/protostuff
Apache License 2.0
0 stars 0 forks source link

StackOverflow using RuntimeSchema.getSchema() #54

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Not sure how to let developer of protostuff reproduce this...
2.
3.

I have a very large generic collection object that has a Map inside another 
Map.  So it is Map<key1, Map<key2, Object>>.  This is the main thing in this 
class.

What is the expected output? What do you see instead?

Expected output is receiving a runtime schema for this when running 
Schema<MyCollection> schema = RuntimeSchema.getSchema(MyCollection.class);

What version of the product are you using? On what operating system?

Milestone 7 on Windows.

Please provide any additional information below.

I have attached the stack trace.

Original issue reported on code.google.com by BMucklow@gmail.com on 7 Feb 2011 at 7:13

Attachments:

GoogleCodeExporter commented 8 years ago
This has been fixed in trunk.
Let me know if you still have problems.

Original comment by david.yu...@gmail.com on 8 Feb 2011 at 12:54

GoogleCodeExporter commented 8 years ago

Original comment by david.yu...@gmail.com on 9 Feb 2011 at 10:03