-
```
Same issue as with #27, but now on Android. Android interface level 14, jspf
1.0.2
Following the suggestion in the Wiki for Android, I do this (logging statements
omitted):
Action.getPluginM…
-
```
Same issue as with #27, but now on Android. Android interface level 14, jspf
1.0.2
Following the suggestion in the Wiki for Android, I do this (logging statements
omitted):
Action.getPluginM…
-
```
say you
bind(Foo.class).toProvider(FooProvider.class)
where FooProvider is an inner class of Bar. Say that, by mistake, the inner
class was not declared static. And say Foo has a non-zero-arg c…
-
```
Same issue as with #27, but now on Android. Android interface level 14, jspf
1.0.2
Following the suggestion in the Wiki for Android, I do this (logging statements
omitted):
Action.getPluginM…
-
I've noticed a few deprecated methods with the reason `InstanceOfAssertFactory is not supported with JsonUnit` and I was wondering if this class would worth adding or if you had issues with it in the …
-
```
say you
bind(Foo.class).toProvider(FooProvider.class)
where FooProvider is an inner class of Bar. Say that, by mistake, the inner
class was not declared static. And say Foo has a non-zero-arg c…
-
```
# What steps will reproduce the problem?
Run the nullness checker on the attached file.
# What is the expected output? What do you see instead?
I expected the nullness checker to recognize that…
-
```
What steps will reproduce the problem?
1. Create an inner class with an annotated field
2. Call RuntimeSchema.createSchema on this class.
What is the expected output? What do you see instead?
jav…
-
I have the following setup:
```java
@CommandAlias("main")
public class MainCommand extends BaseCommand {
@Subcommand("setup")
public void setup() { /* stuff */ }
@Subcomma…
-
Hi Luca,
Hi Stephan,
I just had to use the data request in moodle for the first time in quiet a while and thus found an error in the privacy provider of [mod_verbalfeedback](https://github.com/bfh…