SunCalc-Java
SunCalc-Java copied to clipboard
A Java port (with some tweaks) of the awesome SunCalc JS lib
Results
2
SunCalc-Java issues
Sort by
recently updated
recently updated
newest added
Because of the setters on `private Calendar startDate, endDate;` the `SunPhase` class is not thread safe. And since `com.florianmski.suncalc.SunCalc` which calls the setters is in a different package from `com.florianmski.suncalc.models.SunPhase`,...
After we write more tests, I thought it might be more intuitive if we moved away from the old `Calendar` API and used the new `java.lang.time` classes. Any concerns?