javax.swing.text.html.parser.ContentModel.first(Element) throws ArrayIndexOutOfBoundsException where this method is called with an unknown jx.s.t.html.parser.Element. Steps to reproduce: 1. Create instance of ContentModel with type '&'. 2. Call its first(Element) method with any Element. 3. Call first(Element) method with a new Element instance. It results in ArrayIndexOutOfBoundsException.
|