throws_plugin 1.1.0 copy "throws_plugin: ^1.1.0" to clipboard
throws_plugin: ^1.1.0 copied to clipboard

Analyzer plugin for @Throws/@throws usage.

1.1.0 #

  • Cache per-file analysis results to reduce repeated AST traversals.
  • Reuse local throwing info across lints and fixes for better performance.
  • Improve stability of analyzer execution in large files.

1.0.0 #

  • Stable release

1.0.0-alpha.10 #

  • Improves quick fixes

1.0.0-alpha.9 #

  • Improves missing clauses and try/catch
  • Improves unhandled function linting

1.0.0-alpha.8 #

  • Fix false linting of function within try/catch

1.0.0-alpha.7 #

  • Adds new assists
  • Fix missing clauses
  • Fix try/catch resolving

1.0.0-alpha.6 #

  • Adds support of Error.throwWithStackTrace

1.0.0-alpha.5 #

  • Fixes use_sdk_map read

1.0.0-alpha.4 #

  • Fixes plugin name

1.0.0-alpha.3 #

  • Adds supertype handling
  • Sets useSdkMap to false by default

1.0.0-alpha.2 #

  • Fix README.md

1.0.0-alpha #

  • Initial version