Bora Ciner

Results 4 issues of Bora Ciner

There can be a component that has filter textfield for ListSelectionView

if you have a common object type for a column and store Boolean , Float , Integer etc.. types TableColumn valueCol = new TableColumn("Value"); It throws exception. ``` Exception in...

Hi everyone, When I try to use libavoid under Windows. It throws this exception while trying to access .exe in the libavoid library jar. `File execFile = new File(FileLocator.resolve(url).getFile());` Exception:...

Introduce `ReplaceMagicNumbersWithConstants` recipe implementing Sonar rule java:S109. This recipe extracts numeric literals from method bodies into private static final constants to improve code readability and maintainability. Also add `ReplaceMagicNumbersWithConstantsTest` with...

recipe