ThreeTen / threeten

This project was the home of code used to develop a modern date and time library for JDK8. Development has moved to OpenJDK and a separate backport project, threetenbp.
http://threeten.github.io/
191 stars 37 forks source link

TemporalAdjusters and TemporalQueries #340

Closed jodastephen closed 10 years ago

jodastephen commented 10 years ago

The static methods on TemporalAdjuster and TemporalQuery feel slightly misplaced after using them for a few months. While they make discovery easier, they add significant weight to the basic interface. Using separate static classes for methods which are an extensible set feels more appropriate now.

Recreating public TemporalAdjusters and TemporalQueries classes is relatively easy, as they are already package scoped.

RogerRiggs commented 10 years ago

JBS issue https://bugs.openjdk.java.net/browse/JDK-8025722

RogerRiggs commented 10 years ago

Resolved by http://hg.openjdk.java.net/jdk8/tl/jdk/rev/087c8c1d2631