-
```
There seems to be a regression in Hamcrest 1.3.RC2 (might date from earlier
versions) when compared to Hamcrest 1.1, to do with nested matchers. The
following test case works in Hamcrest 1.1:
…
-
```
There seems to be a regression in Hamcrest 1.3.RC2 (might date from earlier
versions) when compared to Hamcrest 1.1, to do with nested matchers. The
following test case works in Hamcrest 1.1:
…
-
```
There seems to be a regression in Hamcrest 1.3.RC2 (might date from earlier
versions) when compared to Hamcrest 1.1, to do with nested matchers. The
following test case works in Hamcrest 1.1:
…
-
```
Please include an e-mail address if this might need a dialogue!
==============
What steps will reproduce the problem?
1. Create a type A that implements IEnumerable, but is marked with
IgnoreLis…
-
```
Please include an e-mail address if this might need a dialogue!
==============
What steps will reproduce the problem?
1. Create a type A that implements IEnumerable, but is marked with
IgnoreLis…
-
```
Please include an e-mail address if this might need a dialogue!
==============
What steps will reproduce the problem?
1. Create a type A that implements IEnumerable, but is marked with
IgnoreLis…
-
```
Please include an e-mail address if this might need a dialogue!
==============
What steps will reproduce the problem?
1. Create a type A that implements IEnumerable, but is marked with
IgnoreLis…
-
Paragraph 7 of [dcl.array] (https://eel.is/c++draft/dcl.array#7) states:
> In addition to declarations in which an incomplete object type is allowed, an array bound may be omitted **in some cases**…
-
Author is @eric-milles , issue is a result of split from #3325 .
$ cat ArrayInit.java
``` java
class ArrayInit
{
String[] compact = {"value"}; // no violations -- want simple initializer …
-
I am using Dexie IndexedDB wrapper and I am trying to add an object to an existing array which in inside a nested object. The structure looks similar to below
```
{
Name : 'John',
age : 33,…