JDK-8242251 : missing code coverage for public APIs
  • Type: Bug
  • Component: core-libs
  • Sub-Component: javax.lang.model
  • Affected Version: 14
  • Priority: P4
  • Status: Resolved
  • Resolution: Won't Fix
  • Submitted: 2020-04-07
  • Updated: 2022-08-08
  • Resolved: 2022-08-08
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
implementation for javax.lang.model.util
.(ElementKindVisitor6, ElementKindVisitor7, ElementKindVisitor8, ElementKindVisitor9, ElementKindVisitor14) 
.(ElementScanner6, ElementScanner7, ElementScanner8, ElementScanner9, ElementScanner14)
are not totally covered by any regression test
Comments
The ElementScanner14 updates from JDK-8224630 in particular are worth testing, if not done so already.
07-04-2020