的Checkstyle不斷給我這個錯誤:Checkstyle的未檢測拋出:標籤
Expected @throws tag for RemoteException
這是我的javadoc註釋和方法的第一行:
/**
* Inits the filter
*
* @throws RemoteException if there is an issue
*/
public void init() throws RemoteException {
請分享您用於運行Checkstyle的配置。 – 2015-04-06 20:12:05