-
```
The entities
@Entity
class HelloWorld {
@Value FooBar fooBar;
}
@Entity
class FooBar { ..
should be legal.
```
Original issue reported on code.google.com by `pascallo...@gmail.com` on 28 Feb…
-
```
What steps will reproduce the problem?
1. Use the Nullness Checker on the following program
public class FooBar {
final E test = null;
}
What is the expected output? What do you see instead?…
-
```
What steps will reproduce the problem?
1. Use the Nullness Checker on the following program
public class FooBar {
final E test = null;
}
What is the expected output? What do you see instead?…
-
Any plans to add streaming support? For instance if the OpenAPI definition had a response type schema component of type array could the automatically produce a proto RPC that used stream?
E.g. give…
egonz updated
4 years ago
-
class Foo(object):
pass
class Bar(object):
def **str**(self):
return 'bar'
class FooBar(Foo, Bar):
pass
class BarFoo(Bar, Foo):
pass
foo = Foo()
print = str(foo)
bar = Bar()
p…
-
```
Setting cookies on localhost using chromedriver2 doesn't seem to work, but it
was working well with the previous chromedriver.
A workaround is to use JavaScript for setting the cookie.
Here's a…
-
```
What steps will reproduce the problem?
1. Use the Nullness Checker on the following program
public class FooBar {
final E test = null;
}
What is the expected output? What do you see instead?…
-
I set up gitlab oauth this way:
```
- name: TOKEN_SECRET
value: "MY_GENERATED_TOKEN"
- name: GENERIC_NAME
value: "gitlab"
- name: GENERIC_CLIENT_ID
…
-
```
What steps will reproduce the problem?
1. Use the Nullness Checker on the following program
public class FooBar {
final E test = null;
}
What is the expected output? What do you see instead?…
-
```
What steps will reproduce the problem?
1. Use the Nullness Checker on the following program
public class FooBar {
final E test = null;
}
What is the expected output? What do you see instead?…