-
```
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…
-
```
I'm defining a module with:
@Provides
@Singleton
UserService provideUserService() {
return UserServiceFactory.getUserService();
}
and when I compile with GWT I get this NPE:
[ERROR] …
-
```
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 …
-
```
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 …
-
```
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…
-
```
I'm defining a module with:
@Provides
@Singleton
UserService provideUserService() {
return UserServiceFactory.getUserService();
}
and when I compile with GWT I get this NPE:
[ERROR] …
-
```
I'm defining a module with:
@Provides
@Singleton
UserService provideUserService() {
return UserServiceFactory.getUserService();
}
and when I compile with GWT I get this NPE:
[ERROR] …