Vladyslav Bondarenko

Results 3 issues of Vladyslav Bondarenko

## Description This allows to follow [WAI-ARIA best practices](https://www.w3.org/WAI/ARIA/apg/patterns/combobox/) for combobox elements. Changes: - Add `role="combobox"` to the selected country button - Add `role="listbox"` to the countries list - Refer...

DiffJ v1.6.4. When I compare the file to itself - DiffJ finds differences. ``` class MyClass { static { int a = 1; } static { int b = 2;...

DiffJ v1.6.4 doesn't see a difference between the two classes: ``` public class MyClass { public int a; public MyClass(int a) { this.a = a; } public MyClass() { this(1);...