nus-cs2103-AY2223S2 / forum

12 stars 0 forks source link

Multiple warnings on terminal regarding mismatch in fxml versions #334

Closed ryanchua00 closed 1 year ago

ryanchua00 commented 1 year ago

Hi Profs,

I'm unsure if this is a functionality bug. Whenever we start the application, we receive many warnings regarding mismatched JavaFX API version and JavaFX runtime version. This was flagged to us as a functionality bug during the PED. I feel like it isn't a feature flaw as there isn't a missing component or poor design at play here. Would we be allowed to fix it?

Thanks!

image

damithc commented 1 year ago

@ryanchua00 Fixing warning messages in the console can be postponed for a future version, provided they are not too alarming to the user. We can consider it as a feature flaw, as the console output can be considered a user-visible feature.

ryanchua00 commented 1 year ago

Thanks prof!