Gavin King

Results 1136 comments of Gavin King

In a way it should really be `@MapKey(mappedBy= .... )`. That would make the true semantics much clearer.

I don't understand what's going on here. HQL doesn't have a documented `epoch()` function. - is this a new feature? If so it needs to be added to the documentation....

Neither does checkstyle: we have lots of coding conventions which checkstyle has never enforced. If checkstyle didn't measurably slow us down, I wouldn't mind it. But recently I lost almost...

If you guys can fix it so that it's not pig slow, and so that the Gradle integration is nonbroken, then by all means, please go ahead and turn it...

I am well-aware that this should never have happened. Nevertheless it happened. Because the Gradle integration is broken. Which is precisely why I went and spent another half-day on replacing...

Look I agree it would be nice to enforce the brace on a new line rule. But I would also love to be able to enforce the maximum-120-characters per line...

> So how else would you suggest we do that? One thing we could do is push an IntelliJ config with the project, so that the IDE automatically applies the...

Alternatively, it's probably not terribly difficult to write a spotless step that replaces `^(\s+)} else` with `$1}\n$1else`.