mk868
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...
### **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:...
### **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:...
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...
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`...