mk868

Results 17 issues of mk868

### What happened? The `PageFactory.initElements(element, this)` method overrides all object's fields, including assigned final fields. I think this behavior is not correct - final fields should not be changed by...

C-java
I-defect
needs-triaging

### **User description** ### Description As described in this [comment](https://github.com/SeleniumHQ/selenium/pull/14421#issuecomment-2395023808), SpotBugs found some additional bugs in the code. In this PR I fix part of the found problems. SpotBugs errors:...

Review effort [1-5]: 2
Bug fix

### **User description** ### Description As described in this [comment](https://github.com/SeleniumHQ/selenium/pull/14421#issuecomment-2395023808), SpotBugs found some additional bugs in the code. In this PR I fix part of the found problems. SpotBugs errors:...

Bug fix
Review effort [1-5]: 1

Hello, In this PR, I add two methods that allow for asserting the count of columns and rows: - `rowCount()` - `columnCount()` - `size()` Related suggestion: https://github.com/assertj/assertj/pull/3606#issuecomment-2351045476 #### Check List:...

The publishing to maven central topic has happened several times before (https://github.com/multiformats/java-multibase/issues/7 https://github.com/multiformats/java-multibase/issues/6). Why this proposal again? Libraries that are in Maven Central cannot have dependencies on libraries in other...

### **User description** ### Motivation and Context Immutable objects help prevent unintended side effects - for example, using a mutable `Point` as a key in a `HashMap` can lead to...

Review effort 1/5

Related: https://github.com/graphql-java/graphql-java/issues/3878 **I applied `@NullMarked` and `@Nullable` annotations to these classes:** - `graphql.language.Node` - partially annotated with `@Nullable` - `graphql.language.AbstractNode` - `graphql.language.ArrayValue` - `graphql.language.BooleanValue` - `graphql.language.EnumValue` - `graphql.language.FloatValue` - `graphql.language.IntValue`...