You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ERROR] C:\Users\shafang\work\azure-sdk-for-java\sdk\storage\azure-storage-blob\src\main\java\com\azure\storage\blob\BlobInputStream.java:159:13: Directly throwing an exception is disallowed. Must throw through 'ClientLogger' API, either of 'logger.logExceptionAsError' or 'logger.logExceptionAsWarning' where 'logger' is type of ClientLogger from Azure Core package. [ThrowFromClientLogger]
[ERROR] C:\Users\shafang\work\azure-sdk-for-java\sdk\storage\azure-storage-blob\src\main\java\com\azure\storage\blob\BlobInputStream.java:194:13: Directly throwing an exception is disallowed. Must throw through 'ClientLogger' API, either of 'logger.logExceptionAsError' or 'logger.logExceptionAsWarning' where 'logger' is type of ClientLogger from Azure Core package. [ThrowFromClientLogger]
[ERROR] C:\Users\shafang\work\azure-sdk-for-java\sdk\storage\azure-storage-blob\src\main\java\com\azure\storage\blob\BlobInputStream.java:242:13: Directly throwing an exception is disallowed. Must throw through 'ClientLogger' API, either of 'logger.logExceptionAsError' or 'logger.logExceptionAsWarning' where 'logger' is type of ClientLogger from Azure Core package. [ThrowFromClientLogger]
[ERROR] C:\Users\shafang\work\azure-sdk-for-java\sdk\storage\azure-storage-blob\src\main\java\com\azure\storage\blob\BlobInputStream.java:403:13: Directly throwing an exception is disallowed. Must throw through 'ClientLogger' API, either of 'logger.logExceptionAsError' or 'logger.logExceptionAsWarning' where 'logger' is type of ClientLogger from Azure Core package. [ThrowFromClientLogger]
[ERROR] C:\Users\shafang\work\azure-sdk-for-java\sdk\storage\azure-storage-blob\src\main\java\com\azure\storage\blob\BlobOutputStream.java:98:13: Directly throwing an exception is disallowed. Must throw through 'ClientLogger' API, either of 'logger.logExceptionAsError' or 'logger.logExceptionAsWarning' where 'logger' is type of ClientLogger from Azure Core package. [ThrowFromClientLogger]
[ERROR] C:\Users\shafang\work\azure-sdk-for-java\sdk\storage\azure-storage-blob\src\main\java\com\azure\storage\blob\BlobOutputStream.java:139:13: Directly throwing an exception is disallowed. Must throw through 'ClientLogger' API, either of 'logger.logExceptionAsError' or 'logger.logExceptionAsWarning' where 'logger' is type of ClientLogger from Azure Core package. [ThrowFromClientLogger]
[ERROR] C:\Users\shafang\work\azure-sdk-for-java\sdk\storage\azure-storage-blob\src\main\java\com\azure\storage\blob\BlobOutputStream.java:182:17: Directly throwing an exception is disallowed. Must throw through 'ClientLogger' API, either of 'logger.logExceptionAsError' or 'logger.logExceptionAsWarning' where 'logger' is type of ClientLogger from Azure Core package. [ThrowFromClientLogger]
[ERROR] C:\Users\shafang\work\azure-sdk-for-java\sdk\storage\azure-storage-blob\src\main\java\com\azure\storage\blob\BlockBlobClient.java:158:13: Directly throwing an exception is disallowed. Must throw through 'ClientLogger' API, either of 'logger.logExceptionAsError' or 'logger.logExceptionAsWarning' where 'logger' is type of ClientLogger from Azure Core package. [ThrowFromClientLogger]
[ERROR] C:\Users\shafang\work\azure-sdk-for-java\sdk\storage\azure-storage-blob\src\main\java\com\azure\storage\blob\BlockBlobClient.java:189:13: Directly throwing an exception is disallowed. Must throw through 'ClientLogger' API, either of 'logger.logExceptionAsError' or 'logger.logExceptionAsWarning' where 'logger' is type of ClientLogger from Azure Core package. [ThrowFromClientLogger]
[ERROR] C:\Users\shafang\work\azure-sdk-for-java\sdk\storage\azure-storage-blob\src\main\java\com\azure\storage\blob\PageBlobAsyncClient.java:541:13: Directly throwing an exception is disallowed. Must throw through 'ClientLogger' API, either of 'logger.logExceptionAsError' or 'logger.logExceptionAsWarning' where 'logger' is type of ClientLogger from Azure Core package. [ThrowFromClientLogger]
The text was updated successfully, but these errors were encountered:
mssfang
added
the
Client
This issue points to a problem in the data-plane of the library.
label
Aug 28, 2019
mssfang
changed the title
ThrowFromClientLoggerCheck suppression: Storage Blob
ThrowFromClientLoggerCheck failed for throwing IO exception but logAndThrow only take RuntimeException
Aug 30, 2019
ThrowFromClientLoggerCheck failed for throwing IO exception but logAndThrow only take RuntimeException
Errors:
The text was updated successfully, but these errors were encountered: