Edgar

Results 17 issues of Edgar

When registering custom formatter in Groovy and using the interpolated string we are getting `ClassCastException` on [StandarardRepresentation:311](https://github.com/assertj/assertj/blob/main/assertj-core/src/main/java/org/assertj/core/presentation/StandardRepresentation.java#L311) because we are trying to cast `GStringImpl` to `String`. Here is the simple...

type: enhancement
3rd-party: Groovy

```php $a = array(); $a[] = &$a; var_dump($a); ``` Expected: ``` array(1) { [0]=> &array(1) { [0]=> *RECURSION* } } ``` Actual: ``` array(1) { [0]=> *RECURSION* } ```

php-capability

This issue is related to ActiveMQ prefetch mechanics. Now new give ability to configure prefetch size for all types of MailQueues.

No need to O(N) search because we can fetch required attribute directly by its name.

This PR introduces new `strictEquality` flag. Currently, we replace '*' characters with '%' and completely remove '^' character from the string when used in conjunction with `==` or `!=` operators....

Hey everyone! I've created a [fork](https://github.com/nstdio/rsql-parser) which I'm planning to maintain. Please feel free to open issue and PR's.