ClementGre / PDF4Teachers

PDF editing software in large quantities. Designed for teachers, this app keeps recorded previous annotations, and offers features like marking scale, PDF conversion, vectorial drawing...
https://pdf4teachers.org/
Apache License 2.0
140 stars 17 forks source link

Fails to build: AboutWindow.java:103: error: incompatible types: long cannot be converted to String #68

Closed olberger closed 3 years ago

olberger commented 3 years ago

Trying to build with openjdk 17, I get (./gradlew run) : Task :compileJava FAILED /home/olivier/git/github.com/ClementGre/PDF4Teachers/src/main/java/fr/clementgre/pdf4teachers/interfaces/windows/AboutWindow.java:103: error: incompatible types: long cannot be converted to String statsLabel.setText(TR.tr("aboutWindow.statistics", MainWindow.twoDigFormat.format(MainWindow.userData.foregroundTime/61d), (String) MainWindow.userData.startsCount));

olberger commented 3 years ago

Yeah :-)