Skip to content
  • Matthew Dovey's avatar
    Code corrections · c5da9b59
    Matthew Dovey authored
    Replace obsolete Vector and Hashtable with ArrayList<> and HashMap<>
    Replace deprecated org.xml.sax.HandlerBase and org.xml.sax.AttributeList with DefaultHandler and Attributes
    Throw exceptions if values not set
    Check class types and throw exception before attempting typecasts
    c5da9b59