searchmonkey jSearchmonkey (JAVA)
Powerful desktop search app for Windows, Linux and Mac
Brought to you by:
cottrela
Wes Hanney wants to merge 1 commit from /u/novamxd/searchmonkey/ to master, 2022-03-22
If you try to run it under JDK 11 (or greater) it fails to cast the supplied Integer value to a Long out of the box for the MaxHits and MaxRecurse.
Testing:
* Loaded with 3.2.1, reset defaults, compiled under jdk11, set max hits and recurse, performed search, no error
* Loaded with 3.2.1, reset defaults, compiled under jdk8, set max hits and recurse, performed search, no error
Also if you try to just use the Java Long notation the SpinnerNumberModel will default to double instead of using the Comparable<> constructor, so I had to force cast to Longs.
Hi Wes,
Thanks for this, I'll get this merged right away.
Best,
Adam