Skip to content

Gin does not respect injection order when subclassing #1

@metteo

Description

@metteo

Originally reported on Google Code: #199 / #199

What steps will reproduce the problem?
According to the Guice injection points document at: guice/wiki/InjectionPoints injection methods of super classes are called before the methods of a subclass.

In Gin methods are sorted alphabetically meaning that some methods in sub class maybe called before methods from super class.

What is the expected output? What do you see instead?
I expect order of invocation as described in Guice Wiki

What version of the product are you using? On what operating system?
GWT 2.6.1 / GIN 2.1.2

Please provide any additional information below.
zip file with a test case attached in the original issue comments section

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions