CC: Tweaked

CC: Tweaked

42M Downloads

Build warnings - luaJavaDoc

Lupus590 opened this issue ยท 0 comments

commented

image

Running: ./gradlew docWebsite

Version: cbbb34c (Current mc-1.16.x at time of issue open)

Just wanted to put these into the system so that they are tracked.

Maybe they are a Windows thing.

8 cases of Method returns an arbitrary object but has no @cc.return tag.
2 cases of Method has a dynamic argument but has no @cc.param tag.

CC-Tweaked\src\main\java\dan200\computercraft\core\apis\PeripheralAPI.java:299: warning - Method returns an arbitrary object but has no @cc.return tag.                          
CC-Tweaked\src\main\java\dan200\computercraft\core\apis\PeripheralAPI.java:312: warning - Method returns an arbitrary object but has no @cc.return tag.                          
CC-Tweaked\src\main\java\dan200\computercraft\core\apis\PeripheralAPI.java:329: warning - Method returns an arbitrary object but has no @cc.return tag.                          
CC-Tweaked\src\main\java\dan200\computercraft\core\apis\PeripheralAPI.java:344: warning - Method has a dynamic argument but has no @cc.param tag.                                
CC-Tweaked\src\main\java\dan200\computercraft\core\apis\PeripheralAPI.java:343: warning - Method returns an arbitrary object but has no @cc.return tag.                          
CC-Tweaked\src\main\java\dan200\computercraft\shared\turtle\upgrades\CraftingTablePeripheral.java:41: warning - Method returns an arbitrary object but has no @cc.return tag.    
CC-Tweaked\src\main\java\dan200\computercraft\core\apis\HTTPAPI.java:80: warning - Method has a dynamic argument but has no @cc.param tag.                                       
CC-Tweaked\src\main\java\dan200\computercraft\core\apis\HTTPAPI.java:79: warning - Method returns an arbitrary object but has no @cc.return tag.                                 
CC-Tweaked\src\main\java\dan200\computercraft\core\apis\HTTPAPI.java:143: warning - Method returns an arbitrary object but has no @cc.return tag.                                
CC-Tweaked\src\main\java\dan200\computercraft\core\apis\HTTPAPI.java:162: warning - Method returns an arbitrary object but has no @cc.return tag.