nakulj

Results 16 issues of nakulj

Fixes #5882.

type=addition
package=collect
P3

`com.google.common.primitives.Ints` already has the very useful `static int constrainToRange(int value, int min, int max)`. It would be nice to add this as a method to the `Range` class. Two advantages:...

type=addition
package=collect
P3

I have a test that can create a map with one of two possible entries. It would be nice if I could use `containsAnyOf` like I can with an `IterableSubject`.

type=addition
P4

It would be great if there was some way to directly jump to the source proto file when hovering under a symbol generated from a proto. This could be done...

Adding errorprone to a new codebase is currently quite tedious as it complains about all the existing issues. In an ideal world, this means that we should go back and...

Adding errorprone to a new codebase is currently quite tedious as it complains about all the existing issues. In an ideal world, this means that we should go back and...

Copied from https://github.com/codemirror/codemirror5/issues/5422: ## To reproduce - Open the [vim demo](http://codemirror.net/demo/vim.html). - Enter `normal` mode. - Click past the end of a line. ## Expected Cursor should be over the...

**Formatter tool** [Scalafmt](https://scalameta.org/scalafmt/) **Filetype(s)** - Scala **Additional context** [Add any other context or screenshots about the feature request here.]

new formatter

## Before this PR Tests miss the case when a method is called on the built string, see https://github.com/palantir/gradle-baseline/issues/2812 ## After this PR Parens are now surround the append result,...