-
```
What steps will reproduce the problem?
1. Make any changes to your gin module or rename a module (in hosted mode)
2. Press refresh
What is the expected output? What do you see instead?
Expecting …
-
```
What steps will reproduce the problem?
1. Make any changes to your gin module or rename a module (in hosted mode)
2. Press refresh
What is the expected output? What do you see instead?
Expecting …
-
```
I'm defining a module with:
@Provides
@Singleton
UserService provideUserService() {
return UserServiceFactory.getUserService();
}
and when I compile with GWT I get this NPE:
[ERROR] …
-
```
Using both trunk and 1.0, I'm getting following exception which doesn't provide
much information on how to fix my bindings. This one is produced by trunk
version of gin:
14:59:13.680 [ERROR] [c…
-
```
Using both trunk and 1.0, I'm getting following exception which doesn't provide
much information on how to fix my bindings. This one is produced by trunk
version of gin:
14:59:13.680 [ERROR] [c…
-
```
What steps will reproduce the problem?
1. Make any changes to your gin module or rename a module (in hosted mode)
2. Press refresh
What is the expected output? What do you see instead?
Expecting …
-
```
I'm defining a module with:
@Provides
@Singleton
UserService provideUserService() {
return UserServiceFactory.getUserService();
}
and when I compile with GWT I get this NPE:
[ERROR] …
-
```
We currently use native methods to allow access control in Gin but that
seems to break the code optimization in the GWT compiler (it treats native
method bodies as blobs).
To ultimately solve th…
-
```
We currently use native methods to allow access control in Gin but that
seems to break the code optimization in the GWT compiler (it treats native
method bodies as blobs).
To ultimately solve th…
-
```
We currently use native methods to allow access control in Gin but that
seems to break the code optimization in the GWT compiler (it treats native
method bodies as blobs).
To ultimately solve th…