Bug - Fixed primestat proxy field not fully implemented

zarqon

Well-known member
> ash $class[seal clubber]

Returned: Seal Clubber
Unexpected error, debug log printed.

> ash $class[seal clubber].primestat

Unable to invoke attribute getter: java.lang.NoSuchMethodException: net.sourceforge.kolmafia.textui.parsetree.ProxyRecordValue$ClassProxy.get_primestat() (zlib.ash)
Returned: void

The debug log contained a java.lang.NullPointerException at net.sourceforge.kolmafia.textui.parsetree.ProxyRecordValue.aref(ProxyRecordValue.java:104).

Also out of curiosity -- why does "(zlib.ash)" appear there? I am "using" ZLib (via the CLI using command), but this error had nothing to do with ZLib. Is that debug text?
 
Top