On Thu, 18 Mar 2021 04:46:03 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
> Default implementation of > JFormattedTextField.AbstractFormatter.getDocumentFilter()/getNavigationFilter() > returns null but it is not mentioned in the spec. > It is now explicitly mentioned in the spec by @impNote tag. This pull request has now been integrated. Changeset: 3fcb499c Author: Prasanta Sadhukhan <psadhuk...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/3fcb499c Stats: 4 lines in 1 file changed: 4 ins; 0 del; 0 mod 8263768: JFormattedTextField.AbstractFormatter.getDocumentFilter()/getNavigationFilter() spec doesn't mention what the default impls return and what does it mean Reviewed-by: trebari, aivanov, azvegint, darcy ------------- PR: https://git.openjdk.java.net/jdk/pull/3064