Ilana Radinsky

Results 3 issues of Ilana Radinsky

## What happened? If you have a class like this ``` public class Test { private final String myField; public Test(String myField) { this.myField = myField; } } ``` then...

https://openid.net/specs/openid-connect-frontchannel-1_0.html

enhancement
help wanted
good first issue

Fixes https://github.com/palantir/gradle-baseline/issues/2361 ## Before this PR Turns out this was just a confusing error message. Previously, a code snippet like ``` public class Test { private final String myField; public...