Michael Angstadt

Results 46 comments of Michael Angstadt

Always seems to happen when uploading a ZIP directly into the Javadocs folder--like it's trying to read the ZIP before the upload has completed.

Low priority. Have since switched to a system where the Javadoc info is not cached at all, so it loads the data from the ZIP files fresh every time. This...

The fix for this would be made in the [oakbot-doclet](https://github.com/JavaChat/oakbot-doclet) project.

Zirak's bot does this: https://github.com/Zirak/SO-ChatBot

Example: > Michael: /rfc 5545 > OakBot: **[RFC 5545](https://tools.ietf.org/html/rfc5545) - Internet Calendaring and Scheduling Core Object Specification (iCalendar)**: This document defines the iCalendar data format for representing and exchanging calendaring...

According to the [Doclet API documentation](http://docs.oracle.com/javase/8/docs/jdk/api/javadoc/doclet/), this information should be stored in the `ClassDoc.typeParameters()` method. However, the array that this method returns is always empty.