Christopher Carpenter

Results 4 issues of Christopher Carpenter

JPQL queries structured similar to ``` SELECT f FROM Foo f WHERE f.bar.id = :barId ``` do not work properly, where bar is a field of Foo that is annotated...

Bind parameters seem to be broken when working with native queries/CQL on Kundera 3.13 in a way such as ```java em.createNativeQuery("SELECT * FROM table_foo WHERE bar_id = ?").setParameter(1, barId).getResultList() ```...

Instead of renaming or just logging the match,It would be useful in some cases to have it place a tag at the appropriate location instead.

As far as I can tell, the behavior for when multiple functions that match the same signature is not specified. For small functions, it's quite common to encounter multiple matches...