Giter Site home page Giter Site logo

Comments (5)

nmorel avatar nmorel commented on July 29, 2024

@butlnor Can you give me a full example to reproduce the error please ?
I tried and got a stackoverflow but not at the same place. It's fixed but I want to check if there is other places where it can happen.

from gwt-jackson.

butlnor avatar butlnor commented on July 29, 2024

I am afraid it's quite impossible to prepare an example, as I tried this on our enterprise project, which consist of many subprojects, that have in total more than a million lines of code. I am not sure if I can make some working extract, as the problematic classes are parts of a really complex hierarchy.

If you were able to got the stack overflow, this might be it. If you will be able to fix it, I will try on our project and inform you about the results.

Thanks for your effort.

from gwt-jackson.

butlnor avatar butlnor commented on July 29, 2024

If this can help you: with the version 0.9.0, the stack overflow happens in AbstractCreator, line 344, when argType = "interface ? super T" and classType = "interface com.test.IdentifiableEntity<? super T>". The method is then recursively called with the same argType.

I also made a snapshot of 0.9.1-issue48 and used it, but since AbstractCreator wasn't changed, I still got the stack overflow.

from gwt-jackson.

nmorel avatar nmorel commented on July 29, 2024

Thanks, I'll look :)

from gwt-jackson.

nmorel avatar nmorel commented on July 29, 2024

Just fixed an other SOE in the resolution of the TypeName when using T extends Comparable<T>.
But there is still the problem with self parameterized classes I think.

from gwt-jackson.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.